How to make usernames case-insensitive?
0
GitStack 2.3.1 has an odd (to me, at least) issue with LDAP usernames.
We’ve connected our test install of GitStack to our Windows domain via LDAP, and it works, except for an odd issue with usernames. Users can only log into GitStack if their username is capitalized exactly the same way as it was when it was created.
If AD/LDAP says my user name is “DSmith”, for instance, I can’t log in as “dsmith” or “Dsmith” or “DSMITH” or anything except “DSmith”. With a couple hundred users in this domain, it’s not feasible for us to go back and edit every entity in AD.
Is there a way to tell GitStack’s LDAP implementation to ignore case when validating usernames?
Tags: asked May 1, 2013
desmith
0
3 Answers
0
When you tell us that you cannot log in, are you talking about the web interface or a git clone command ?
0
0
Thanks, I have reported the bug on our bug tracker https://github.com/smart-mobile-software/gitstack/issues/151
Your Answer
Please login to post questions.