mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
import ITS#3003
This commit is contained in:
parent
3f68b94b73
commit
88458c6c73
2 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -4,6 +4,8 @@ OpenLDAP 2.1.28 Engineering
|
|||
Fixed back-bdb slapadd crash (ITS#2974)
|
||||
Fixed typo in ACL STYLE slap_style_e enum (ITS#3001)
|
||||
Added ACL set logging (ITS#2949)
|
||||
Documentation
|
||||
Fixed ldapmodrdn(1) manpage (ITS#3003)
|
||||
|
||||
OpenLDAP 2.1.27 Release
|
||||
Fixed slapd replog ordering bug (ITS#2512)
|
||||
|
|
|
|||
|
|
@ -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