Undocument -C

This commit is contained in:
Kurt Zeilenga 2001-06-14 05:59:43 +00:00
parent 7e4aab18ec
commit 3f3a07ecab
4 changed files with 0 additions and 22 deletions

View file

@ -17,8 +17,6 @@ ldapdelete \- LDAP delete entry tool
[\c
.BR \-c ]
[\c
.BR \-C ]
[\c
.BR \-M[M] ]
[\c
.BI \-d \ debuglevel\fR]
@ -91,9 +89,6 @@ Same as \-k, but only does step 1 of the Kerberos bind. This is useful
when connecting to a slapd and there is no x500dsa.hostname principal
registered with your Kerberos servers.
.TP
.B \-C
Automatically chase referrals.
.TP
.B \-c
Continuous operation mode. Errors are reported, but
.B ldapdelete

View file

@ -11,8 +11,6 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
[\c
.BR \-c ]
[\c
.BR \-C ]
[\c
.BR \-r ]
[\c
.BR \-n ]
@ -63,8 +61,6 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
[\c
.BR \-c ]
[\c
.BR \-C ]
[\c
.BR \-r ]
[\c
.BR \-n ]
@ -133,9 +129,6 @@ is to modify existing entries. If invoked as
.BR ldapadd ,
this flag is always set.
.TP
.B \-C
Automatically chase referrals.
.TP
.B \-c
Continuous operation mode. Errors are reported, but
.B ldapmodify

View file

@ -19,8 +19,6 @@ ldapmodrdn \- LDAP rename entry tool
[\c
.BR \-c ]
[\c
.BR \-C ]
[\c
.BR \-M[M] ]
[\c
.BI \-d \ debuglevel\fR]
@ -94,9 +92,6 @@ Same as \-k, but only does step 1 of the Kerberos bind. This is useful
when connecting to a slapd and there is no x500dsa.hostname principal
registered with your Kerberos servers.
.TP
.B \-C
Automatically chase referrals.
.TP
.B \-c
Continuous operation mode. Errors are reported, but ldapmodify
will continue with modifications. The default is to exit after

View file

@ -11,8 +11,6 @@ ldappasswd \- change the password of an LDAP entry
[\c
.BI \-a \ oldPasswd\fR]
[\c
.BR \-C ]
[\c
.BI \-D \ binddn\fR]
[\c
.BI \-d \ debuglevel\fR]
@ -78,9 +76,6 @@ This is used instead of specifying the password on the command line.
.BI \-a \ oldPasswd
Set the old password to \fIoldPasswd\fP.
.TP
.B \-C
Automatically chase referrals.
.TP
.B \-x
Use simple authentication instead of SASL.
.TP