| Copyright | Copyright (C) 2005 John Goerzen |
|---|---|
| License | BSD |
| Maintainer | John Goerzen, |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
LDAP.Data
Description
Haskell types for LDAP constants
Written by John Goerzen, jgoerzen@complete.org
Documentation
Constructors
| LdapModAdd | |
| LdapModDelete | |
| LdapModReplace | |
| UnknownLDAPModOp Int |
Instances
| Enum LDAPModOp Source # | |
| Eq LDAPModOp Source # | |
| Ord LDAPModOp Source # | |
Defined in LDAP.Data | |
| Show LDAPModOp Source # | |
Constructors
| LdapScopeDefault | |
| LdapScopeBase | |
| LdapScopeOnelevel | |
| LdapScopeSubtree | |
| UnknownLDAPScope Int |
Instances
| Enum LDAPScope Source # | |
| Eq LDAPScope Source # | |
| Ord LDAPScope Source # | |
Defined in LDAP.Data | |
| Show LDAPScope Source # | |
data LDAPOptionCode Source #
Constructors
Instances
data LDAPReturnCode Source #
Constructors