Merge branch 'ad_matching_rule_doc' into 'master'
Add AD matching rule filter and more information See merge request !12871
This commit is contained in:
commit
7d819d5245
1 changed files with 6 additions and 1 deletions
|
@ -228,9 +228,14 @@ Tip: If you want to limit access to the nested members of an Active Directory
|
|||
group you can use the following syntax:
|
||||
|
||||
```
|
||||
(memberOf=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
|
||||
https://msdn.microsoft.com/en-us/library/aa746475(v=vs.85).aspx. Support for
|
||||
nested members in the user filter should not be confused with
|
||||
[group sync nested groups support (EE only)](https://docs.gitlab.com/ee/administration/auth/ldap-ee.html#supported-ldap-group-types-attributes).
|
||||
|
||||
Please note that GitLab does not support the custom filter syntax used by
|
||||
omniauth-ldap.
|
||||
|
||||
|
|
Loading…
Reference in a new issue