version 1.34.2.1, 2005/01/20 18:03:47
|
version 1.34.2.2, 2005/07/10 04:36:40
|
Line 1
|
Line 1
|
.TH LDAP 3 "RELEASEDATE" "OpenLDAP LDVERSION" |
.TH LDAP 3 "RELEASEDATE" "OpenLDAP LDVERSION" |
.\" $OpenLDAP$ |
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap.3,v 1.36 2005/07/04 04:57:10 hallvard Exp $ |
.\" Copyright 1998-2005 The OpenLDAP Foundation All Rights Reserved. |
.\" Copyright 1998-2005 The OpenLDAP Foundation All Rights Reserved. |
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. |
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. |
.SH NAME |
.SH NAME |
Line 60 Errors can be interpreted by calling
|
Line 60 Errors can be interpreted by calling
|
.BR ldap_err2string (3). |
.BR ldap_err2string (3). |
.SH LDAP versions |
.SH LDAP versions |
This library supports version 3 of the Lightweight Directory Access |
This library supports version 3 of the Lightweight Directory Access |
Protocol (LDAPv3) as defined in RFC 3377. It also supports a varient |
Protocol (LDAPv3) as defined in RFC 3377. It also supports a variant |
of version 2 of LDAP as defined by U-Mich LDAP and, to some degree, |
of version 2 of LDAP as defined by U-Mich LDAP and, to some degree, |
RFC 1777. Version 2 (all varients) should be viewed as obsolete. |
RFC 1777. Version 2 (all variants) should be viewed as obsolete. |
Version 3 should be used instead. |
Version 3 should be used instead. |
.LP |
.LP |
For backwards compatibility reasons, the library defaults to version 2. |
For backwards compatibility reasons, the library defaults to version 2. |