mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Add -C to manual pages
This commit is contained in:
parent
a0a1c3af3f
commit
a56c2b59f9
5 changed files with 25 additions and 4 deletions
|
|
@ -17,6 +17,8 @@ ldapdelete \- LDAP delete entry tool
|
|||
[\c
|
||||
.BR \-c ]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-M[M] ]
|
||||
[\c
|
||||
.BI \-d \ debuglevel\fR]
|
||||
|
|
@ -82,6 +84,9 @@ 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
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
|||
[\c
|
||||
.BR \-c ]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-r ]
|
||||
[\c
|
||||
.BR \-n ]
|
||||
|
|
@ -128,6 +130,9 @@ Assume that any values that start with a `/' are binary values and that
|
|||
the actual value is in a file whose path is specified in the place where
|
||||
values normally appear.
|
||||
.TP
|
||||
.B \-C
|
||||
Automatically chase referrals.
|
||||
.TP
|
||||
.B \-c
|
||||
Continuous operation mode. Errors are reported, but
|
||||
.B ldapmodify
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ ldapmodrdn \- LDAP rename entry tool
|
|||
[\c
|
||||
.BR \-c ]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-M[M] ]
|
||||
[\c
|
||||
.BI \-d \ debuglevel\fR]
|
||||
|
|
@ -86,6 +88,9 @@ 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
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ ldappasswd \- change the password of an LDAP entry
|
|||
.BR \-A ]
|
||||
[\c
|
||||
.BI \-a \ oldPasswd\fR]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BI \-D \ binddn\fR
|
||||
[\c
|
||||
.BI \-d \ debuglevel\fR]
|
||||
|
|
@ -62,6 +65,9 @@ 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
|
||||
.BI \-D \ binddn
|
||||
Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should
|
||||
be a string-represented DN as defined in RFC 2253.
|
||||
|
|
|
|||
|
|
@ -21,12 +21,12 @@ ldapsearch \- LDAP search tool
|
|||
[\c
|
||||
.BR \-A ]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-L[L[L]] ]
|
||||
[\c
|
||||
.BR \-M[M] ]
|
||||
[\c
|
||||
.BR \-R ]
|
||||
[\c
|
||||
.BI \-d \ debuglevel\fR]
|
||||
[\c
|
||||
.BI \-f \ file\fR]
|
||||
|
|
@ -130,8 +130,8 @@ Enable manage DSA IT control.
|
|||
.B \-MM
|
||||
makes control critical.
|
||||
.TP
|
||||
.B \-R
|
||||
Do not automatically follow referrals returned while searching.
|
||||
.B \-C
|
||||
Automatically chase referrals.
|
||||
.TP
|
||||
.BI \-S \ attribute
|
||||
Sort the entries returned based on \fIattribute\fP. The default is not
|
||||
|
|
|
|||
Loading…
Reference in a new issue