clarify Kerberos option availability

This commit is contained in:
Kurt Zeilenga 2000-08-28 22:49:44 +00:00
parent 5d9f41e8dc
commit c3ceb3b9db
4 changed files with 12 additions and 10 deletions

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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