[#3782] passwd fails to use bind userdn hook when configured
Summary passwd fails to use bind userdn hook when configured
Queue Passwd
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners Ben Klang <ben (at) alkaloid (dot) net>
Requester amith (at) xalan (dot) com
Created 04/18/2006 (754 days ago)
Due
Updated 03/13/2008 (59 days ago)
Assigned 04/21/2006 (751 days ago)
Resolved 03/13/2008 (59 days ago)
Attachments userdn.patch Download
Milestone
Patch

History
03/13/2008 Ben Klang Comment #3
State ⇒ Resolved
Reply to this comment
Fix committed.
03/12/2008 Ben Klang Taken from Jan Schneider
Assigned to Ben Klang
 
05/31/2006 mi (dot) braun (at) onlinehome (dot) de Comment #2 Reply to this comment
see Bug 3984
04/21/2006 Jan Schneider State ⇒ Assigned
Assigned to Jan Schneider
 
04/18/2006 amith (at) xalan (dot) com Comment #1
New Attachment: userdn.patch Download
Queue ⇒ Passwd
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ passwd fails to use bind userdn hook when configured
Reply to this comment
When trying to change the password for a user, if the binddn hook is configured, passwd will not use it properly when trying to bind as the user.  The attached patch tries callng the hook and uses the return value of the hook to bind.  If no hook is configured, then the old behavior is used.