Table 5 LDAP Database Utilities
Program Name | Options | Description |
ldap_check | None | Checks either ./ldapcd.conf |
|
| or /etc/ldapcd.conf against |
|
| the listing of directory servers in |
|
| the conf file. Validates all entries |
|
| related to the directory server. |
|
| Diagnostics are printed to |
|
| stdout; when the exit code is |
|
| greater than 0, a problem was |
|
| encountered. |
ldap_add_user | |
| full distinguished name, including the search base. |
| |
| containing user records to add to the directory server. |
| |
| |
| |
ldap_del_user | |
| |
| login names. |
| |
| |
ldap_get_user | |
| |
| search filter to select the password entries to output. |
| |
| search filter to select the password entries to output. |
| Differs from the |
| wrapped within a filter that adds an object class |
| restriction on the query. |
| |
| be retrieved, including the endpoints. If you do not |
| specify the |
| greater than or equal to the start value are |
| retrieved. |
| |
| file in which to store search results (default is stdout). |
ldap_sync_user | |
| full distinguished name, including the search base |
| |
| |
| |
ldap_add_group | |
| |
| |
|
Adds a user to the LDAP directory server. Users can be specified on the command line, in a file, or from stdin (with
Deletes a user from the LDAP directory server. You can specify users on the command line, in a file, or from stdin (with
Retrieves entries selected from the LDAP directory server for specified users. By default, this program selects all users on the default user branch or search base.
Synchronizes the users in the directory server with the provided input which is in passwd format.
Adds a group to the LDAP directory server. Can be used on the command line, from a file, or from stdin.
Utilities for Maintaining User Information in the LDAP Directory Server | 79 |