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 &quot;auth.so&quot;<br>loadmodule &quot;auth_db.so&quot;<br>[...]<br>modparam(&quot;auth_db&quot;, &quot;calculate_ha1&quot;, yes)<br>
modparam(&quot;auth_db&quot;, &quot;user_column&quot;, &quot;username&quot;)<br>modparam(&quot;auth_db&quot;, &quot;password_column&quot;, &quot;password&quot;)<br>modparam(&quot;auth_db&quot;, &quot;domain_column&quot;, &quot;domain&quot;)<br>
modparam(&quot;auth_db&quot;, &quot;db_url&quot;, &quot;mysql://openser:openserrw@192.168.1.4/openser&quot;)<br>modparam(&quot;auth_db&quot;, &quot;load_credentials&quot;, &quot;&quot;)<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>