vault/website/source/docs
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
..
audit Update index.html.md 2016-03-31 14:19:03 +02:00
auth LDAP Auth Backend Overhaul 2016-07-22 21:20:05 -04:00
commands Migrate number of retries down by one to have it be max retries, not tries 2016-07-11 21:57:14 +00:00
concepts Some policy concept page clarifications 2016-07-08 05:05:46 +00:00
config Circonus integration for telemetry metrics 2016-07-22 15:49:23 -04:00
http Updated sys/health docs 2016-07-22 18:33:29 -04:00
install Update documentation around dynamodb changes 2016-07-18 14:10:55 -04:00
internals Small grammatical error 2016-06-03 11:07:54 -07:00
secrets Merge pull request #1635 from hashicorp/mysql-idle-conns 2016-07-20 15:31:37 -04:00
index.html.markdown website: initial import 2015-03-13 10:38:41 -07:00