A. OLCmd Reference
OLCmd ldapsearch
The ldapsearch command retrieves data from the LDAP database based on search criteria.
Format:
OLCmd ldapsearch [-n] [-D bindDN] [-w password] [-h host ] [-p port ]
Where: |
|
Specifies that the command will return information on | |
| what would be changed if executed, but does not |
| modify entries. |
Is the Distinguished Name (DN) used to bind to the | |
| directory. |
| Is the database password. |
| Is the name or IP address of the OpenLane |
| management server. |
| Is the port used to connect to the LDAP database. |
Is an attribute value denoting the starting point of the | |
| search. |
| Is the character used as a separator between attribute |
| names and values. The default is an equal sign (=). |
| This parameter is ignored if |
Is the attribute used to sort the entries returned. | |
Is the amount of time which may elapse before the | |
| search is abandoned. |
| Is the size of the output (in bytes) which may be |
| produced before the search is abandoned. |
Specifies that the output should include the | |
| |
Specifies that retrieved values should be written to | |
| temporary files. |
Specifies that | |
| suppressed. |
Specifies that only attribute names (not values) should | |
| be retrieved. |
Specifies that search results should be displayed in | |
| LDAP Data Interchange Format (LDIF). |
| January 2002 |