| Summary | Unable to store preferences with ingo |
| Queue | Kolab |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | wrobel (at) horde (dot) org |
| Requester | wrobel (at) pardus (dot) de |
| Created | 03/14/2007 (6809 days ago) |
| Due | |
| Updated | 07/01/2011 (5239 days ago) |
| Assigned | 04/13/2007 (6779 days ago) |
| Resolved | 07/01/2011 (5239 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
is pulled from the injector.
Queue ⇒ Kolab
Assigned to Gunnar Wrobel
case. This should avoid the ugly fix and I think I should be able to
handle shares also.
State ⇒ Feedback
ingo/lib/Driver/prefs.php when calling Prefs::singleton(), but that
won't work for shares. I don't know enough about Ingo and shares, but
it seems like shares + prefs storage simply can't work if the prefs
backend requires a password.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: framework-Prefs-Prefs-kolab.php_auth-fix_20070314.patch
Queue ⇒ Horde Framework Packages
Summary ⇒ Unable to store preferences with ingo
Type ⇒ Bug
works fine most of the time, it fails when using it together with
ingo. The issues has been around for a while.
The problem is that the preferences driver does not receive a password
in all cases. Ingo for example does not provide a password when
calling the Prefs::singleton method. Using the Prefs/kolab.php driver
fails in that case because the users password is necessary to store
values in the LDAP tree.
The attached patch fixes the problem but I admit that I am not certain
at all if it is a valid fix. I failed to understand the reason why
ingo does not provide a password when creating the preferences
instance while other code segments do that. I assumed there might be a
specific reason for that.