Next: The High-Level LDAP API, Previous: SXEmacs LDAP API, Up: SXEmacs LDAP API [Contents][Index]
The default LDAP server hostname. A TCP port number can be appended to that name using a colon as a separator.
Default TCP port for LDAP connections. Initialized from the LDAP library. Default value is 389.
Default base for LDAP searches. This is a string using the syntax of RFC 1779. For instance, "o=ACME, c=US" limits the search to the Acme organization in the United States.
An alist of per host options for LDAP transactions.
The list elements look like (HOST PROP1 VAL1 PROP2 VAL2 ...)
host is the name of an LDAP server. A TCP port number can be
appended to that name using a colon as a separator.
propn and valn are
property/value pairs describing parameters for the server. Valid
properties:
binddnThe distinguished name of the user to bind as. This may look like ‘cn=Babs Jensen,o=ACME,c=US’, see RFC 1779 for details.
passwdThe password to use for authentication.
authThe authentication method to use, possible values depend on the LDAP
library SXEmacs was compiled with, they may include simple,
krbv41 and krbv42.
baseThe base for the search. This may look like ‘cÿ, o¬me’, see RFC 1779 for syntax details.
scopeOne of the symbols base, onelevel or subtree
indicating the scope of the search limited to a base
object, to a single level or to the whole subtree.
derefThe dereference policy is one of the symbols never,
always, search or find and defines how aliases are
dereferenced.
neverAliases are never dereferenced
alwaysAliases are always dereferenced
searchAliases are dereferenced when searching
findAliases are dereferenced when locating the base object for the search
timelimitThe timeout limit for the connection in seconds.
sizelimitThe maximum number of matches to return for searches performed on this connection.
If non-nil, LDAP operations will echo progress messages.
Defaults to nil.
Next: The High-Level LDAP API, Previous: SXEmacs LDAP API, Up: SXEmacs LDAP API [Contents][Index]