adldap-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

ADLDAP

Documentation

adInit :: Realm -> Host -> Port -> IO ADCtx #

adSearch :: ADCtx -> DN -> Scope -> Maybe Filter -> [Key] -> IO [Record] #

recordOf :: ADCtx -> FilePath -> IO (Either ADLDAPError Record) #

childrenOf :: ADCtx -> FilePath -> IO [Text] #

childrenOf' :: ADCtx -> FilePath -> IO [Record] #

rdnOf :: Record -> Text #