Admin mode does not work with LDAP authentication

The problem seems to be the user&.valid_password?(password) call in Auth::CurrentUserMode.enable_admin_mode! which checks the password against local DB instead of LDAP.

/cc @dlouzan