Hi
My 1.3.1 server does not start when I activate the modules auth and auth_db modules with the following configuration:
loadmodule "auth.so" loadmodule "auth_db.so" [...] modparam("auth_db", "calculate_ha1", yes) modparam("auth_db", "user_column", "username") modparam("auth_db", "password_column", "password") modparam("auth_db", "domain_column", "domain") modparam("auth_db", "db_url", "mysql://openser:openserrw@192.168.1.4 /openser") modparam("auth_db", "load_credentials", "")
There is no error in the log file but no other module is loaded whenever I enable auth and auth_db.
Is there anything else I should enable to configure these two modules ? When I disable the loading of these two modules everything works fine.
Regards, Pascal
Hi
My 1.3.1 server does not start when I activate the modules auth and auth_db modules with the following configuration:
loadmodule "auth.so" loadmodule "auth_db.so" [...] modparam("auth_db", "calculate_ha1", yes) modparam("auth_db", "user_column", "username") modparam("auth_db", "password_column", "password") modparam("auth_db", "domain_column", "domain") modparam("auth_db", "db_url", "mysql://openser:openserrw@192.168.1.4 /openser") modparam("auth_db", "load_credentials", "")
There is no error in the log file but no other module is loaded whenever I enable auth and auth_db.
Is there anything else I should enable to configure these two modules ? When I disable the loading of these two modules everything works fine.
Regards, Pascal
On Monday 31 March 2008, Pascal Maugeri wrote:
Hi
My 1.3.1 server does not start when I activate the modules auth and auth_db modules with the following configuration:
loadmodule "auth.so" loadmodule "auth_db.so" [...] modparam("auth_db", "calculate_ha1", yes) modparam("auth_db", "user_column", "username") modparam("auth_db", "password_column", "password") modparam("auth_db", "domain_column", "domain") modparam("auth_db", "db_url", "mysql://openser:openserrw@192.168.1.4 /openser") modparam("auth_db", "load_credentials", "")
There is no error in the log file but no other module is loaded whenever I enable auth and auth_db.
Hi Pascal,
do you also load a database module, e.g. db_mysql? Otherwise it will not work at all, as you specify a DB URL in the auth_db configuration. If you enable the debugging (increase the log level in the config) you will get further hints from the logs where the startup of the server stops.
Cheers,
Henning
On Tue, Apr 1, 2008 at 4:52 PM, Henning Westerholt < henning.westerholt@1und1.de> wrote:
On Monday 31 March 2008, Pascal Maugeri wrote:
Hi
My 1.3.1 server does not start when I activate the modules auth and
auth_db
modules with the following configuration:
loadmodule "auth.so" loadmodule "auth_db.so" [...] modparam("auth_db", "calculate_ha1", yes) modparam("auth_db", "user_column", "username") modparam("auth_db", "password_column", "password") modparam("auth_db", "domain_column", "domain") modparam("auth_db", "db_url", "mysql://openser:openserrw@192.168.1.4 /openser") modparam("auth_db", "load_credentials", "")
There is no error in the log file but no other module is loaded whenever
I
enable auth and auth_db.
Hi Pascal,
do you also load a database module, e.g. db_mysql? Otherwise it will not work at all, as you specify a DB URL in the auth_db configuration. If you enable the debugging (increase the log level in the config) you will get further hints from the logs where the startup of the server stops.
Yes I have as well the module mysql.so. I have increased the debug to value 9 and I can't see error messages also the openser processus are stopped.
Thanks for your help. Pascal
Cheers,
Henning