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
{{ message }}
This repository was archived by the owner on May 2, 2024. It is now read-only.
I have made test with a new user, with a clean password, but I can't login with pam-aad. I had the result "login incorrect"
From Azure AD, audit log, the problem was "The user's password is expired, and therefore their login or session was ended." because my test user have to reset his password.
Can we have a more explicit message instead of "login incorrect"
The best should be to detect the password change and give an option to reset it directly from a linux prompt (this feature will need more rights on microsoft.graph)
Hello,
I have made test with a new user, with a clean password, but I can't login with pam-aad. I had the result "login incorrect"
From Azure AD, audit log, the problem was "The user's password is expired, and therefore their login or session was ended." because my test user have to reset his password.
Can we have a more explicit message instead of "login incorrect"
The best should be to detect the password change and give an option to reset it directly from a linux prompt (this feature will need more rights on microsoft.graph)
Regards