Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2017-07-21 20:04:18 +0300
committerDrew Blessing <drew@blessing.io>2017-07-21 20:04:18 +0300
commit2209426f7ba1a0c40b09e5b67ac3b48fd15f7b99 (patch)
treee9f5ebd5000cdb904e3990e8c43d21f71d6e4553 /doc
parent9b7d8f5e7d216ea61a228b4d3fa8ce195b98a8e8 (diff)
parent251796d6385c94fa5fb99f02ad26edde33fd1065 (diff)
Merge branch 'harishsr-fix-typo-in-ldap-docs' into 'master'
Fix typo in the LDAP docs missing a required colon See merge request !12973
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/auth/ldap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/auth/ldap.md b/doc/administration/auth/ldap.md
index c8987dea5e2..3449f9e15ce 100644
--- a/doc/administration/auth/ldap.md
+++ b/doc/administration/auth/ldap.md
@@ -228,7 +228,7 @@ Tip: If you want to limit access to the nested members of an Active Directory
group you can use the following syntax:
```
-(memberOf:1.2.840.113556.1.4.1941=CN=My Group,DC=Example,DC=com)
+(memberOf:1.2.840.113556.1.4.1941:=CN=My Group,DC=Example,DC=com)
```
Find more information about this "LDAP_MATCHING_RULE_IN_CHAIN" filter at