|
|
|
| Description |
Maintainer : jgoerzen@complete.org
Stability : provisional
Portability: portable
LDAP Searching
Written by John Goerzen, jgoerzen@complete.org
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Defines what attributes to return with the search result.
| | Constructors | | LDAPNoAttrs | No attributes
| | LDAPAllUserAttrs | User attributes only
| | LDAPAttrList [String] | User-specified list
|
|
|
|
|
| Constructors | | LDAPEntry | | | ledn :: String | Distinguished Name of this object
| | leattrs :: [(String, [String])] | Mapping from attribute name to values
|
|
|
|
|
|
| Constructors | | LdapScopeDefault | | | LdapScopeBase | | | LdapScopeOnelevel | | | LdapScopeSubtree | | | UnknownLDAPScope Int | |
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |