Commit 18e4b510 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'master' into ee-environments-vue-5

* master:
  Update ldap.md to clarify uid should list the attribute not the value
parents 37308484 c7a3e99a
......@@ -84,7 +84,7 @@ main: # 'main' is the GitLab 'provider ID' of this LDAP server
host: '_your_ldap_server'
# This port is an example, it is sometimes different but it is always an integer and not a string
port: 389
uid: 'sAMAccountName'
uid: 'sAMAccountName' # This should be the attribute, not the value that maps to uid.
method: 'plain' # "tls" or "ssl" or "plain"
# Examples: 'america\\momo' or 'CN=Gitlab Git,CN=Users,DC=mydomain,DC=com'
......
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