comparison man/lispref/ldap.texi @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 70ad99077275
children 2f8bb876ab1d
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
19 @node Building XEmacs with LDAP support, XEmacs LDAP API, LDAP Support, LDAP Support 19 @node Building XEmacs with LDAP support, XEmacs LDAP API, LDAP Support, LDAP Support
20 @comment node-name, next, previous, up 20 @comment node-name, next, previous, up
21 @section Building XEmacs with LDAP support 21 @section Building XEmacs with LDAP support
22 22
23 LDAP support must be added to XEmacs at build time since it requires 23 LDAP support must be added to XEmacs at build time since it requires
24 linking to an external LDAP client library. As of 21.0, XEmacs has been 24 linking to an external LDAP client library. As of 21.2, XEmacs has been
25 successfully built and tested with 25 successfully built and tested with
26 26
27 @itemize @bullet 27 @itemize @bullet
28 @item OpenLDAP 1.0.3 (@url{http://www.openldap.org/})
28 @item University of Michigan's LDAP 3.3 (@url{http://www.umich.edu/~dirsvcs/ldap/}) 29 @item University of Michigan's LDAP 3.3 (@url{http://www.umich.edu/~dirsvcs/ldap/})
29 @item LDAP SDK 1.0 from Netscape Corp. (@url{http://developer.netscape.com/}) 30 @item LDAP SDK 1.0 from Netscape Corp. (@url{http://developer.netscape.com/})
30 @end itemize 31 @end itemize
31 32
32 Other libraries conforming to RFC 1823 will probably work also but may 33 Other libraries conforming to RFC 1823 will probably work also but may
61 @node LDAP Variables, The High-Level LDAP API, XEmacs LDAP API, XEmacs LDAP API 62 @node LDAP Variables, The High-Level LDAP API, XEmacs LDAP API, XEmacs LDAP API
62 @comment node-name, next, previous, up 63 @comment node-name, next, previous, up
63 @subsection LDAP Variables 64 @subsection LDAP Variables
64 65
65 @defvar ldap-default-host 66 @defvar ldap-default-host
66 The default LDAP server 67 The default LDAP server hostname.
68 A TCP port number can be appended to that name using a colon as
69 a separator.
67 @end defvar 70 @end defvar
68 71
69 @defvar ldap-default-port 72 @defvar ldap-default-port
70 Default TCP port for LDAP connections. 73 Default TCP port for LDAP connections.
71 Initialized from the LDAP library. Default value is 389. 74 Initialized from the LDAP library. Default value is 389.
79 @end defvar 82 @end defvar
80 83
81 @defvar ldap-host-parameters-alist 84 @defvar ldap-host-parameters-alist
82 An alist of per host options for LDAP transactions. 85 An alist of per host options for LDAP transactions.
83 The list elements look like @code{(HOST PROP1 VAL1 PROP2 VAL2 ...)} 86 The list elements look like @code{(HOST PROP1 VAL1 PROP2 VAL2 ...)}
84 @var{host} is the name of an LDAP server. @var{propn} and @var{valn} are 87 @var{host} is the name of an LDAP server. A TCP port number can be
88 appended to that name using a colon as a separator.
89 @var{propn} and @var{valn} are
85 property/value pairs describing parameters for the server. Valid 90 property/value pairs describing parameters for the server. Valid
86 properties: 91 properties:
87 @table @code 92 @table @code
88 @item binddn 93 @item binddn
89 The distinguished name of the user to bind as. This may look like 94 The distinguished name of the user to bind as. This may look like