LDAP-0.6.4: Haskell binding for C LDAP API

MaintainerJohn Goerzen,

LDAP.Types

Contents

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

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