Merge branch 'harishsr-fix-typo-in-ldap-docs' into 'master'

Fix typo in the LDAP docs missing a required colon

See merge request !12973
This commit is contained in:
Drew Blessing 2017-07-21 17:04:18 +00:00
commit 2209426f7b
1 changed files with 1 additions and 1 deletions

View File

@ -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