Copyright | Copyright (C) 2005-2006 John Goerzen |
---|---|
License | BSD |
Maintainer | John Goerzen, |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
LDAP.Types
Contents
Description
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.
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.