search for: mod_ntlm_winbind

Displaying 12 results from an estimated 12 matches for "mod_ntlm_winbind".

2006 Oct 10
0
Combining mod_auth_winbind with other authorization modules
...However I also need to use an authorization module to control access to user groups via the '.htaccess' files. I've tried both mod_authz_groupfile and mod_authz_dbm; in each case authentication occasionally falls apart as the following (redacted) Apache error log segment shows: mod_ntlm_winbind.c(1065): doing ntlm auth dance, referer: http://myserver/homepage/left.html mod_ntlm_winbind.c(529): Launched ntlm_helper, pid 28125, referer: http://myserver/homepage/left.html mod_ntlm_winbind.c(699): creating auth user, referer: http://myserver/homepage/left.html mod_ntlm_winbind.c(750)...
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 r...
2005 Mar 23
1
mod_ntlm_winbind authentication issues
Attempting to use mod_ntlm_winbind to provide passthrough authentication to an apache vhost, I'm running into a problem that I hope is merely me misunderstanding the proper setup... The details: serverside: freebsd 4.10-p3 mod_ntlm_winbind.c rev 117 from svn samba 3.0.11 from freebsd ports apache 1.3.33+mod_ssl from free...
2005 Sep 02
1
mod_ntlm_winbind.. errors compiling
well i'm trying to fire up the mod_ntlm_winbind module for apache. but i get alot of errors trying to compile it. i just downloaded it from ftp://ftp.samba.org/pub/unpacked/mod_ntlm_winbind/ but i dunno what the status is for this module ? just looking for a good and nice way to get our intranet up and authenticate it agains A Samba pdb/bdc...
2006 Aug 29
3
mod_ntlm_winbind / Apache2
Hi, I'm trying to set up Apache2 with mod_ntlm_winbind so our Windows users can log onto our Intranet automatically without having to type in their username / password. I've gotten part of the way there, but things aren't behaving the way I'd like/expect. So far, I've been able to log on using Firefox but only with the password dialog...
2006 Jul 05
0
Problem with mod_ntlm_winbind
I'm playing with the mod_ntlm_winbind from http://download.samba.org/ftp/unpacked/lorikeet/mod_ntlm_winbind/ on Centos 4.3 but running into problems when trying to authenticate via the browser. IE says it cannot find the server when trying to access http://server/auth Firefox pops up an authentication box but this also does not work....
2005 Oct 03
7
mod_ntlm_winbind on Apache vs. IE6, no POST method
Hello, I have setup mod_ntlm_winbind to provide authentication for an Apache 1.3.33 webserver running on Fedora Core 3. The authentication works, but I have run into a problem when using Internet Explorer. It seems that the problem might be with Internet Explorer itself, but here is what I think is happening - the browser will not su...
2005 Sep 07
2
WANTED: mod_ntlm_winbind developer
I need some assistance from a talented C programmer, preferably with some experience in Apache 2.0 module development. For a while, I have had a version of mod_ntlm_winbind cleaned up to work with ntlm_auth, and handling both NTLM and Negotiate HTTP authentication via Samba 3 and Samba4's ntlm_auth utility. I have not had the time or energy to properly maintain (it needs basic auth added), promote (it needs a manpage, homepage etc) or port (it needs to work on Ap...
2004 Apr 23
3
mod_ntlm_winbind
Is there a mod_ntlm_winbind for apache or is that just for squid? I want to use NTLM authentication for our intranet apache server. TIA, Josh Konkol, CCSA CNE MCSE Technical Research Specialist .~. GuideOne Insurance /V\ /( )\ ^^-^^ samba@guidemail.com This message and accompanying documents are covered by th...
2006 Sep 21
1
winbindd + mod_ntlm_winbind, why do we need "net join ..." ?
Hello, I would like to use NTLM authentication on my Apache2 server, and I've found out this link which works very well for me, http://download.samba.org/ftp/unpacked/lorikeet/mod_ntlm_winbind I'm newbie to samba, and to make this stuff work, I had to execute "net join -S <DC> -U <Admin>", because winbindd complained about "did we join ?"... (all of this can be found on man winbindd). I'm wondering why do you have to exec "net join". Ca...
2005 Dec 07
2
NTLM and Samba domain - problem with (non-local) logons.
Hello! I have a quite strange issue with the Samba based NT domain that I administer. I've triet to search for the solution but none of the information that I had found seemed to work. The trouble is that I can't manage to setup a ntlm based authentication. It applies to both linux and w32 architectures. In the latter case I achieve some level of usability - I can login locally. If I try
2004 Sep 25
2
Concerned about Dovecot's new NTLM code
...lement the NTLMSSP protocol. This is done by a callout to 'ntlm_auth', a Samba 3.0 utility designed for this purpose, which in turn can contact domain controllers, allowing for seamless single sign on. http://samba.org/samba/docs/man/ntlm_auth.1.html I have recently completed reworking mod_ntlm_winbind for a similar purpose, and have patches for cyrus-sasl in my 'lorikeet' subversion repository. These should serve as good examples for the simple fork()/exec() modal that is used, and also show the support for GSS-SPNEGO (aka HTTP Negotiate) that ntlm_auth also provides. http://download.s...