Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6b983071
Commit
6b983071
authored
Jul 17, 2017
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict in doc/administration/auth/ldap.md
parent
0606dae5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
doc/administration/auth/ldap.md
doc/administration/auth/ldap.md
+8
-10
No files found.
doc/administration/auth/ldap.md
View file @
6b983071
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment