From 9b26730ae949129baf6858ea5fd440526c356fd1 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 6 Apr 2007 06:31:49 +0000 Subject: [PATCH] ITS#4877 --- CHANGES | 1 + doc/man/man1/ldapmodrdn.1 | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 08b111f4ec..fbdf0f9617 100644 --- 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) diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index 58a0d96047..9e24700f0a 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -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. -- 2.47.2