Displaying 20 results from an estimated 1000 matches similar to: "I can't get mod_auth_ntlm_winbind to work"
2009 Jan 14
0
problem with ntlm_auth and apache2
I'm trying to get mod_auth_ntlm with apache2 to work but it refuses to do
so.
ntlm_auth does work if I use the commandline argument.
The error I got is:
[2009/01/13 13:07:09, 5] lib/debug.c:debug_dump_status(391)
INFO: Current debug levels:
all: True/10
tdb: False/0
printdrivers: False/0
lanman: False/0
smb: False/0
rpc_parse: False/0
rpc_srv: False/0
rpc_cli: False/0
passdb: False/0
sam:
2007 Jun 05
0
mod_auth_ntlm_winbind under apache2 : NTLMSSP NT_STATUS_INVALID_PARAMETER
Ubuntu Server 7.04
Apache/2.2.3 (Ubuntu) PHP/5.2.1 mod_perl/2.0.2 Perl/v5.8.8
mod_auth_ntml_winbind from svn June 5, 2007.
samba 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
2007 Aug 28
1
mod_auth_ntlm_winbind + IE problem
Hi there,
I'm having problems with the mod_auth_ntlm_winbind module.
Background:
- Apache 2 server running on Fedora 4.
- Computer is a member of the domain (security = ADS)
- 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
2003 Nov 11
1
ntlm_auth and squid authentication problems
Hi all,
I've a little problem using ntlm_auth with squid.
Scenario: Redhat 9, Samba 3 compiled, squid-2.5 compiled.
smb.conf:
[global]
encrypt passwords = Yes
winbind separator = \
winbind cache time = 10
template homedir = /home/%D/%U
template shell = /bin/bash
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind enum users = yes
2010 Mar 15
0
ntlm helper helper usage problem
Hi,guys .
I implement HTTP Proxy running in Linux environment and my proxy have
to support NTLM authentication.
My proxy written in C++.
I try to use _squid-ntlm helper _according to
*http://devel.squid-cache.org/ntlm/squid_helper_protocol.html .
So *I run helper like this *system ("ntlm_auth -d=10
--helper-protocol=squid-2.5-ntlmssp"*);
and implemented its protocol (see
2003 Dec 18
2
ntlm_auth problem in Squid 2.5
Hi!
I have a problem with the ntlm_auth helper (samba-3.0.2) under squid. I
got the following from the cache.log:
[2003/12/18 15:36:48, 10] utils/ntlm_auth.c:manage_squid_request(1114)
Got 'YR' from squid (length: 2).
[2003/12/18 15:36:48, 10]
utils/ntlm_auth.c:manage_squid_ntlmssp_request(362)
got NTLMSSP packet:
[2003/12/18 15:36:48, 10]
2013 Oct 02
2
Problem with squid+ntlm+samba
Hello,
I'm having a little problem after logging into domain via samba, after a few minutes the squid no longer authenticates the users through single sign on and keeps asking for authentication in the browser without stopping.
below is my settings and error logs.
smb.conf
[global]workgroup = SALEnetbios name = utmadmserver string = PROXY SERVERload printers = nolog file =
2007 Mar 27
1
mod_auth_ntlm_winbind
I'm having some difficulties with mod_auth_ntlm_winbind. Winbind and
samba are configured and working well, I can create shares and set
permissions to AD groups. Wbinfo -u and wbinfo -g work fine.
Whenever I try and hit the folder with a web browser, it prompts for a
username and password and then comes back with a 401: authorization
required.
In the apache error log I get:
[2007/03/01
2007 Apr 18
1
winbindd/mod_auth_ntlm_winbind.so fail to use workstation credentials (NTLM+SPNEGO)
Hallo,
We protect linux/apache server with mod_auth_ntlm_winbind.so to
authenticate users with their domain accounts. The server is joined into
windows domain (Windows 2003 Server). Apache/mod_auth_ntlm_winbind.so is
configured for NTLM+SPNEGO authentication. So far users can login when
providing valid credentials.
Users login into their windows workstation (Windows XP SP2 IE/Firefox)
with
2007 Dec 11
0
problems using auth_ntlm_winbind_module
Hi there,
I am trying to setup up an intranet where I would like to use
auth_ntlm_winbind_module to create a an environment where windows user
are automatically logged into the intranet.
winbind seems to work fine.
at least when I issue
wbinfo -i USER I get a correct answer
my problem is, that when I try to access the intranet I get a "The page
cannot be displayed" error from apache.
2011 Apr 07
0
mod_auth_ntlm_winbind issues - does apache connection mgmt support NTLM?
Hello,
I have configured Samba 3 with Winbind and installed the mod_auth_ntlm_winbind
module deployed on Ubuntu 10 which is used by a web application to enforce
logging using windows domain credentials. I have verified that all these
layers are properly working? ie.. wbinfo ?u (good), wbinfo ?a <username>
(good), ntlm_auth ?helper-protocol=squid-2.5-basic (good). Next step I
2011 Apr 07
0
mod_auth_ntlm_winbind issues
Hello,
I have configured Samba 3 with Winbind and installed the mod_auth_ntlm_winbind module deployed on Ubuntu 10 which is used by a web application to enforce logging using windows domain credentials. I have verified that all these layers are properly working... ie.. wbinfo -u (good), wbinfo -a <username> (good), ntlm_auth -helper-protocol=squid-2.5-basic (good). Next step I
2003 Sep 03
4
Samba 3 - ntlm_auth ntlmssp failing
Is /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp supposed to be
working at this stage of samba 3? With RH EL3 beta (taroon) which comes
with samba-3.0.0-3rc1.3E packages (and squid-2.5.STABLE3-2.3E packages),
the /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic helper works
great but /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp always
fails (NTLMSSP
2008 Aug 18
2
[Request] mod_auth_ntlm_winbind
http://adldap.sourceforge.net/wiki/doku.php?id=mod_auth_ntlm_winbind
I have built an rpm for my own use, by grabbing the source files from
sambas' web interface to cvs.
It would be real neat to have it packaged and available through yum.
--
Cheers, Morten
:wq
2003 Oct 29
3
[Fwd: [squid-users] NTLM Authentication Problem]
I submited this to the Squid list, but I got no response which I assume
means that no one has any suggestions. Can anyone give me a clue as to
what I have configured incorrectly. Thanks.
-------- Original Message --------
Subject: [squid-users] NTLM Authentication Problem
Date: Tue, 28 Oct 2003 11:34:29 -0500
From: Jim Richey <jrichey@highmark.com>
To: squid-users@squid-cache.org
2006 Jun 11
1
mod_ntlm_winbind
Anybody using mod_ntlm_winbind?. I'm running SLES9 SP3 and i'mt having
problems using it, I did the following:
Compilation:
-----------------
autoconf <-- works
./configure --with-apxs=$(which
apxs2) --with-apache=$(/usr/share/apache2/find_mpm 2>/dev/null) <-- works
make <-- dies (there goes the rpm for my repo) with:
---error---
mod_ntlm_winbind.c:402: warning: no
2000 Jun 30
1
Samba 1.9.x vs 2.0.7 not connecting to MS DOS Server
I am not sure if this is a bug or a feature...
The 2.0.7 version no longer wants to connect to a DOS 6.22/DOS LANMAN2.1
(wg1049.exe) server. Version 1.9.18 does work.
Both smbclient and (more importantly for our needs) smbmount fail.
However, both work fine with win95 boxes. The problem seems specific to the
DOS server. I could not find any reference to this issue. Am I perhaps
overlooking
2005 Nov 07
4
Urgent Samba / Squid NTLM Auth Problems
Hi,
We are having problems setting up a squid cache server to use NTLMv2
authentication to authenticate users against AD.
We have narrowed the problems down to being a problem between samba and
squid when using NTLMv2. It constantly moans about the password being wrong
when using squid, but doing a direct samba auth works fine. We have
(believedly) narrowed it down to this: the domain requires
2013 Nov 06
0
mod_auth_ntlm_winbind SSO
Hello
We are trying to implement SSO with mod_auth_ntlm_winbind.
We followed the instructions on [1], but have the issue that users can
not authenticate with web browsers.
In addition to that document we did the following extra steps:
- chown root:winbind /var/lib/samba/winbindd_privileged/
- apache user (vagrant) is in group winbind
- net setauthuser -U vagrant
- smb.conf has: winbind use
2006 Nov 28
0
Ntlm_auth Problem (resend)
I sent this message and realized I hadn't included info on the
environment so I am resending it. I am running red hat enterprise
linux 4 with samba version 3.0.10-1.4E.2. Apache version is 2.0.52.
I also included output from running ntlm_auth on the command line with
diagnostics. This fails but it only seems to try plaintext auth which
will not work (see below).
I am having problems with