[Tickets #9196] Re: H4: Userlist empty (in admin gui)
bugs at horde.org
bugs at horde.org
Wed Oct 20 16:39:24 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9196
------------------------------------------------------------------------------
Ticket | 9196
Updated By | hutter at ihs.ac.at
Summary | H4: Userlist empty (in admin gui)
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch | 1
Owners | Jan Schneider
------------------------------------------------------------------------------
hutter at ihs.ac.at (2010-10-20 12:39) wrote:
>>> Mhhhmm, not sure what you mean with backtrace...
>>
>> Add a:
>> var_dump(debug_backtrace());
>> statement on line 864 of
>> /srv/www/htdocs/github/horde/framework/Ldap/lib/Horde/Ldap.php (right
>> about the build() call) and post (or better upload) the output here.
>
> Lines 862 to 865 are:
> $filter = Horde_Ldap_Filter::combine(
> 'and',
> array(Horde_Ldap_Filter::build($this->_config['user']),
>
> Horde_Ldap_Filter::create($this->_config['user']['uid'], 'equals',
> $user)));
>
> Putting var_dump between 'and' and 'array' breaks the syntax
> (uexpected ';'). I placed it immediately before 'filter'.
>
> Attached an obfuscated (usernames, pw's, servernames..) backtrace.
I tried to start with a new configuration (copied
horde/conf/conf.php.dist to conf.php), just to make sure there is
nothing messed up, ut got the error again.
The comment above the function findUserDN says:
'This method requires the 'user' configuration parameter to be set.'
What is meant with this? Where should I find this configuration
parameter? grepping my conf.xml I couldn't find a parameter 'user' nor
does 'grep config conf.xml | grep user' or 'grep "name=\"user\""
conf.xml find anyting which seems to be useful.
More information about the bugs
mailing list