I am using the webserver_auth module with drupal 6.12 / Apache 2.2 in a windows 2003 server<br>to take advantage of the NTLM and Active Directory in windows and automatically sign in the <br>user when they access our local intranet site.<br>
<br>I look at the phpinfo.php page and it knows each different user when I take<br>
a look at _SERVER[&quot;REMOTE_USER&quot;] and REMOTE_USER <br><br>The weird thing is that when I access the site it knows me &#39;user20&#39;.<br>But when user1 access the site it recognizes &#39;user1&#39;<br>but when &#39;user2&#39; or &#39;user3&#39; or any other user after that access the intranet site, <br>
it logs other users as &#39;user1&#39;<br>I go back and access the intranet site and it still knows me as &#39;user20&#39;<br><br>I have not done anything special to tell drupal that &#39;user20&#39; is special.<br><br>I do not understand, I had this working last month and then I re-installed the module and <br>
it is not working now.<br><br>PHP knows who the user is but Drupal automatically sign on users as the first &#39;user1&#39;<br><br>The only differences between user20 and any other user is that user20 is the main admin user<br>
but why does it treats all other users as the same user?<br><br>Any ideas?<br><br>Thanks,<br><br>Néstor :-)<br><br><br>