mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Undocument -C (chase referrals)
(already removed from usage statements)
This commit is contained in:
parent
044b39f4ec
commit
de6ed4fde4
5 changed files with 0 additions and 27 deletions
|
|
@ -17,8 +17,6 @@ ldapdelete \- LDAP delete entry tool
|
|||
[\c
|
||||
.BR \-c ]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-M[M] ]
|
||||
[\c
|
||||
.BI \-d \ debuglevel\fR]
|
||||
|
|
@ -95,9 +93,6 @@ 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
|
||||
.B ldapdelete
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
|||
.BR \-c ]
|
||||
[\c
|
||||
.BI \-S \ file\fR]
|
||||
.[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-n ]
|
||||
[\c
|
||||
|
|
@ -69,8 +67,6 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
|||
[\c
|
||||
.BI \-S \ file\fR]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-n ]
|
||||
[\c
|
||||
.BR \-v ]
|
||||
|
|
@ -141,9 +137,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
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@ ldapmodrdn \- LDAP rename entry tool
|
|||
[\c
|
||||
.BR \-c ]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-M[M] ]
|
||||
[\c
|
||||
.BI \-d \ debuglevel\fR]
|
||||
|
|
@ -98,9 +96,6 @@ 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
|
||||
will continue with modifications. The default is to exit after
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
@ -84,9 +82,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
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@ ldapsearch \- LDAP search tool
|
|||
[\c
|
||||
.BR \-A ]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-L[L[L]] ]
|
||||
[\c
|
||||
.BR \-M[M] ]
|
||||
|
|
@ -141,9 +139,6 @@ Enable manage DSA IT control.
|
|||
.B \-MM
|
||||
makes control critical.
|
||||
.TP
|
||||
.B \-C
|
||||
Automatically chase referrals.
|
||||
.TP
|
||||
.BI \-S \ attribute
|
||||
Sort the entries returned based on \fIattribute\fP. The default is not
|
||||
to sort entries returned. If \fIattribute\fP is a zero-length string (""),
|
||||
|
|
|
|||
Loading…
Reference in a new issue