mod_auth_ntlm_winbind issues on CentOS 5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am not having any luck getting this to work, my winbind is working fine,
getent/wbinfo/klist all return accurate data, but when trying to access a
simple text file in a directory served by apache I get this in the log file:

libsmb/ntlmssp.c:ntlmssp_update(334)
  got NTLMSSP command 3, expected 1

The virtual host has the following config:

<VirtualHost *:80>
    ServerName      wiki.domain.local
    DocumentRoot    /var/www/vhosts/wiki.domain.local

   <Directory /var/www/vhosts/wiki.domain.local>
      AuthName "NTLM Authentication"
      NTLMAuth on
      NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp"
      NTLMBasicAuthoritative on
      AuthType NTLM
      require valid-user
   </Directory>
</VirtualHost>

The odd part is firefox gets a prompt, ie attempts the passthrough and just errors
out?

I know /usr/bin/ntlm_auth has an --require-membership-of which was what I was hoping to
use but nothing is working...

Any hints would be so appreciated!
Thanks,
jlc

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux