ldap-client-0.1.0: Pure Haskell LDAP Client Library
Ldap.Client.Add
add :: Ldap -> Dn -> AttrList NonEmpty -> IO () Source
addEither :: Ldap -> Dn -> AttrList NonEmpty -> IO (Either ResponseError ()) Source
addAsync :: Ldap -> Dn -> AttrList NonEmpty -> IO (Async ()) Source
addAsyncSTM :: Ldap -> Dn -> AttrList NonEmpty -> STM (Async ()) Source