[sork] sork with horde 3

Maximilian Ebert max.ebert at titoly.de
Thu Jul 21 13:50:24 PDT 2005


If ve enabled the debug logging in horde and now i get while trying  
to change the password this:

Jul 21 22:49:14 HORDE [debug] [horde] SQL Query by  
SessionHandler_mysql::read(): query = "SELECT session_data FROM  
horde_sessionhandler WHERE session_id =  
'18bfe539cb34b25de2a4a162480308d8' AND session_lastmodified >  
1121977514" [on line 108 of "/home/horde/public_html/lib/Horde/ 
SessionHandler/mysql.php"]
Jul 21 22:49:14 HORDE [debug] [] SQL Query by Prefs_sql::retrieve():  
SELECT pref_scope, pref_name, pref_value FROM horde_prefs WHERE  
pref_uid = 'max.ebert at titoly.de' AND (pref_scope = 'passwd' OR  
pref_scope = 'horde') ORDER BY pref_scope [on line 147 of "/home/ 
horde/public_html/lib/Horde/Prefs/sql.php"]
Jul 21 22:49:14 HORDE [debug] [horde] SQL Query by  
SessionHandler_mysql::read(): query = "SELECT session_data FROM  
horde_sessionhandler WHERE session_id =  
'18bfe539cb34b25de2a4a162480308d8' AND session_lastmodified >  
1121977514" [on line 108 of "/home/horde/public_html/lib/Horde/ 
SessionHandler/mysql.php"]

and i ve added what u told me but nothing changed.

greets

Am 21.07.2005 um 22:28 schrieb Judson Bishop:

> Hey,
>
> I was just having trouble myself.   Here is what I would do:
>
> 1.  Log in to mysql as root, your username with the password xxxx.
> 2.  mysql> use vpopmail
> 3.  Do the query that shows up in your horde.log.
>
> In your config you do not have:
> 'port'       => 3306,
> 'socket'     => '/var/lib/mysql/mysql.sock',
>
> or
> 'protocol'   => 'tcp',
>
> Hope this helps.
>
> Jud
>
> On Thu, 2005-07-21 at 22:11 +0200, Maximilian Ebert wrote:
>
>> I still try to use passwd with vpopmail but i get the sql error here
>> is my config:
>>
>> $backends['vpopmail'] = array (
>>      'name' => 'vpopmail Authentication dsdsd',
>>      'preferred' => '',
>>      'password policy' => array(
>>          'minLength' => 3,
>>          'maxLength' => 8,
>>          'maxSpace' => 0,
>>          'minUpper' => 0,
>>          'minLower' => 0,
>>          'minNumeric' => 0
>> 'maxSpace' => 0,
>>          'minUpper' => 0,
>>          'minLower' => 0,
>>          'minNumeric' => 0
>>      ),
>>      'driver' => 'vpopmail',
>>      'params' => array(
>>          'phptype'    => 'mysql',
>>          'hostspec'   => 'localhost',
>>          'username'   => 'root',
>>          'password'   => 'xxxx',
>>          'encryption' => 'crypt',
>>          'database'   => 'vpopmail',
>>          'table'      => 'vpopmail',
>>          'name'    => 'pw_name',
>>          'domain'  => 'pw_domain',
>>          'passwd' =>  'pw_passwd',
>>          'clear_passwd' => 'pw_clear_passwd',
>>          'use_clear_passwd' => true,
>>          'show_encryption' => true
>>      )
>> );
>>
>> does anybody see an error?
>>
>> greets
>>
>>
>
>



More information about the sork mailing list