OSC / ood_auth_registration

(DEPRECATED - we now use Keycloak for identity brokering) OSC OnDemand Open ID Connect CI Logon Registration page
MIT License
1 stars 1 forks source link

Unfriendly User Message #23

Open MorganRodgers opened 5 years ago

MorganRodgers commented 5 years ago

If an account is locked using the nsAccountLock attribute, then LDAP will refuse to bind. This results in the messaging logic reporting to the user that their Username or Password is incorrect; a better outcome would be to tell them that their account has been locked and they need to contact support.

There is a read only LDAP account that can be used to test to see if an account has been disabled or locked. This would need to be performed in addition to the bind-as-user as the read only account cannot be used to validate user passwords.