LDAP-0.6.1: Haskell binding for C LDAP APIContentsIndex
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 CLDAP

Main LDAP object type.

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

type LDAPInt = CInt
Convenience type so we use the correct ints for the LDAP library.
type BERInt = Int32
BER int type
type BERTag = Word32
BER type tag
type BERLen = Word32
BER length type
Produced by Haddock version 0.8