Hi<br><br>My 1.3.1 server does not start when I activate the modules auth and auth_db modules with the following configuration:<br><br>loadmodule "auth.so"<br>loadmodule "auth_db.so"<br>[...]<br>modparam("auth_db", "calculate_ha1", yes)<br>
modparam("auth_db", "user_column", "username")<br>modparam("auth_db", "password_column", "password")<br>modparam("auth_db", "domain_column", "domain")<br>
modparam("auth_db", "db_url", "mysql://openser:openserrw@192.168.1.4/openser")<br>modparam("auth_db", "load_credentials", "")<br><br>There is no error in the log file but no other module is loaded whenever I enable auth and auth_db.<br>
<br>Is there anything else I should enable to configure these two modules ?<br>When I disable the loading of these two modules everything works fine.<br><br>Regards,<br>Pascal<br><br>