Summary | preauthentication Hook not working |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | noles (at) a3k (dot) net |
Created | 03/30/2011 (5209 days ago) |
Due | |
Updated | 03/31/2011 (5208 days ago) |
Assigned | |
Resolved | 03/30/2011 (5209 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Bug #9747: Fix preauthenticate example1 files changed, 29 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/a76c4c6d12f40951d790106d30de7117a1f224d2
#4for the preauthentication hook has a wrongreturn array!
Specifically the following:
* (array) - Replace the credentials with the given key/values. Keys are
* 'userId' and 'credentials'. Only the keys defined will be
* altered.
State ⇒ Not A Bug
Specifically the following:
* (array) - Replace the credentials with the given key/values. Keys are
* 'userId' and 'credentials'. Only the keys defined will be
* altered.
Priority ⇒ 1. Low
New Attachment: Application.php.diff
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ preauthentication Hook not working
Type ⇒ Bug
State ⇒ Unconfirmed
runHook which causes a problem with the preauthentication Hook.
The call of Horde::callHook in the runHook function results in an
array with integer indexes not with string indexes like userID or
credentials.
With the current Git Code the preauth hook results will never be used.
See patch...
File: Horde/Core/Auth/Application.php