| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ldap.Client.Bind
Documentation
bindEither :: Ldap -> Dn -> Password -> IO (Either ResponseError ()) Source
unbindAsync :: Ldap -> IO () Source
Note that unbindAsync does not return an Async,
because LDAP server never responds to UnbindRequests, hence
a call to wait on a hypothetical Async would have resulted
in an exception anyway.
unbindAsyncSTM :: Ldap -> STM () Source
Note that unbindAsyncSTM does not return an Async,
because LDAP server never responds to UnbindRequests, hence
a call to wait on a hypothetical Async would have resulted
in an exception anyway.