OpenSearch/docs/en
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
..
ml [DOCS] Update model_memory_limit (elastic/x-pack-elasticsearch#1928) 2017-07-10 08:50:38 -07:00
rest-api [DOCS] Update model_memory_limit (elastic/x-pack-elasticsearch#1928) 2017-07-10 08:50:38 -07:00
security Allow the Active Directory UPN authenticator to work with suffixes (elastic/x-pack-elasticsearch#1958) 2017-07-13 10:08:22 -06:00
settings Allow the Active Directory UPN authenticator to work with suffixes (elastic/x-pack-elasticsearch#1958) 2017-07-13 10:08:22 -06:00
watcher Remove default passwords from reserved users (elastic/x-pack-elasticsearch#1665) 2017-06-29 15:27:57 -05:00
index.asciidoc Include shared/attributes.asciidoc directly from docs master 2017-07-03 18:23:19 +02:00
installing-xes.asciidoc [DOC] Miscellaneous security doc updates (elastic/x-pack-elasticsearch#1908) 2017-07-07 13:33:35 +10:00
node.asciidoc [DOCS] Create X-Pack installation and introduction for Elasticsearch Ref (elastic/x-pack-elasticsearch#1698) 2017-06-19 18:01:52 -07:00
setup-xes.asciidoc [DOCS] Wrapping up distribution of X-Pack settings reference info. 2017-06-26 09:04:56 -07:00