Skip to content
Snippets Groups Projects
Commit 7b5a96b5 authored by Michael Kozono's avatar Michael Kozono
Browse files

Fix LDAP documentation and example config

parent 0d52e59d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -282,7 +282,7 @@ production: &base
#
# Example: '/etc/ca.pem'
#
ca_cert: ''
ca_file: ''
 
# Specifies the SSL version for OpenSSL to use, if the OpenSSL default
# is not appropriate.
Loading
Loading
Loading
Loading
@@ -96,7 +96,7 @@ main: # 'main' is the GitLab 'provider ID' of this LDAP server
#
# Example: '/etc/ca.pem'
#
ca_cert: ''
ca_file: ''
 
# Specifies the SSL version for OpenSSL to use, if the OpenSSL default
# is not appropriate.
Loading
Loading
@@ -259,9 +259,9 @@ group you can use the following syntax:
(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
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
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
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