6.0.0-alpha14
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
6/27/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9879] Horde authentification: SQL Custom
*
Your Email Address
*
Spam protection
Enter the letters below:
..__ .__.\ /.__ |[ __[__] >< [__) \__|[_./| |/ \[__)
Comment
>>> 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@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'; > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers