Commit 6b983071 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix conflict in doc/administration/auth/ldap.md

parent 0606dae5
...@@ -253,7 +253,14 @@ group you can use the following syntax: ...@@ -253,7 +253,14 @@ 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)
``` ```
<<<<<<< HEAD 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.
### Escaping special characters ### Escaping special characters
If the `user_filter` DN contains a special characters. For example a comma If the `user_filter` DN contains a special characters. For example a comma
...@@ -271,15 +278,6 @@ As an example the above DN would look like ...@@ -271,15 +278,6 @@ As an example the above DN would look like
``` ```
OU=GitLab\\5C\\2C Inc,DC=gitlab,DC=com OU=GitLab\\5C\\2C Inc,DC=gitlab,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).
>>>>>>> ce-com/master
Please note that GitLab does not support the custom filter syntax used by
omniauth-ldap.
## Enabling LDAP sign-in for existing GitLab users ## Enabling LDAP sign-in for existing GitLab users
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment