(bind? username password)(bind? username password sink)Attempts to authenticated with the LDAP server using the supplied username and password. Returns true iff successful.
Any exceptions that occur communicating with the LDAP server (e.g. invalid bind dn/password) are ignored and false is returned.
Attempts to authenticated with the LDAP server using the supplied username and password. Returns true iff successful. Any exceptions that occur communicating with the LDAP server (e.g. invalid bind dn/password) are ignored and false is returned.
(dn result)Returns the DN attribute from the first result in results.
Returns nil if the DN looks empty (since bind with an empty string always succeeds).
Returns the DN attribute from the first result in results. Returns nil if the DN looks empty (since bind with an empty string always succeeds).
(fail sink message)(uid-filter username)Constructs an LDAP search filter for username
Constructs an LDAP search filter for username
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |