The /auth/ldap
endpoint manages Lightweight Directory Access Protocol (LDAP)
authentication functionality.
The `/auth/ldap` endpoint manages Lightweight Directory Access Protocol (LDAP) authentication functionality. Reference: https://www.vaultproject.io/api-docs/auth/ldap
The LDAP endpoints manage LDAP authentication functionality.
The LDAP endpoints manage LDAP authentication functionality.
(login client username password)
Login with the LDAP user's username and password. This method uses the
/auth/ldap/login/:username
endpoint.
Returns the auth
map from the login endpoint and updates the auth
information in the client, including the new client token.
Login with the LDAP user's username and password. This method uses the `/auth/ldap/login/:username` endpoint. Returns the `auth` map from the login endpoint and updates the auth information in the client, including the new client token.
(with-mount client mount)
Return an updated client which will resolve calls against the provided
mount instead of the default. Passing nil
will reset the client to the
default.
Return an updated client which will resolve calls against the provided mount instead of the default. Passing `nil` will reset the client to the default.
Default mount point to use if one is not provided.
Default mount point to use if one is not provided.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close