Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
a56c2b59
Commit
a56c2b59
authored
Jun 25, 2000
by
Kurt Zeilenga
Browse files
Add -C to manual pages
parent
a0a1c3af
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/man/man1/ldapdelete.1
View file @
a56c2b59
...
...
@@ -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
...
...
doc/man/man1/ldapmodify.1
View file @
a56c2b59
...
...
@@ -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
...
...
doc/man/man1/ldapmodrdn.1
View file @
a56c2b59
...
...
@@ -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
...
...
doc/man/man1/ldappasswd.1
View file @
a56c2b59
...
...
@@ -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.
...
...
doc/man/man1/ldapsearch.1
View file @
a56c2b59
...
...
@@ -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 a
utomatically
follow
referrals
returned while searching
.
.B \-
C
A
utomatically
chase
referrals.
.TP
.BI \-S \ attribute
Sort the entries returned based on \fIattribute\fP. The default is not
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment