[sork] Problem with Driver SQL of module Passwd
    Eric Rostetter 
    eric.rostetter at physics.utexas.edu
       
    Thu Jul 15 09:26:53 PDT 2004
    
    
  
Quoting enza raspante <enza.raspante at mail.ru>:
> "Notice: Undefined index: protocol
> in /usr/local/www/horde/passwd/lib/Driver/sql.php on line 53
Specify the protocol in the sql stanza (see below).
>     'driver' => 'sql',
>     'params' => array(
>         'phptype'    => 'mysql',
>         'hostspec'   => 'localhost',
>         'username'   => 'mail',
>         'password'   => '*****',
Add here, something like:
           'protocol'   => 'tcp',
>         'encryption' => 'crypt',
>         'database'   => 'mail',
>         'table'      => 'users',
>         'user_col'   => 'login',
>         'pass_col'   => 'password'
>     )
> );
The protocol should be "tcp" if you use network connections, or "unix"
if you use unix sockets.
> Many thanks in advance for your help!
> Bye
> Enza Raspante
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
    
    
More information about the sork
mailing list