mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
fix program name (ITS#3003)
This commit is contained in:
parent
abf2df7a11
commit
f69c249892
1 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ when connecting to a slapd and there is no x500dsa.hostname principal
|
|||
registered with your Kerberos Domain Controller(s).
|
||||
.TP
|
||||
.B \-c
|
||||
Continuous operation mode. Errors are reported, but ldapmodify
|
||||
Continuous operation mode. Errors are reported, but ldapmodrdn
|
||||
will continue with modifications. The default is to exit after
|
||||
reporting an error.
|
||||
.TP
|
||||
|
|
@ -211,7 +211,7 @@ exists and has the contents:
|
|||
the command:
|
||||
.LP
|
||||
.nf
|
||||
ldapmodify -r -f /tmp/entrymods
|
||||
ldapmodrdn -r -f /tmp/entrymods
|
||||
.fi
|
||||
.LP
|
||||
will change the RDN of the "Modify Me" entry from "Modify Me" to
|
||||
|
|
|
|||
Loading…
Reference in a new issue