Hello,
I installed PWM on Debian 13 with Tomcat 9.
I can successfully access the PWM web interface and connect it to my Active Directory (LDAP).
Everything looks fine so far. However, when I log in with a user account and try to reset the password, I get the following error:
I read on the Google group that it is better to use the local password policy rather than LDAP when working with Microsoft Active Directory.
So, I replicated the settings from my domain password policy into the PWM local policy, but it still doesn’t work.
I would also like to mention that I don’t use a remote database — everything is stored in LDAP. Therefore, I replaced the default attributes with the following ones:
pwmData = extensionAttribute10
pwmGUID = extensionAttribute11
pwmResponseset = extensionAttribute12
pwmotpSecret = extensionAttribute13
pwmLastPwdUpdate = extensionAttribute14
Thank you in advance for your help.