[389-devel] Please review: Bug 554887 - Net::LDAP password modify extop breaks; msgid in response is 0xFF

Rich Megginson rmeggins at redhat.com
Tue Jan 26 01:17:05 UTC 2010


https://bugzilla.redhat.com/show_bug.cgi?id=554887

Fix Description: We use a fake conn for the internal password modify operation
so that we can use the real credentials.  Unfortunately, this messes up the
result code - because there is a real, non-NULL conn, it thinks it needs to
send the result back to a real client rather than handle it as an internal
operation.  It looks as though o_result_handler is only used for internal
operations.  The fix is to change the result handling code to check for
an internal op OR conn == NULL to see if we should use the result handler
instead.
Platforms tested: RHEL5 x86_64
Flag Day: no
Doc impact: no


https://bugzilla.redhat.com/attachment.cgi?id=386746&action=edit

https://bugzilla.redhat.com/attachment.cgi?id=386746&action=diff


More information about the 389-devel mailing list