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:
authorDrew Blessing <drew@blessing.io>2016-11-29 02:43:37 +0300
committerDrew Blessing <drew@blessing.io>2016-11-29 02:43:37 +0300
commitcb9475259dfdbd28c6297d518b9263feb0711b93 (patch)
treee62c18fa046dbc50854d945c725cc6641b888423 /doc/administration/auth
parentd90d822dd3430ca8fcabcfb56f5030db86ec85a5 (diff)
Remove `memberOf` OID in LDAP `user_filter` docs
While not technically invalid, it is not necessary to have the `memberOf` OID in the `user_filter`. It clutters things up and causes confusion for users so it's better if we remove it from the docs.
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 d3f216fb3bf..b8b63df091e 100644
--- a/doc/administration/auth/ldap.md
+++ b/doc/administration/auth/ldap.md
@@ -221,7 +221,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=CN=My Group,DC=Example,DC=com)
```
Please note that GitLab does not support the custom filter syntax used by