Closed GoogleCodeExporter closed 9 years ago
The problem seems to exist even in revision 108, which worked before... It may
be a problem on my side. To be continued...
Original comment by menno.pi...@gmail.com
on 2 Mar 2011 at 4:50
Just went back to PWM v1.5.3 devbuild b1007. That one works fine.
Original comment by menno.pi...@gmail.com
on 2 Mar 2011 at 7:19
SOLVED: I hadn't noticed the new pwmGUID attribute... in edirectory-schema.ldif.
After disabling the Chai failover, I got a new error message (LDAP: error code
17 - Undefined Attribute Type).
Disabling the setting for automagically adding the GUID made the system work
again. Now I'll add the attribute to the schema.
Original comment by menno.pi...@gmail.com
on 3 Mar 2011 at 11:18
SVN version 112 has a fix for ldapChai that resolves this issue. The ldapChai
bug caused it to incorrectly think the undefined schema error was a comm error
or some other re-tryable error. The updated chai error handler does not try to
retry the connection on schema errors. Thus, if the schema for pwmGUID (or
other schema) is missing, pwm will fail gracefully instead of throwing
directory unavailable errors.
Original comment by jrivard
on 4 Mar 2011 at 11:20
Original issue reported on code.google.com by
menno.pi...@gmail.com
on 2 Mar 2011 at 8:40