vault/website/source
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
..
assets Move favicon into assets directory 2016-06-14 12:38:27 -04:00
docs LDAP Auth Backend Overhaul 2016-07-22 21:20:05 -04:00
intro Minor grammar edit 2016-07-06 10:02:52 -04:00
layouts Add mongodb to sidebar 2016-07-19 14:00:47 -04:00
.gitignore website: initial import 2015-03-13 10:38:41 -07:00
404.html.erb website: initial import 2015-03-13 10:38:41 -07:00
_ember_steps.html.erb Documentation updates to remove lease id and duration from generic 2015-10-12 10:01:15 -04:00
_ember_templates.html.erb website/tutorial: remove mounts and allow fullscreen 2015-04-23 12:26:19 -07:00
community.html.erb Add announcment list to community page 2016-06-01 22:06:21 -04:00
downloads.html.erb Do not allow referrer to modify the parent 2016-04-22 23:41:09 -04:00
index.html.erb Update website text 2016-07-21 14:54:24 -04:00
robots.txt website: initial import 2015-03-13 10:38:41 -07:00
security.html.erb website: add security disclosure page 2015-04-28 09:09:58 -07:00
sitemap.xml.builder website: initial import 2015-03-13 10:38:41 -07:00