Skip to content

This makes gitlabhq compatible with more LDAP servers (specifically OpenLDAP).

username-removed-505344 requested to merge github/fork/steveprentice/master into master

This helps with compatibility with more LDAP providers as the implementation doesn't depend on the exact names of the LDAP fields. The LDAP strategy helps maps the attributes to the fields in the info object and we use the info object to get the email and name.

This makes the LDAP auth compatible with most OpenLDAP servers as well.

Merge request reports