| 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 ![]() |
| Milestone | |
| Patch |
State ⇒ Resolved
Fix committed.Assigned to Ben Klang
seeBug 3984Assigned to Jan Schneider
New Attachment: userdn.patch
Queue ⇒ Passwd
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ passwd fails to use bind userdn hook when configured
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.