search for: ntlmbasicauthoritative

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

2016 Jun 30
2
samba/winbind/apache/sso question
...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
...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 combination If I have in my httpd.conf <Location /svn/repos> DAV svn SVNPath /...
2007 Apr 17
1
problem setting ntlm authentication for apache using mod_auth_winbind
...m/ "/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 errors are in attached log files so im not going to repeat them here. Is there any other information I could supply to resolve the problem? tha...
2006 Jun 11
1
mod_ntlm_winbind
...---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 "usrjoe" + "mypasswd" it gives me an 401 error code. If i enter "DOMAIN\...
2007 Aug 28
1
mod_auth_ntlm_winbind + IE problem
...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 could find but I can't find something that looks like a real error message. Can I enable more logging? I...
2005 Mar 23
1
mod_ntlm_winbind authentication issues
...: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 for a password, with the username portion of the dialog box filled in as "rt-test.elided.com\user...
2006 Aug 29
3
mod_ntlm_winbind / Apache2
...line in access.log: 192.168.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 diffe...
2016 Jun 30
0
samba/winbind/apache/sso question
...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> > > > Have you tried reading this wiki page: https://wiki.samba.or...
2009 Apr 07
0
ntlm challenges not working
...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 I access the apache site appache issues a challenge and announces it would accept ntlm. I checked t...
2006 Jul 05
0
Problem with mod_ntlm_winbind
...e 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-ntlmssp apache 16344 16336 0 16:50 ? 00:00:00 /usr/bin/ntlm_auth --helper-protocol=s...
2007 May 25
0
problem setting ntlm authentication for apache using mod_auth_winbind
...<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 errors are in attached log files > so im not going to repeat them here. > > Is there any other informa...
2007 Dec 11
0
problems using auth_ntlm_winbind_module
...g "/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.zehndergroup.com:80 RewriteRule /(.*)/$ http://127.0.0.1:8080/VirtualHostBase/http/intranettest.zehndergroup.com:80/zehnderi/zehnde...
2011 Dec 21
0
auth_ntlm_winbind_module causes 401 without any errors.
.../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 site, it said cannot connect. But in logs: error_log said nothing about this connection. access_lo...
2009 Jan 14
0
problem with ntlm_auth and apache2
...: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 chmod 777 winbindd stops working. I allready chown root.www on winbindd_priviledged but that didn...
2007 Apr 18
1
winbindd/mod_auth_ntlm_winbind.so fail to use workstation credentials (NTLM+SPNEGO)
...in = 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
...(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: all: True/400 tdb: False/0 printdrivers: False/0 lanman: False/0 smb: Fal...
2006 Nov 28
0
Ntlm_auth Problem (resend)
...lt;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 27 16:36:10 2006] [debug] mod_auth_ntlm_winbind.c(482): [client 10.0.1.14] Launched nt...
2007 May 21
2
I can't get mod_auth_ntlm_winbind to work
...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 as pdc2: [Mon May 21 14:51:59 2007] [debug] mod_auth_ntlm_winbind.c(1018): [client 172.20.17.28] d...
2017 Jun 12
2
'winbind use default domain' doesn't appear to work with ntlm_auth
...ocalhost-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 AuthType Negotiate Negotiat...