X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman1%2Fldapmodrdn.1;h=77864398fd9e22b2bf02254ce81bcb6194f980b6;hb=88fd28886d04aef10a0887d1907b7b4dd61b7904;hp=560b078f855e2c6ca810b5982d634363f198529c;hpb=0f1522418ebb621affa4aa819c7e4241deb4f015;p=openldap diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index 560b078f85..77864398fd 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -1,25 +1,31 @@ .TH LDAPMODRDN 1 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ -.\" Copyright 1998-2011 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 1998-2012 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .SH NAME ldapmodrdn \- LDAP rename entry tool .SH SYNOPSIS .B ldapmodrdn [\c -.BR \-r ] +.BR \-V [ V ]] [\c -.BI \-s \ newsup\fR] +.BI \-d \ debuglevel\fR] [\c .BR \-n ] [\c .BR \-v ] [\c +.BR \-r ] +[\c +.BI \-s \ newsup\fR] +[\c .BR \-c ] [\c +.BI \-f \ file\fR] +[\c .BR \-M [ M ]] [\c -.BI \-d \ debuglevel\fR] +.BR \-x ] [\c .BI \-D \ binddn\fR] [\c @@ -41,26 +47,26 @@ ldapmodrdn \- LDAP rename entry tool [\c .BR \-E \ [ ! ] \fIext\fP [ =\fIextparam\fP ]] [\c +.BI \-o \ opt \fR[= optparam \fR]] +[\c .BI \-O \ security-properties\fR] [\c .BR \-I ] [\c .BR \-Q ] [\c +.BR \-N ] +[\c .BI \-U \ authcid\fR] [\c .BI \-R \ realm\fR] [\c -.BR \-x ] -[\c .BI \-X \ authzid\fR] [\c .BI \-Y \ mech\fR] [\c .BR \-Z [ Z ]] [\c -.BI \-f \ file\fR] -[\c .I dn rdn\fR] .SH DESCRIPTION .B ldapmodrdn @@ -77,12 +83,14 @@ option, or from the command-line pair \fIdn\fP and \fIrdn\fP. .SH OPTIONS .TP -.B \-r -Remove old RDN values from the entry. Default is to keep old values. +.BR \-V [ V ] +Print version info. +If \fB\-VV\fP is given, only the version information is printed. .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. +.BI \-d \ debuglevel +Set the LDAP debugging level to \fIdebuglevel\fP. +.B ldapmodrdn +must be compiled with LDAP_DEBUG defined for this option to have any effect. .TP .B \-n Show what would be done, but don't actually change entries. Useful for @@ -91,26 +99,27 @@ debugging in conjunction with \fB\-v\fP. .B \-v Use verbose mode, with many diagnostics written to standard output. .TP +.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 \-c Continuous operation mode. Errors are reported, but ldapmodrdn will continue with modifications. The default is to exit after reporting an error. .TP +.BI \-f \ file +Read the entry modification information from \fIfile\fP instead of from +standard input or the command-line. +.TP .BR \-M [ M ] Enable manage DSA IT control. .B \-MM makes control critical. .TP -.BI \-d \ debuglevel -Set the LDAP debugging level to \fIdebuglevel\fP. -.B ldapmodrdn -must be -compiled with LDAP_DEBUG defined for this option to have any effect. -.TP -.BI \-f \ file -Read the entry modification information from \fIfile\fP instead of from -standard input or the command-line. -.TP .B \-x Use simple authentication instead of SASL. .TP @@ -145,9 +154,6 @@ Deprecated in favor of \fB\-H\fP. .BR \-P \ { 2 \||\| 3 } Specify the LDAP protocol version to use. .TP -.BI \-O \ security-properties -Specify SASL security properties. -.TP .BR \-e \ [ ! ] \fIext\fP [ =\fIextparam\fP ] .TP .BR \-E \ [ ! ] \fIext\fP [ =\fIextparam\fP ] @@ -178,6 +184,19 @@ Modrdn extensions: (none) .fi .TP +.BI \-o \ opt \fR[= optparam \fR] + +Specify general options. + +General options: +.nf + nettimeout= (in seconds, or "none" or "max") + ldif-wrap= (in columns, or "no" for no wrapping) +.fi +.TP +.BI \-O \ security-properties +Specify SASL security properties. +.TP .B \-I Enable SASL Interactive mode. Always prompt. Default is to prompt only as needed. @@ -185,6 +204,9 @@ only as needed. .B \-Q Enable SASL Quiet mode. Never prompt. .TP +.B \-N +Do not use reverse DNS to canonicalize SASL host name. +.TP .BI \-U \ authcid Specify the authentication ID for SASL bind. The form of the ID depends on the actual SASL mechanism used.