OpenSearch/docs/en/security
Jay Modi 6fdad6039f Allow the Active Directory UPN authenticator to work with suffixes (elastic/x-pack-elasticsearch#1958)
The active directory user principal name format typically takes the form user@domain, which is what
the current implementation expects. However, active directory also allows the definition of other
suffixes that are not actual domains. A user can still authenticate using this user principal name
but the behavior of our realm would cause it to fail as it parsed the suffix as a domain and used it
as the search base for the user. Instead, we should use the default user search base and only look
for entries that have this exact user principal name. In a scenario where a realm is configured for
multiple domains in the same forest, the search base should be the base for the entire forest.

relates elastic/x-pack-elasticsearch#1744

Original commit: elastic/x-pack-elasticsearch@de00c4817e
2017-07-13 10:08:22 -06:00
..
authentication Allow the Active Directory UPN authenticator to work with suffixes (elastic/x-pack-elasticsearch#1958) 2017-07-13 10:08:22 -06:00
authorization Add active directory bind user and user lookup support (elastic/x-pack-elasticsearch#1956) 2017-07-12 14:01:39 -06:00
images Add documentation about configuring an enterprise Nexus instance (elastic/x-pack-elasticsearch#1301) 2017-05-29 11:21:32 +02:00
reference Use a secure setting for the watcher encryption key (elastic/x-pack-elasticsearch#1831) 2017-06-29 14:58:35 -06:00
securing-communications [DOC] Miscellaneous security doc updates (elastic/x-pack-elasticsearch#1908) 2017-07-07 13:33:35 +10:00
tribe-clients-integrations Added note to cross cluster search docs to specify minimum node version of 5.5 2017-07-11 14:15:23 +02:00
auditing.asciidoc [DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:35:32 -07:00
authentication.asciidoc Bring back disabling-default-password docs section 2017-06-29 16:23:58 -05:00
authorization.asciidoc User/role names can be longer with more characters (elastic/x-pack-elasticsearch#1745) 2017-06-22 13:05:56 -07:00
getting-started.asciidoc Use a secure setting for the watcher encryption key (elastic/x-pack-elasticsearch#1831) 2017-06-29 14:58:35 -06:00
how-security-works.asciidoc [DOCS] Move security APIs to Elasticsearch Ref (elastic/x-pack-elasticsearch#1877) 2017-06-28 11:02:40 -07:00
index.asciidoc Use a secure setting for the watcher encryption key (elastic/x-pack-elasticsearch#1831) 2017-06-29 14:58:35 -06:00
limitations.asciidoc [DOCS] Remove reference to field stats in security limitations 2017-07-13 12:00:16 +01:00
reference.asciidoc [DOCS] Move security APIs to Elasticsearch Ref (elastic/x-pack-elasticsearch#1877) 2017-06-28 11:02:40 -07:00
release-notes.asciidoc Use a secure setting for the watcher encryption key (elastic/x-pack-elasticsearch#1831) 2017-06-29 14:58:35 -06:00
securing-communications.asciidoc [DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:35:32 -07:00
tribe-clients-integrations.asciidoc Added docs for making cross cluster search work with security 2017-04-11 10:08:12 +02:00
troubleshooting.asciidoc [DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:35:32 -07:00
using-ip-filtering.asciidoc [DOCS] Migrated security topics from x-pack repo to x-pack-elasticsearch. 2017-04-06 18:35:32 -07:00