Commit c2059737 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs/ldap-clarify-uid' into 'master'

Update ldap.md to clarify uid should list the attribute not the value

See merge request !10956
parents c3c465ac de16bc6d
......@@ -70,7 +70,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