mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 12:54:09 -05:00
clarify Kerberos option availability
This commit is contained in:
parent
5d9f41e8dc
commit
c3ceb3b9db
4 changed files with 12 additions and 10 deletions
|
|
@ -84,12 +84,12 @@ Use Kerberos authentication instead of simple authentication. It is
|
|||
assumed that you already have a valid ticket granting ticket. This option
|
||||
only has effect if
|
||||
. B ldapdelete
|
||||
is compiled with KERBEROS defined.
|
||||
is compiled with Kerberos support.
|
||||
.TP
|
||||
.B \-K
|
||||
Same as \-k, but only does step 1 of the kerberos bind. This is useful
|
||||
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.
|
||||
registered with your Kerberos servers.
|
||||
.TP
|
||||
.B \-C
|
||||
Automatically chase referrals.
|
||||
|
|
|
|||
|
|
@ -67,6 +67,8 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
|||
[\c
|
||||
.BR \-c ]
|
||||
[\c
|
||||
.BR \-C ]
|
||||
[\c
|
||||
.BR \-r ]
|
||||
[\c
|
||||
.BR \-n ]
|
||||
|
|
@ -158,12 +160,12 @@ Use verbose mode, with many diagnostics written to standard output.
|
|||
.B \-k
|
||||
Use Kerberos authentication instead of simple authentication. It is
|
||||
assumed that you already have a valid ticket granting ticket. You must
|
||||
compile with KERBEROS defined for this option to have any effect.
|
||||
compile with Kerberos support for this option to have any effect.
|
||||
.TP
|
||||
.B \-K
|
||||
Same as \-k, but only does step 1 of the kerberos bind. This is useful
|
||||
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.
|
||||
registered with your Kerberos servers.
|
||||
.TP
|
||||
.B \-F
|
||||
Force application of all changes regardless of the contents of input
|
||||
|
|
|
|||
|
|
@ -87,12 +87,12 @@ Use verbose mode, with many diagnostics written to standard output.
|
|||
Use Kerberos authentication instead of simple authentication. It is
|
||||
assumed that you already have a valid ticket granting ticket.
|
||||
.B ldapmodrdn
|
||||
must be compiled with KERBEROS defined for this option to have effect.
|
||||
must be compiled with Kerberos support for this option to have effect.
|
||||
.TP
|
||||
.B \-K
|
||||
Same as \-k, but only does step 1 of the kerberos bind. This is useful
|
||||
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.
|
||||
registered with your Kerberos servers.
|
||||
.TP
|
||||
.B \-C
|
||||
Automatically chase referrals.
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ Run in verbose mode, with many diagnostics written to standard output.
|
|||
Use Kerberos authentication instead of simple authentication. It is
|
||||
assumed that you already have a valid ticket granting ticket.
|
||||
.B ldapsearch
|
||||
must be compiled with Kerberos for this option to have any effect.
|
||||
must be compiled with Kerberos support for this option to have any effect.
|
||||
.TP
|
||||
.B \-K
|
||||
Same as \-k, but only does step 1 of the Kerberos bind. This is useful
|
||||
|
|
|
|||
Loading…
Reference in a new issue