You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
At $work we tend to use email addresses for AD/LDAP user authentication, so naturally when configuring LDAP authentication I used
userPrincipalName
instead ofsAMAccountName
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.
The text was updated successfully, but these errors were encountered: