Displaying 5 results from an estimated 5 matches for "negotiateauthhelp".
Did you mean:
negotiateauthhelper
2011 Dec 21
0
auth_ntlm_winbind_module causes 401 without any errors.
...ationMatch "^/.*$">
AuthName "DOMAIN"
AuthType NTLM
AuthType Negotiate
NTLMAuth on
NTLMAuthHelper "/usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp -d10"
# NTLMBasicAuthoritative on
NegotiateAuth on
NegotiateAuthHelper "/usr/bin/ntlm_auth
--helper-protocol=gss-spnego -d10"
Require valid-user
</LocationMatch>
Using IE to access the site, it said cannot connect. But in logs:
error_log said nothing about this connection.
access_log said a few 401 error.
Without any further and usef...
2007 Apr 18
1
winbindd/mod_auth_ntlm_winbind.so fail to use workstation credentials (NTLM+SPNEGO)
...domain
#password server = sun.haching.lan
winbind use default domain = yes
mod_auth_ntlm_winbind.so configuration
AuthName "NTLM Authentication thingy"
NTLMAuth on
NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp"
NegotiateAuth on
NegotiateAuthHelper "/usr/bin/ntlm_auth --helper-protocol=gss-spnego"
NTLMBasicAuthoritative on
AuthType Negotiate
AuthType NTLM
require valid-user
Tests like net rpc testjoin, wbinfo -u, wbinfo -g, ntlm_auth
--username=testuser
are ok.
Any ideas are welcome,
regards,
Serguei
2007 Jun 05
0
mod_auth_ntlm_winbind under apache2 : NTLMSSP NT_STATUS_INVALID_PARAMETER
...aham@wtldevapp1:~$ sudo ntlm_auth --username=gdunn01
password:
NT_STATUS_OK: Success (0x0)
from the conf.d/twiki.conf:
AuthName "NTLM Authentication"
NTLMAuth on
NegotiateAuth On
NTLMAuthHelper "/usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp -d 400"
NegotiateAuthHelper "/usr/bin/ntlm_auth --helper-protocol=gss-spnego"
NTLMBasicAuthoritative on
AuthType NTLM
AuthType Negotiate
require valid-user
However, when I try to access a directory ...
[2007/06/05 16:07:23, 5] lib/debug.c:debug_dump_status(391)
INFO: Current debug levels:...
2006 Nov 28
0
Ntlm_auth Problem (resend)
...s.c:diagnose_ntlm_auth(594)
Test Plaintext LM only failed!
== httpd.conf ==
<Directory "/tmp/test">
Order allow,deny
Allow from all
AuthName "Domain Logon"
NTLMAuth On
NegotiateAuth On
NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp -d9"
NegotiateAuthHelper "/usr/bin/ntlm_auth --helper-protocol=gss-spnego"
NTLMBasicAuthoritative On
AuthType NTLM
AuthType Negotiate
Require valid-user
</Directory>
== httpd error_log ==
[Mon Nov 27 16:36:10 2006] [debug] mod_auth_ntlm_winbind.c(1018):
[client 10.0.1.14] doing ntlm auth dance
[Mon Nov 2...
2017 Jun 12
2
'winbind use default domain' doesn't appear to work with ntlm_auth
...ritative 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
AuthType Negotiate
NegotiateAuthHelper "/usr/bin/ntlm_auth --helper-protocol=gss-spnego"
</Files>
We have Samba configured to enable the 'winbind use default domain' option and are attempting to reproduce the problem via command line. Whilst authentication without the RPC domain prefixing the username work...