Update kerberos flags

This commit is contained in:
Kurt Zeilenga 2001-08-24 20:17:23 +00:00
parent 7378872731
commit b6fc1d3d43
6 changed files with 24 additions and 47 deletions

View File

@ -1,4 +1,4 @@
.TH LDAPDELETE 1 "20 August 2000" "OpenLDAP LDVERSION"
.TH LDAPDELETE 1 "20 August 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
@ -80,16 +80,16 @@ debugging in conjunction with -v.
Use verbose mode, with many diagnostics written to standard output.
.TP
.B \-k
Use Kerberos authentication instead of simple authentication. It is
Use Kerberos IV 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 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 IV 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 Domain Controller(s).
.TP
.B \-C
Automatically chase referrals.

View File

@ -1,4 +1,4 @@
.TH LDAPMODIFY 1 "20 August 2000" "OpenLDAP LDVERSION"
.TH LDAPMODIFY 1 "20 August 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
@ -148,14 +148,14 @@ debugging in conjunction with -v.
Use verbose mode, with many diagnostics written to standard output.
.TP
.B \-k
Use Kerberos authentication instead of simple authentication. It is
Use Kerberos IV authentication instead of simple authentication. It is
assumed that you already have a valid ticket granting ticket. You must
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 IV 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 Domain Controller(s).
.TP
.B \-F
Force application of all changes regardless of the contents of input

View File

@ -1,4 +1,4 @@
.TH LDAPMODRDN 1 "20 August 2000" "OpenLDAP LDVERSION"
.TH LDAPMODRDN 1 "20 August 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
@ -84,15 +84,15 @@ debugging in conjunction with -v.
Use verbose mode, with many diagnostics written to standard output.
.TP
.B \-k
Use Kerberos authentication instead of simple authentication. It is
Use Kerberos IV authentication instead of simple authentication. It is
assumed that you already have a valid ticket granting ticket.
.B ldapmodrdn
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 IV 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 Domain Controller(s).
.TP
.B \-C
Automatically chase referrals.

View File

@ -1,4 +1,4 @@
.TH LDAPPASSWD 1 "20 August 2000" "OpenLDAP LDVERSION"
.TH LDAPPASSWD 1 "20 August 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.

View File

@ -1,4 +1,4 @@
.TH LDAPSEARCH 1 "3 October 2000" "OpenLDAP LDVERSION"
.TH LDAPSEARCH 1 "20 August 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
@ -105,15 +105,15 @@ in the output.
Run in verbose mode, with many diagnostics written to standard output.
.TP
.B \-k
Use Kerberos authentication instead of simple authentication. It is
Use Kerberos IV authentication instead of simple authentication. It is
assumed that you already have a valid ticket granting ticket.
.B ldapsearch
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
Same as \-k, but only does step 1 of the Kerberos IV 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 Domain Controller(s).
.TP
.B \-t
Write retrieved values to a set of temporary files. This is useful for

View File

@ -1,4 +1,4 @@
.TH LDAP 3 "21 July 2000" "OpenLDAP LDVERSION"
.TH LDAP 3 "1 August 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
@ -14,11 +14,11 @@ ldap - OpenLDAP Lightweight Directory Access Protocol API
.LP
The Lightweight Directory Access Protocol provides access to
X.500 directory services. The services may be stand\-alone
part of a distributed directory service. This API supports
LDAP over TCP, LDAP over SSL, and LDAP over IPC (UNIX domain
sockets).
or part of a distributed directory service. This API supports
LDAP over TCP (RFC2251), LDAP over SSL, and LDAP over IPC (UNIX domain
sockets). This API supports SASL (RFC2829) and Start TLS (RFC2830).
.LP
The OpenLDAP LDAP package includes a stand-alone server in
The OpenLDAP Software package includes a stand-alone server in
.BR slapd (8),
various LDAP clients, and an LDAP client library used to provide
programmatic access to the LDAP protocol. This man page gives an
@ -96,6 +96,7 @@ The
.BR ldap_cache (3)
routines implement a local client caching scheme,
providing a substantial performance increase for repeated queries.
Caching is experiemental.
.SH UTILITY ROUTINES
Also provided are various utility routines. The
.BR ldap_sort (3)
@ -110,7 +111,7 @@ Also included in the distribution is a set of lightweight Basic
Encoding Rules routines. These routines are used by the LDAP library
routines to encode and decode LDAP protocol elements using the
(slightly simplified) Basic Encoding Rules defined by LDAP. They are
not normally used directly by an LDAP application program excepting
not normally used directly by an LDAP application program except
in the handling of controls and extended operations. The
routines provide a printf and scanf-like interface, as well as
lower-level access. These routines are found in the -llber
@ -147,21 +148,6 @@ asynchronously bind to the directory using simple authentication
.SM ldap_simple_bind_s(3)
synchronously bind to the directory using simple authentication
.TP
.SM ldap_kerberos_bind_s(3)
synchronously bind to the directory using kerberos authentication
.TP
.SM ldap_kerberos_bind1(3)
asynchronously bind to the LDAP server using kerberos authentication
.TP
.SM ldap_kerberos_bind1_s(3)
synchronously bind to the LDAP server using kerberos authentication
.TP
.SM ldap_kerberos_bind2(3)
asynchronously bind to the DSA using kerberos authentication
.TP
.SM ldap_kerberos_bind2_s(3)
synchronously bind to the DSA using kerberos authentication
.TP
.SM ldap_unbind(3)
synchronously unbind from the LDAP server and close the connection
.TP
@ -388,15 +374,6 @@ check a URL string to see if it is an LDAP URL
.SM ldap_url_parse(3)
break up an LDAP URL string into its components
.TP
.SM ldap_url_search(3)
asynchronously search using an LDAP URL
.TP
.SM ldap_url_search_s(3)
synchronously search using an LDAP URL
.TP
.SM ldap_url_search_st(3)
synchronously search using an LDAP URL and a timeout
.TP
.SM ldap_init_searchprefs(3)
initialize searchprefs routines from a file
.TP