X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman1%2Fldapmodrdn.1;h=3ccf57c6299c2b20638141e21a1da0fdfae8952f;hb=424d673a6c8e21795f3142cdc29999d7ee4e44ad;hp=4deb4202fc87d00b04fe94c88d8d1e55c63961ae;hpb=545a915c2e0e27a15e321f1156eb34fb8d74ed24;p=openldap diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index 4deb4202fc..3ccf57c629 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -1,6 +1,6 @@ -.TH LDAPMODRDN 1 "20 August 2001" "OpenLDAP LDVERSION" +.TH LDAPMODRDN 1 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 1998-2004 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME ldapmodrdn \- LDAP rename entry tool @@ -19,8 +19,6 @@ ldapmodrdn \- LDAP rename entry tool [\c .BR \-c ] [\c -.BR \-C ] -[\c .BR \-M[M] ] [\c .BI \-d \ debuglevel\fR] @@ -31,6 +29,8 @@ ldapmodrdn \- LDAP rename entry tool [\c .BI \-w \ passwd\fR] [\c +.BI \-y \ passwdfile\fR] +[\c .BI \-H \ ldapuri\fR] [\c .BI \-h \ ldaphost\fR] @@ -47,6 +47,8 @@ ldapmodrdn \- LDAP rename entry tool [\c .BI \-U \ authcid\fR] [\c +.BI \-R \ realm\fR] +[\c .BR \-x ] [\c .BI \-X \ authzid\fR] @@ -94,11 +96,8 @@ Same as \-k, but only does step 1 of the Kerberos IV bind. This is useful when connecting to a slapd and there is no x500dsa.hostname principal registered with your Kerberos Domain Controller(s). .TP -.B \-C -Automatically chase referrals. -.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 @@ -130,6 +129,10 @@ This is used instead of specifying the password on the command line. .B \-w passwd Use \fIpasswd\fP as the password for simple authentication. .TP +.BI \-y \ passwdfile +Use complete contents of \fIpasswdfile\fP as the password for +simple authentication. +.TP .BI \-H \ ldapuri Specify URI(s) referring to the ldap server(s). .TP @@ -158,6 +161,10 @@ Enable SASL Quiet mode. Never prompt. Specify the authentication ID for SASL bind. The form of the ID depends on the actual SASL mechanism used. .TP +.BI \-R \ realm +Specify the realm of authentication ID for SASL bind. The form of the realm +depends on the actual SASL mechanism used. +.TP .BI \-X \ authzid Specify the requested authorization ID for SASL bind. .I authzid @@ -204,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 @@ -224,7 +231,7 @@ status and a diagnostic message being written to standard error. .SH AUTHOR The OpenLDAP Project .SH ACKNOWLEDGEMENTS -.B OpenLDAP +.B OpenLDAP is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). -.B OpenLDAP +.B OpenLDAP is derived from University of Michigan LDAP 3.3 Release.