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