summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2016-11-28 23:43:37 +0000
committerDrew Blessing <drew@blessing.io>2016-11-28 23:43:37 +0000
commitcb9475259dfdbd28c6297d518b9263feb0711b93 (patch)
treee62c18fa046dbc50854d945c725cc6641b888423
parentd90d822dd3430ca8fcabcfb56f5030db86ec85a5 (diff)
downloadgitlab-ce-ldap_user_filter_update2.tar.gz
Remove `memberOf` OID in LDAP `user_filter` docs ldap_user_filter_update2
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.
-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