|
|
|
| Description |
Maintainer : jgoerzen@complete.org
Stability : provisional
Portability: portable
Haskell types for LDAP constants
Written by John Goerzen, jgoerzen@complete.org
|
|
|
| Documentation |
|
| data LDAPReturnCode |
| Constructors | | LdapSuccess | | | LdapOperationsError | | | LdapProtocolError | | | LdapTimelimitExceeded | | | LdapSizelimitExceeded | | | LdapCompareFalse | | | LdapCompareTrue | | | LdapAuthMethodNotSupported | | | LdapStrongAuthNotSupported | | | LdapStrongAuthRequired | | | LdapPartialResults | | | LdapReferral | | | LdapAdminlimitExceeded | | | LdapUnavailableCriticalExtension | | | LdapConfidentialityRequired | | | LdapSaslBindInProgress | | | LdapNoSuchAttribute | | | LdapUndefinedType | | | LdapInappropriateMatching | | | LdapConstraintViolation | | | LdapTypeOrValueExists | | | LdapInvalidSyntax | | | LdapNoSuchObject | | | LdapAliasProblem | | | LdapInvalidDnSyntax | | | LdapIsLeaf | | | LdapAliasDerefProblem | | | LdapProxyAuthzFailure | | | LdapInappropriateAuth | | | LdapInvalidCredentials | | | LdapInsufficientAccess | | | LdapBusy | | | LdapUnavailable | | | LdapUnwillingToPerform | | | LdapLoopDetect | | | LdapNamingViolation | | | LdapObjectClassViolation | | | LdapNotAllowedOnNonleaf | | | LdapNotAllowedOnRdn | | | LdapAlreadyExists | | | LdapNoObjectClassMods | | | LdapResultsTooLarge | | | LdapAffectsMultipleDsas | | | LdapOther | | | LdapServerDown | | | LdapLocalError | | | LdapEncodingError | | | LdapDecodingError | | | LdapTimeout | | | LdapAuthUnknown | | | LdapFilterError | | | LdapUserCancelled | | | LdapParamError | | | LdapNoMemory | | | LdapConnectError | | | LdapNotSupported | | | LdapControlNotFound | | | LdapNoResultsReturned | | | LdapMoreResultsToReturn | | | LdapClientLoop | | | LdapReferralLimitExceeded | | | UnknownLDAPReturnCode Int | |
| Instances | |
|
|
| data LDAPOptionCode |
| Constructors | | LdapOptApiInfo | | | LdapOptDesc | | | LdapOptDeref | | | LdapOptSizelimit | | | LdapOptTimelimit | | | LdapOptReferrals | | | LdapOptRestart | | | LdapOptProtocolVersion | | | LdapOptServerControls | | | LdapOptClientControls | | | LdapOptApiFeatureInfo | | | LdapOptHostName | | | LdapOptErrorNumber | | | LdapOptErrorString | | | LdapOptMatchedDn | | | LdapOptSuccess | | | LdapOptError | | | UnknownLDAPOptionCode Int | |
| Instances | |
|
|
| data LDAPScope |
| Constructors | | LdapScopeDefault | | | LdapScopeBase | | | LdapScopeOnelevel | | | LdapScopeSubtree | | | UnknownLDAPScope Int | |
| Instances | |
|
|
| data LDAPModOp |
| Constructors | | LdapModAdd | | | LdapModDelete | | | LdapModReplace | | | UnknownLDAPModOp Int | |
| Instances | |
|
|
| Produced by Haddock version 0.8 |