LDAP-0.6.12: Haskell binding for C LDAP API

CopyrightCopyright (C) 2005-2006 John Goerzen
LicenseBSD
MaintainerJohn Goerzen,
Safe HaskellSafe
LanguageHaskell98

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 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