-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Removes redundant Active Directory realm settings #30190
Conversation
Pinging @elastic/es-security |
1610964
to
d263ba6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
`url`:: | ||
A URL in the format `ldap[s]://<server>:<port>`. Defaults to `ldap://<domain_name>:389`. | ||
An LDAP URL of the form `ldap[s]://<server>:<port>`. {security} attempts to | ||
authenticate against this URL. If the URL is note specified, it is derived from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/note/not
pool. Connections are checked in the background at the specified interval. | ||
Defaults to `true`. | ||
|
||
`user_search.pool.health_check.dn`:: | ||
The distinguished name to be retrieved as part of the health check. | ||
Defaults to the value of `bind_dn` if it is a distinguished name. | ||
//TBD: The https://www.elastic.co/guide/en/x-pack/master/active-directory-realm.html#ad-settings said: | ||
//Defaults to the value of bind_dn if present, and if not falls back to user_search.base_dn. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this longer comment is correct
d263ba6
to
8d6bb91
Compare
* origin/master: [test] add java packaging test project (elastic#30161) Fix macros in changelog (elastic#30269) [DOCS] Fixes syskeygen command name [ML] Include 3rd party C++ component notices (elastic#30132) _cluster/state Skip Test for pre-6.4, not pre-7.0 (elastic#30264) Improve docs for disk watermarks (elastic#30249) [DOCS] Removes redundant Active Directory realm settings (elastic#30190) [DOCS] Removes redundant LDAP realm settings (elastic#30193) _cluster/state should always return cluster_uuid (elastic#30143) HTML5ify Javadoc for core and test framework (elastic#30234) Minor tweaks to reroute documentation (elastic#30246)
This PR removes the redundant information about Active Directory realm settings from
https://www.elastic.co/guide/en/elastic-stack-overview/master/active-directory-realm.html
after integrating the missing information in
https://www.elastic.co/guide/en/elasticsearch/reference/master/security-settings.html#ref-ad-settings