search for: ntlmbasicauth

Displaying 4 results from an estimated 4 matches for "ntlmbasicauth".

2007 Apr 17
1
problem setting ntlm authentication for apache using mod_auth_winbind
...thing useful ( except the broken pipe information :) ). http://ncpnc.obsysa.net/combor/strace.log My share definition looks like below. Alias /auth/ntlm/ "/var/www/auth/ntlm/" <Directory "/var/www/auth/ntlm/"> AuthType NTLM NTLMAuth on NegotiateAuth off NTLMBasicAuth on NTLMAuthHelper "/usr/bin/ntlm_auth -d10 --option='auth methods = winbind' --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative off Require valid-user </Directory> Host is correctly joined to AD and users can browse thru samba shares. The most useful...
2006 Jun 11
1
mod_ntlm_winbind
...1 exit status apxs:Error: Command failed with rc=65536 . make: *** [.libs/mod_auth_ntlm_winbind.so] Error 1 ---error--- So i went the apx2 route: apxs -DAPACHE2 -c -i mod_ntlm_winbind.c <-- works Configuration -------------------- --.htaccess-- AuthName "NTLM Authentication thingy" NTLMBasicAuth on NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp -d 400" NTLMBasicAuthoritative on AuthType NTLM require valid-user --perms for apache2 user-- setfacl -m u:wwwrun:rx /var/lib/samba/winbindd_privileged Testing ---------- Well, accesing the page asks for user/pa...
2007 May 25
0
problem setting ntlm authentication for apache using mod_auth_winbind
...> > http://ncpnc.obsysa.net/combor/strace.log > > My share definition looks like below. > > Alias /auth/ntlm/ "/var/www/auth/ntlm/" > > <Directory "/var/www/auth/ntlm/"> > AuthType NTLM > NTLMAuth on > NegotiateAuth off > NTLMBasicAuth on > NTLMAuthHelper "/usr/bin/ntlm_auth -d10 --option='auth methods = > winbind' --helper-protocol=squid-2.5-ntlmssp" > NTLMBasicAuthoritative off > Require valid-user > > </Directory> > > Host is correctly joined to AD and users can brow...
2017 Jun 12
2
'winbind use default domain' doesn't appear to work with ntlm_auth
.../var/log/httpd/localhost-error_log GENSEC login failed: NT_STATUS_NO_MEMORY Apache is running on one of the Samba AD servers, with the following .htaccess file: <Files index.pl> require valid-user AuthName "Windows Domain" NTLMOmitDomain on #NTLMDomainSeparator + NTLMBasicAuth on NTLMBasicAuthoritative on NTLMBasicRealm "Windows Domain" PlaintextAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic" NTLMAuth on AuthType NTLM NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NegotiateAuth off A...