[Tickets #9879] Re: Horde authentification: SQL Custom
bugs at horde.org
bugs at horde.org
Wed Apr 13 06:24:06 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/9879
------------------------------------------------------------------------------
Ticket | 9879
Aktualisiert Von | torben at dannhauer.info
Zusammenfassung | Horde authentification: SQL Custom
Warteschlange | Horde Framework Packages
Version | Git master
Typ | Bug
Status | Feedback
Priorität | 2. Medium
Milestone |
Patch |
Zuständige | Michael Rubinsky
------------------------------------------------------------------------------
torben at dannhauer.info (2011-04-13 06:24) hat geschrieben:
>> Does this fix things?
>
> No, it's still the same DSN error.
>
> I only copied your modified file from the git repo into the horde
> installation of the pear package.
>
> do I need other files to update?
>
> Thanks, Torben
Maybe Horde creates the config file in a wrong way?
my auth part of horde/config/conf.php is:
$conf['auth']['admins'] = array('Administrator', 'user at domain.tld');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['list_users'] = 'input';
$conf['auth']['params']['persistent'] = true;
$conf['auth']['params']['username'] = 'db_user';
$conf['auth']['params']['password'] = 'db_pass';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['protocol'] = 'tcp';
$conf['auth']['params']['database'] = 'non_horde_auth_db';
$conf['auth']['params']['charset'] = 'utf-8';
$conf['auth']['params']['phptype'] = 'pgsql';
$conf['auth']['params']['driverconfig'] = 'custom';
$conf['auth']['params']['table'] = 'auth_table;
$conf['auth']['params']['username_field'] = 'user_field';
$conf['auth']['params']['password_field'] = 'pw_field';
$conf['auth']['params']['encryption'] = 'crypt-md5';
$conf['auth']['params']['show_encryption'] = false;
$conf['auth']['driver'] = 'sql';
More information about the bugs
mailing list