Skip to content

Commit 9876968

Browse files
ywangdhulkkelasticmachine
authored
Fix incorrect term in AD/LDAP docs (#87062) (#87116)
Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Timo <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
1 parent d37b4a4 commit 9876968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/docs/en/security/authentication/active-directory-realm.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The {security-features} use LDAP to communicate with Active Directory, so
99
`active_directory` realms are similar to <<ldap-realm, `ldap` realms>>. Like
1010
LDAP directories, Active Directory stores users and groups hierarchically. The
1111
directory's hierarchy is built from containers such as the _organizational unit_
12-
(`ou`), _organization_ (`o`), and _domain controller_ (`dc`).
12+
(`ou`), _organization_ (`o`), and _domain component_ (`dc`).
1313

1414
The path to an entry is a _Distinguished Name_ (DN) that uniquely identifies a
1515
user or group. User and group names typically have attributes such as a

x-pack/docs/en/security/authentication/ldap-realm.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Lightweight Directory Access Protocol (LDAP) server to authenticate users. See
99
LDAP stores users and groups hierarchically, similar to the way folders are
1010
grouped in a file system. An LDAP directory's hierarchy is built from containers
1111
such as the _organizational unit_ (`ou`), _organization_ (`o`), and
12-
_domain controller_ (`dc`).
12+
_domain component_ (`dc`).
1313

1414
The path to an entry is a _Distinguished Name_ (DN) that uniquely identifies a
1515
user or group. User and group names typically have attributes such as a

0 commit comments

Comments
 (0)