search for: ntlmauthhelper

Displaying 19 results from an estimated 19 matches for "ntlmauthhelper".

2006 Aug 29
3
mod_ntlm_winbind / Apache2
...0.53 - - [29/Aug/2006:20:15:57 +0930] "GET /auth-test HTTP/1.1" 401 547 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" Here's the config I'm using in Apache: <Directory /var/www/auth-test> NTLMAuth on NTLMBasicAuthoritative on NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" AuthType NTLM AuthName "NTLM Authentication Test" require valid-user </Directory> I tried adding --domain=WUM3 to the NTLMAuthHelper line, but that didn't seem to make any difference. Any help or ide...
2016 Jun 30
2
samba/winbind/apache/sso question
...! Thanks! LoadModule auth_ntlm_winbind_module /usr/lib64/httpd/modules/mod_auth_ntlm_winbind.so <Directory "/var/www/html/test"> Options ExecCGI AllowOverride None Order allow,deny Allow from all AuthName "NTLM Authentication" AuthType NTLM Require valid-user NTLMAuth on NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on NegotiateAuth on </Directory> Jonas Turner │ Security Analyst II Ph: 419.254.4890│Fax: 419.252.5557 E-mail: joturner at hcr-manorcare.com<mailto:joturner at hcr-manorcare.com>
2007 Oct 17
0
svn access via apache with ntlm authentication
.../mnt/data/rep/svn </Location /svn/repos> I can check out projects from the repository Then I've tested the NTLM authentication with Alias /ntlmtest/ "/mnt/data/docuwiki/" <Directory "/mnt/data/docuwiki"> AuthName "NTLM Authentication" NTLMAuth on NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on AuthType NTLM require valid-user </Directory> This works just fine, the browser prompts for the username and password, and ntlm authenticates against our PDC Now my problem is with the svn + NTLM...
2007 Apr 17
1
problem setting ntlm authentication for apache using mod_auth_winbind
...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 information about erro...
2006 Jun 11
1
mod_ntlm_winbind
...s: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/password, if i give...
2007 Aug 28
1
mod_auth_ntlm_winbind + IE problem
...) - The authentication seems to work fine, I can access shares, wbinfo -u/-g returns a valid output, etc. The authentication is enabled in Apache for a specific folder only. <Directory "/var/www/html/confprod/v2" > AuthName "NTLM Authentication thingy" NTLMAuth on NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp --debuglevel=10" NTLMBasicAuthoritative on AuthType NTLM require valid-user </Directory> My problem is that IE gives me an error page when I try to access the pages from that folder. I have enabled all the logging I co...
2005 Mar 23
1
mod_ntlm_winbind authentication issues
...DocumentRoot /usr/local/rt3/share/html AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlRequire /usr/local/rt3/bin/webmux.pl <Location /> SetHandler perl-script PerlHandler RT::Mason AuthName "NTLM Authentication test" NTLMAuth on NTLMAuthHelper "/usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on AuthType NTLM require valid-user </Location> </VirtualHost> With this in place, a logged-in user attempting to connect to that vhost via IE is immediately prompted...
2016 Jun 30
0
samba/winbind/apache/sso question
...sr/lib64/httpd/modules/mod_auth_ntlm_winbind.so > <Directory "/var/www/html/test"> > Options ExecCGI > AllowOverride None > Order allow,deny > Allow from all > AuthName "NTLM Authentication" > AuthType NTLM > Require valid-user > NTLMAuth on > NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" > NTLMBasicAuthoritative on > NegotiateAuth on > </Directory> > > Jonas Turner │ Security Analyst II > Ph: 419.254.4890│Fax: 419.252.5557 > E-mail: joturner at hcr-manorcare.com<mailto:joturner at hcr-...
2009 Apr 07
0
ntlm challenges not working
Hi there, I try to have a XP box using ntlm authentication when accessing a samba domain. In apache I have the following stanza: <Location "/"> AuthName "NTLM Authentication thingy" NTLMAuth on NTLMAuthHelper "/opt/samba/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on AuthType NTLM require valid-user </Location> In IE7 on the client I added the apache site to the list of intranet sites so windows should use ntlm to send its credentials. now when...
2006 Jul 05
0
Problem with mod_ntlm_winbind
...d access the /var/cache/samba/winbindd_privileged directory as user apache and I have added to httpd.conf the following LoadModule ntlm_winbind_module modules/mod_ntlm_winbind.so and <Directory "/var/www/html/auth"> AuthName "NTLM Authentication test" NTLMAuth on NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on AuthType NTLM require valid-user </Directory> Winbind processes running when trying to connect apache 16343 16335 0 16:50 ? 00:00:00 /usr/bin/ntlm_auth --helper-protocol=squid-2.5-nt...
2007 May 25
0
problem setting ntlm authentication for apache using mod_auth_winbind
...ysa.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. >...
2007 Dec 11
0
problems using auth_ntlm_winbind_module
...pd/intranet-access.log combined ErrorLog /var/log/httpd/intranet-error.log LogLevel debug RewriteLog "/var/log/httpd/rewrite_log" RewriteLogLevel 2 <Location "/"> AuthName "NTLM Authentication thingy" NTLMAuth on NTLMAuthHelper "/usr/bin/ntlm_auth \ --helper-protocol=squid-2.5-ntlmssp -d10 -l/root" NTLMBasicAuthoritative on AuthType NTLM require valid-user </Location> LogLevel debug RewriteEngine On # Add to virtual host block for testintranet.zehndergro...
2011 Dec 21
0
auth_ntlm_winbind_module causes 401 without any errors.
..._module for apache 2.2, which worked before with auth_kerb. LoadModule auth_ntlm_winbind_module /usr/lib64/httpd/modules/mod_auth_ntlm_winbind.so <LocationMatch "^/.*$"> 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...
2009 Jan 14
0
problem with ntlm_auth and apache2
...Got '377' from squid (length: 1748). [2009/01/13 13:07:09, 1] utils/ntlm_auth.c:manage_squid_ntlmssp_request(692) NTLMSSP query [377] invalidGot '242+' from squid (length: 119). The config part in apache2 looks like this: AuthName "NTLM Authentication thingy" NTLMAuth on NTLMAuthHelper "/usr/bin/ntlm_auth -d10 --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on AuthType NTLM require valid-user I'm using OpenSuse 10.2 x86_64 with the newest updates. apache2-2.2.3-26 samba-3.0.23d-19.14 I guess the problem lies with winbindd_priviledged but when I set chm...
2007 Apr 18
1
winbindd/mod_auth_ntlm_winbind.so fail to use workstation credentials (NTLM+SPNEGO)
...realm = HACHING.LAN idmap uid = 10000-20000 idmap gid = 10000-20000 security = 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, wbin...
2007 Jun 05
0
mod_auth_ntlm_winbind under apache2 : NTLMSSP NT_STATUS_INVALID_PARAMETER
...a 3.0.24-2ubuntu1.2 winbind is working, I can log into the machine as an AD domain user. graham@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 ......
2006 Nov 28
0
Ntlm_auth Problem (resend)
...ailed! Wrong Password (0xc000006a) [2006/11/28 10:52:09, 1] utils/ntlm_auth_diagnostics.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] [...
2007 May 21
2
I can't get mod_auth_ntlm_winbind to work
...access to: # ls -ld /var/cache/samba/winbindd_privileged/ drwxrwx--- 2 root squid 4096 May 21 14:15 /var/cache/samba/winbindd_privileged/ In /etc/httpd/conf/httpd.conf I have: <Directory "/var/www/html/cchem"> AuthName "NTLM Authentication thingy" NTLMAuth on NTLMAuthHelper "/usr/bin/ntlm_auth -d100 --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on AuthType NTLM require valid-user </Directory> I get the following in /var/log/httpd/error_log when I try to access http://www2.crc.dk/cchem from a Windows PC where I'm logged in a...
2017 Jun 12
2
'winbind use default domain' doesn't appear to work with ntlm_auth
...d-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 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 ar...