Description
This is an LDAP utility that imports users to an LDAP server. The input file must be in the LDIF format.
Syntax
[Expert@MGMT:0]# ldapmodify [-d <Debug Level>] [-h <LDAP Server>] [-p <LDAP Server Port>] [-D <LDAP Admin DN>] [-w <LDAP Admin Password>] [-a] [-b] [-c] [-F] [-k] [-n] [-r] [-v] [-T <LDAP Client Timeout>] [-Z] [ -f <Input File> |
Note - You must run this command from the Expert mode.
Parameters
Parameter |
Description |
---|---|
|
Runs the command in debug mode with the specified TDERROR debug level. Valid values are from 0 (disabled) to 5 (maximal level, recommended). |
|
Specifies the LDAP Server computer by its IP address or resolvable hostname. If you do not specify the LDAP Server explicitly, the command connects to |
|
Specifies the LDAP Server port. Default is 389. |
|
Specifies the LDAP Server administrator Distinguished Name. |
|
Specifies the LDAP Server administrator password. |
|
Specifies that this is the LDAP |
|
Specifies to read values from files (for binary attributes). |
|
Specifies to ignore errors during continuous operation. |
|
Specifies to force changes on all records. |
|
Specifies the Kerberos bind. |
|
Specifies the Kerberos bind, part 1 only. |
|
Specifies to print the LDAP |
|
Specifies to replace values, instead of adding values. |
|
Specifies to run in verbose mode. |
|
Specifies the Client side timeout for LDAP operations, in milliseconds. Default is |
|
Specifies to use SSL connection. |
|
Specifies to read from the The input file must be in the LDIF format. |
|
Specifies to read the entry from the stdin. The " |