LDAP-0.6.3: Haskell binding for C LDAP APIContentsIndex
LDAP.Data
MaintainerJohn Goerzen,
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
show/hide Instances
data LDAPOptionCode
Constructors
LdapOptApiInfo
LdapOptDesc
LdapOptDeref
LdapOptSizelimit
LdapOptTimelimit
LdapOptReferrals
LdapOptRestart
LdapOptProtocolVersion
LdapOptServerControls
LdapOptClientControls
LdapOptApiFeatureInfo
LdapOptHostName
LdapOptErrorNumber
LdapOptErrorString
LdapOptMatchedDn
LdapOptSuccess
LdapOptError
UnknownLDAPOptionCode Int
show/hide Instances
data LDAPScope
Constructors
LdapScopeDefault
LdapScopeBase
LdapScopeOnelevel
LdapScopeSubtree
UnknownLDAPScope Int
show/hide Instances
data LDAPModOp
Constructors
LdapModAdd
LdapModDelete
LdapModReplace
UnknownLDAPModOp Int
show/hide Instances
Produced by Haddock version 0.8