Commit 2d2d9635 authored by Lee Matos's avatar Lee Matos

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

parent b8988cb6
......@@ -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