diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-08 17:00:08 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-08 17:00:08 +0000 |
commit | 0e2a27c3b828bdfaecbf01a93c9a50485a981b76 (patch) | |
tree | 9412c2bf07b86efc95de3f1310c7aa07f8cddbbb | |
parent | 5b2594b6b812d2af2864167669accc54ee188f05 (diff) | |
parent | 717460ebee260e380a7905930badb5978e918f0b (diff) | |
download | gitlab-ce-0e2a27c3b828bdfaecbf01a93c9a50485a981b76.tar.gz |
Merge branch 'fix/ldap-typo-docs' into 'master'
[CE] Fix small typos in LDAP documentation
See merge request !14153
-rw-r--r-- | doc/administration/auth/ldap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/auth/ldap.md b/doc/administration/auth/ldap.md index d22815dfa5e..ad904908472 100644 --- a/doc/administration/auth/ldap.md +++ b/doc/administration/auth/ldap.md @@ -256,7 +256,7 @@ production: ``` Tip: If you want to limit access to the nested members of an Active Directory -group you can use the following syntax: +group, you can use the following syntax: ``` (memberOf:1.2.840.113556.1.4.1941:=CN=My Group,DC=Example,DC=com) |