LDAP-0.6.11: 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 Source #

Main LDAP object type.

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

type LDAPInt = CInt Source #

Convenience type so we use the correct ints for the LDAP library.

type BERInt = Int32 Source #

BER int type

type BERTag = Word64 Source #

BER type tag

type BERLen = Word64 Source #

BER length type