After user creating with LDAP login enable username != uid
Created by: theerror
When I enable LDAP login in GitLab and new user will successfully login and new account is created for him, instead of login from 'sAMAccountName', email address part without domain is used as username.
By my opinion if there is in gitlab.yml:
uid: 'sAMAccountName'
than username for newly created user should be same as 'sAMAccountName' value.