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
diff options
context:
space:
mode:
authorHarish Ramachandran <harish@gitlab.com>2017-07-19 17:12:44 +0300
committerHarish Ramachandran <harish@gitlab.com>2017-07-19 17:12:44 +0300
commit251796d6385c94fa5fb99f02ad26edde33fd1065 (patch)
treea84e0d7cd1bb0b6ee8e8dd21b80813ebfe0c9218 /doc/administration/auth
parentc6ee1776e8b3e7f1301ab97bca642703443ae0eb (diff)
Fix typo in the LDAP docs missing a required colon
Diffstat (limited to 'doc/administration/auth')
-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