wolfd / pwm

PWM is an open source password self service application for LDAP directories. - exported from code.google.com/p/pwm
http://pwmdemo.weisberg.net/
0 stars 1 forks source link

Log with expired password does not work #573

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.    <setting key="ldap.ad.allowAuth.expired" syntax="BOOLEAN">^M
      <label>Allow Authentication When Password Expired</label>^M
      <value>true</value>^M
2. Try to login with an expired password

What is the expected output? What do you see instead?
Expected: Forward to PW change dialog. Result:
2014-06-05 16:37:27, INFO , operations.UserAuthenticator, {64} login attempt 
for CN=Administrator,OU=Technical Accounts,OU=Users,OU=Domain,DC=domain,DC=de 
failed: 5001 ERROR_WRONGPASSWORD (ldap error during password check: unable to 
create connection: unable to bind to ldaps://domain.de:636 as 
CN=Administrator,OU=Technical Accounts,OU=Users,OU=Domain,DC=ventum,DC=de 
reason: [LDAP: error code 49 - Simple Bind Failed: NT_STATUS_PASSWORD_EXPIRED]) 
[xxx]

What version of PWM are you using?
1.7.1

What ldap directory and version are you using?
Samba 4.1.7 AD

Please paste any error log messages below:
see above

Original issue reported on code.google.com by m...@schobel-thoma.de on 5 Jun 2014 at 3:05