Copyright | Copyright (C) 2005 John Goerzen |
---|---|
License | BSD |
Maintainer | John Goerzen, |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
LDAP.Init
Description
Initialization and shutdown for LDAP programs
Written by John Goerzen, jgoerzen@complete.org
Documentation
Like ldapInit
, but establish network connection immediately.
Preferred way to initialize a LDAP connection.
The default port is given in ldapPort
.
Could throw IOError on failure.
Like ldapInit
, but accepts a URI (or whitespace/comma separated
list of URIs) which can contain a schema, a host and a port. Besides
ldap, valid schemas are ldaps (LDAP over TLS), ldapi (LDAP over IPC),
and cldap (connectionless LDAP).
Bind to the remote server.