I&#39;m still troubleshooting this issue and this morning I added more outputs in the source code of auth_mod.c. And I discovered:<br><br>1) when I set the configuration parameter &quot;secret&quot; of the module auth (modparam(&quot;auth&quot;, &quot;secret&quot;, &quot;secretphrase) ) in openser.cfg everything works fine !<br>
<br>2) when I remove the configuration parameter &quot;secret&quot;, the auth_mod.c calls the method generate_random_secret() as stated in the documentation. It enters in the loop<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for(i = 0; i &lt; RAND_SECRET_LEN; i++) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LM_INFO(&quot;(3a)\n&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sec_rand[i] = 32 + (int)(95.0 * rand() / (RAND_MAX + 1.0));<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LM_INFO(&quot;(4)\n&quot;);<br><br>but never exit ! This is the reason why my server does not start and keeps blocked there. I modified the code above to print more logs, I can see in the logs the string (3a) once but I never (4): IMHO it is blocked somewhere in the first random computation.<br>
<br>I&#39;m running openser on Redhat Enterprise v4.<br><br>Is there anything else I should configure in my environment ? Or I found a bug ?<br><br>Regards,<br>Pascal<br><br><br><div class="gmail_quote">On Tue, Apr 1, 2008 at 12:45 PM, Pascal Maugeri &lt;<a href="mailto:pascal.maugeri1@gmail.com">pascal.maugeri1@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi <br><br>I&#39;m still unable to have a working server 1.3 that loads the module auth.so. <br>
<br>It is weird because there is no error message in my log file also I set the debug level to maximum. But after starting the openser service, it says it is successful but there is no running process (pgrep openser does not show anything, when it does if I remove the load auth.so)!<br>

<br>How can I get more debugging info about the loading and initialization of auth ?<br><br>Can anybody share with me his or her configuration file ? I may miss something in mine:<br>&nbsp; loadmodule &quot;sl.so&quot;<br>
&nbsp; [...]<br>
&nbsp; loadmodule &quot;auth.so&quot;<br>
(I believe it is sufficient).<br>
<br>Is there any known issue using Redhat Enterprise 4 ?<br><br>Regards,<br><font color="#888888">Pascal<br><br><br>
</font></blockquote></div><br>