|
|
|
|
|
| Description |
Maintainer : jgoerzen@complete.org
Stability : provisional
Portability: portable
LDAP changes
Written by John Goerzen, jgoerzen@complete.org
|
|
| Synopsis |
|
|
|
|
| Basics
|
|
|
| Constructors | | LdapModAdd | | | LdapModDelete | | | LdapModReplace | | | UnknownLDAPModOp Int | |
|
|
|
|
| Constructors | | LDAPMod | | | modOp :: LDAPModOp | Type of operation to perform
| | modType :: String | Name of attribute to edit
| | modVals :: [String] | New values
|
|
|
|
|
|
|
|
|
|
|
|
| Delete the specified DN
|
|
| Utilities
|
|
|
| Takes a list of name/value points and converts them to LDAPMod
entries. Each item will have the specified LDAPModOp.
|
|
|
| Similar to list2ldm, but handles pairs with only one value.
|
|
| Produced by Haddock version 2.6.0 |