]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#4877
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 6 Apr 2007 06:31:49 +0000 (06:31 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 6 Apr 2007 06:31:49 +0000 (06:31 +0000)
CHANGES
doc/man/man1/ldapmodrdn.1

diff --git a/CHANGES b/CHANGES
index 08b111f4eca3a438445c53419f5b7ae5755d21d4..fbdf0f96175299f8daeb8fbe4e3ec89d0ad7a4d8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,7 @@ OpenLDAP 2.3.35 Engineering
        Fixed libldap_r tpool reset (ITS#4855,#4899)
        Documentation
                Fix references to deprecated attr= access statement (ITS#4863)
+               Note -s option to ldapmodrdn(1) (ITS#4877)
 
 OpenLDAP 2.3.34 Release (2007/02/16)
        Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
index 58a0d96047d01e14f73c765a9923ffb69240552d..9e24700f0aecad6ed8283574a866e828c16ab8d4 100644 (file)
@@ -9,6 +9,8 @@ ldapmodrdn \- LDAP rename entry tool
 [\c
 .BR \-r ]
 [\c
+.BI \-s \ newsup\fR]
+[\c
 .BR \-n ]
 [\c
 .BR \-v ]
@@ -74,6 +76,10 @@ option, or from the command-line pair \fIdn\fP and
 .B \-r
 Remove old RDN values from the entry.  Default is to keep old values.
 .TP
+.BI \-s \ newsup
+Specify a new superior entry. (I.e., move the target entry and make it a
+child of the new superior.)  This option is not supported in LDAPv2.
+.TP
 .B \-n
 Show what would be done, but don't actually change entries.  Useful for
 debugging in conjunction with -v.