LDAP-0.6.6: Haskell binding for C LDAP APISource codeContentsIndex
LDAP.Types
MaintainerJohn Goerzen,
Contents
General
Description

Maintainer : jgoerzen@complete.org Stability : provisional Portability: portable

Basic types for LDAP programs.

Written by John Goerzen, jgoerzen@complete.org

See also LDAP.Data for types relating to return codes, option codes, etc.

Synopsis
type LDAP = ForeignPtr CLDAP
type LDAPInt = CInt
type BERInt = Int32
type BERTag = Word32
type BERLen = Word32
General
type LDAP = ForeignPtr CLDAPSource

Main LDAP object type.

LDAP objects are automatically unbound (and memory freed) when they are garbage-collected by Haskell.

type LDAPInt = CIntSource
Convenience type so we use the correct ints for the LDAP library.
type BERInt = Int32Source
BER int type
type BERTag = Word32Source
BER type tag
type BERLen = Word32Source
BER length type
Produced by Haddock version 2.6.0