Skip to content
Snippets Groups Projects
Commit c3ceb3b9 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

clarify Kerberos option availability

parent 5d9f41e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment