| ldapmodify |
[-a] [-c] [-S file] [-n] [-v] [-k] [-K] [-M[M]] [-d debuglevel] [-D binddn] [-W] [-w passwd] [-y passwdfile] [-H ldapuri] [-h ldaphost] [-p ldapport] [-P 2|3] [-O security-properties] [-I] [-Q] [-U authcid] [-R realm] [-x] [-X authzid] [-Y mech] [-Z[Z]] [-f file] |
| -c |
Continuous operation mode. If an error is found when an entry is being modified, it is reported, but ldapmodify will continue. |
|
-h ldaphost |
Specifies an alternate host on which the LDAP server is running |
| -p ldapport | Specifies the TCP port where LDAP server is listening |
| -D binddn | Binddn is the distinguished name used to bind to the LDAP server |
| -w passwd | Use passwd as the password for simple authentication |
| -f file | Read the modification information from file. |
Errors modifying an entry result in a non-zero exit status and a diagnostic message being written to standard error.