Liking cljdoc? Tell your friends :D

clj-ldap-auth.ldap


bind?clj

(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.
raw docstring

configclj


dnclj

(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).
raw docstring

failclj

(fail sink message)

ssl-socket-factoryclj


uid-filterclj

(uid-filter username)

Constructs an LDAP search filter for username

Constructs an LDAP search filter for username
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close