SpacyNG / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Unable to establish session password. #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up user with proper attribute/value pairs to allow a password change via 
"Activate User".
2. Try and change user's password via "Activate User".
3.

What is the expected output? What do you see instead?
I would expect to be able to change the password.  PWM throws the following 
error "Unable to establish session password."

What version of the product are you using? On what operating system?
PWM v1.5.2 b996 on RHEL 5.4

Please provide any additional information below.
I've attached a sanitized snippet of the catalina.out and the dstrace file that 
shows the said event.  In the catalina log there is a trace event stating that 
the password has been retrieved from the directory, and there are no errors on 
the corresponding dstrace (ldap, nmas, auth) file.  Not sure where to go from 
here.

Original issue reported on code.google.com by texi...@gmail.com on 17 Mar 2011 at 3:25

Attachments:

GoogleCodeExporter commented 9 years ago
Does the user account have loginDisabled=TRUE ?  If so, the login ldap compare 
based authentication will fail.

Original comment by jrivard on 18 Mar 2011 at 8:57

GoogleCodeExporter commented 9 years ago
So if I set "Always use proxy" to false, this should work?

Original comment by texi...@gmail.com on 22 Mar 2011 at 1:58

GoogleCodeExporter commented 9 years ago
I'm not sure...  I don't think so.  You can test..   Typically in this scenario 
users are created with a random password and then let them activate by setting 
the password.  If you let loginDisabled=true activate you'll have to guard 
somehow against users disabled for other reasons from being able to regain 
access to their account.

Original comment by jrivard on 23 Mar 2011 at 1:24

GoogleCodeExporter commented 9 years ago
For future updates - I've added more debug traces to make it clear if this what 
is happening.

Original comment by jrivard on 23 Mar 2011 at 1:24