Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDAP search_key gotcha #67

Open
geoffgarside opened this issue Mar 25, 2013 · 0 comments
Open

LDAP search_key gotcha #67

geoffgarside opened this issue Mar 25, 2013 · 0 comments
Labels

Comments

@geoffgarside
Copy link

At $work we tend to use email addresses for AD/LDAP user authentication, so naturally when configuring LDAP authentication I used userPrincipalName instead of sAMAccountName as the search_key.

This ends up failing the authentication as Squash strips off the email suffix from the provided username. The setup.rb could potentially warn about this and swap userPrincipalName with sAMAccountName.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant