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-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org