Copyright | Copyright (C) 2005 John Goerzen |
---|---|
License | BSD |
Maintainer | John Goerzen, |
Safe Haskell | Safe |
Language | Haskell98 |
LDAP.Modify
Description
Maintainer : jgoerzen@complete.org Stability : provisional Portability: portable
LDAP changes
Written by John Goerzen, jgoerzen@complete.org
Synopsis
- data LDAPModOp
- data LDAPMod = LDAPMod {}
- ldapAdd :: LDAP -> String -> [LDAPMod] -> IO ()
- ldapModify :: LDAP -> String -> [LDAPMod] -> IO ()
- ldapDelete :: LDAP -> String -> IO ()
- ldapRename :: LDAP -> String -> String -> String -> IO ()
- list2ldm :: LDAPModOp -> [(String, [String])] -> [LDAPMod]
- pairs2ldm :: LDAPModOp -> [(String, String)] -> [LDAPMod]
Basics
Constructors
LdapModAdd | |
LdapModDelete | |
LdapModReplace | |
UnknownLDAPModOp Int |
Instances
Enum LDAPModOp # | |
Eq LDAPModOp # | |
Ord LDAPModOp # | |
Defined in LDAP.Data | |
Show LDAPModOp # | |
Constructors
LDAPMod | |
ldapDelete :: LDAP -> String -> IO () #
Delete the specified DN
ldapRename :: LDAP -> String -> String -> String -> IO () #
Rename DN to new DN