Skip to content
Snippets Groups Projects
Commit ec5d0472 authored by Drew Blessing's avatar Drew Blessing
Browse files

Merge branch 'ldap_user_filter_update2' into 'master' [ci skip]

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.

See merge request !7809
parents f5b272ca cb947525
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment