[Tickets #9196] Re: H4: Userlist empty (in admin gui)

bugs at horde.org bugs at horde.org
Mon Sep 27 09:39:11 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
+New Attachment     | login.php-backtrace.zip
------------------------------------------------------------------------------


hutter at ihs.ac.at (2010-09-27 05: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.






More information about the bugs mailing list