vault/website/source/docs/auth
Oren Shomron 005cb3e042 LDAP Auth Backend Overhaul
--------------------------

Added new configuration option to ldap auth backend - groupfilter.
GroupFilter accepts a Go template which will be used in conjunction with
GroupDN for finding the groups a user is a member of. The template will
be provided with context consisting of UserDN and Username.

Simplified group membership lookup significantly to support multiple use-cases:
  * Enumerating groups via memberOf attribute on user object
  * Previous default behavior of querying groups based on member/memberUid/uniqueMember attributes
  * Custom queries to support nested groups in AD via LDAP_MATCHING_RULE_IN_CHAIN matchind rule

There is now a new configuration option - groupattr - which specifies
how to resolve group membership from the objects returned by the primary groupfilter query.

Additional changes:
  * Clarify documentation for LDAP auth backend.
  * Reworked how default values are set, added tests
  * Removed Dial from LDAP config read. Network should not affect configuration.
2016-07-22 21:20:05 -04:00
..
app-id.html.md Update app-id docs to use new endpoint 2016-03-14 16:43:02 -04:00
aws-ec2.html.md Merge pull request #1613 from skippy/update-aws-ec2-docs 2016-07-18 10:40:38 -04:00
cert.html.md Update cert website docs 2016-04-13 16:28:23 +00:00
github.html.md s/VAULT_GITHUB_AUTH_TOKEN/VAULT_AUTH_GITHUB_TOKEN 2016-06-09 14:00:56 -04:00
index.html.md fixed secrets backend url 2015-07-06 11:11:58 -07:00
ldap.html.md LDAP Auth Backend Overhaul 2016-07-22 21:20:05 -04:00
mfa.html.md Remove tabs from terminal output 2015-10-12 12:10:22 -04:00
token.html.md Pretty sure the method to delete a token role is not GET 2016-07-07 13:54:20 -04:00
userpass.html.md Update userpass.html.md 2016-03-23 10:47:28 -04:00