Summary | custom hook support for backend selection |
Queue | Passwd |
Queue Version | 3.0 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | srrafa (at) usc (dot) es |
Created | 04/24/2006 (7013 days ago) |
Due | |
Updated | 05/26/2006 (6981 days ago) |
Assigned | 05/03/2006 (7004 days ago) |
Resolved | 05/26/2006 (6981 days ago) |
Milestone | |
Patch | Yes |
ticket #3701, the same applies here. I''ll movethis functionality to backends.php
Taken from
State ⇒ Feedback
have the same question as for the Ingo ticket - why can't this just be
done inside the backends.php file?
New Attachment: hooks.php.dist
New Attachment: passwd.patch[1].tgz
ticket #3701.The hook is renamed to _passwd_hook_backend_select
Note that this hook does not return the full structure of a backend
like _ingo_hook_backend_select does. It returns the key in the array
that leads to the backend structure.
I made it that way because main.php works on keys and I didn't want to
make the patch too intrusive
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ custom hook support for backend selection
Queue ⇒ Passwd
New Attachment: passwd.patch.tgz
State ⇒ New
main.php.patch for main.php
conf.xml.patch for config/conf.xml
Passwd.php.patch for lib/Passwd.php
They add suport for one custom hook for backend Selection
(_passwd_hook_selectBackendKey)