Open GoogleCodeExporter opened 9 years ago
Unable to reproduce.
Original comment by jrivard
on 25 Apr 2013 at 8:02
That is a pity ;) Some more detail on my setup:
Servlet container/ Web Server: tomcat6-6.0.18-20
OS: SLES 11 SP1
Java SDK: tried both IBM 1.6.0 J9 SDK and Oracle 1.7.0_u21 SDK
Some tips on how I can pinpoint this problem?
Original comment by sebastia...@gmail.com
on 25 Apr 2013 at 2:28
Finally got some logging from catalina.out:
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 94
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 94
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 94
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 94
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 94
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 94
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 97
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 100
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 100
2013-05-03 15:06:17, TRACE, util.Helper, externalJudgeMethod
'password.pwm.PwmPasswordJudge' returned a value of 100
2013-05-03 15:06:17, ERROR, util.RandomPasswordGenerator, {p,testuser} failed
random password generation after 3s after 1000 tries. (errors=2, judgeLevel=100
[132.321.123.321]
Original comment by sebastia...@gmail.com
on 3 May 2013 at 1:23
Dived a bit deeper into the source. It looks like the random generated password
must comply to the password policy of the authneticated user that is generating
the security key
(pwm/servlet/src/password/pwm/ws/server/rest/RestRandomPasswordServer.java)
This leads to problems if the password policy for regular users does not allow
passwords of 32 characters :)
I'm not sure why that logic is in there, but it looks wrong to me
Original comment by sebastia...@gmail.com
on 3 May 2013 at 2:44
Original comment by jrivard
on 14 Jun 2013 at 3:48
Original issue reported on code.google.com by
sebastia...@gmail.com
on 25 Apr 2013 at 6:01