Re: [Samba] mod_ntlm_winbind / Apache2

2006-09-03 Thread Kevin Shanahan
On Sat, 2006-09-02 at 09:49 +1000, Andrew Bartlett wrote: Because it needs to access either the secrets.tdb or a keytab, gss-spnego is much more fragile than the NTLMSSP helper. We could make it less fragile by handling the kerberos verification in winbindd, rather than in the ntlm_auth

Re: [Samba] mod_ntlm_winbind / Apache2

2006-09-01 Thread Andrew Bartlett
On Wed, 2006-08-30 at 02:33 +0930, Kevin Shanahan wrote: On Wed, 2006-08-30 at 00:57 +0930, Kevin Shanahan wrote: On Tue, 2006-08-29 at 12:09 -0300, Felipe Augusto van de Wiel wrote: Run it in a terminal, check for manpages of your distribution, try to increase debug/log level.

[Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Kevin Shanahan
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

Re: [Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Felipe Augusto van de Wiel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2006 08:03 AM, Kevin Shanahan escreveu: 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. Just a suggestion,

Re: [Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Kevin Shanahan
On Tue, 2006-08-29 at 09:16 -0300, Felipe Augusto van de Wiel wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2006 08:03 AM, Kevin Shanahan escreveu: Hi, I'm trying to set up Apache2 with mod_ntlm_winbind so our Windows users can log onto our Intranet automatically

Re: [Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Felipe Augusto van de Wiel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2006 10:47 AM, Kevin Shanahan escreveu: [...] Internet Explorer still fails, but I see something in the logs now (upped the LogLevel to debug, was at info before): [Tue Aug 29 23:02:37 2006] [debug] mod_ntlm_winbind.c(529): [client

Re: [Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Kevin Shanahan
On Tue, 2006-08-29 at 10:56 -0300, Felipe Augusto van de Wiel wrote: On 08/29/2006 10:47 AM, Kevin Shanahan escreveu: [...] Internet Explorer still fails, but I see something in the logs now (upped the LogLevel to debug, was at info before): [Tue Aug 29 23:02:37 2006] [debug]

Re: [Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Felipe Augusto van de Wiel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2006 11:17 AM, Kevin Shanahan escreveu: On Tue, 2006-08-29 at 10:56 -0300, Felipe Augusto van de Wiel wrote: On 08/29/2006 10:47 AM, Kevin Shanahan escreveu: [...] Internet Explorer still fails, but I see something in the logs now (upped

Re: [Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Kevin Shanahan
On Tue, 2006-08-29 at 12:09 -0300, Felipe Augusto van de Wiel wrote: Run it in a terminal, check for manpages of your distribution, try to increase debug/log level. Wierd, it seems to work from the command line (I just pasted in the YR line from the previous log): # /usr/bin/ntlm_auth

Re: [Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Kevin Shanahan
On Wed, 2006-08-30 at 00:57 +0930, Kevin Shanahan wrote: On Tue, 2006-08-29 at 12:09 -0300, Felipe Augusto van de Wiel wrote: That's the reason of my question. BH is really bad. The helper probably is missing something. Try to strace the command and see what files it is trying to open.

Re: [Samba] mod_ntlm_winbind / Apache2

2006-08-29 Thread Kevin Shanahan
On Wed, 2006-08-30 at 00:57 +0930, Kevin Shanahan wrote: On Tue, 2006-08-29 at 12:09 -0300, Felipe Augusto van de Wiel wrote: Run it in a terminal, check for manpages of your distribution, try to increase debug/log level. Wierd, it seems to work from the command line (I just pasted in

Re: [Samba] mod_ntlm_winbind

2006-06-11 Thread Aaron Browne
On Wed, 2006-06-07 at 05:42 -0400, Ciro Iriarte wrote: Anybody using mod_ntlm_winbind?. I'm running SLES9 SP3 and i'mt having problems using it, I did the following: Yes. I am running it on Solaris 9 and 10. Compilation: - So i went the apx2 route: apxs -DAPACHE2 -c

[Samba] mod_ntlm_winbind

2006-06-10 Thread Ciro Iriarte
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

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-10 Thread Collen Blijenberg
Is the mod_ntlm_winbind already apache 2.XX ready ?? or is it still written for the 1.3.XX version ? Collen Andrew Bartlett wrote: On Mon, 2005-10-03 at 14:34 -0600, Todd Garrison wrote: Hello, I have setup mod_ntlm_winbind Firstly, I presume this is the version from lorikeet SVN? to

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-10 Thread Andrew Bartlett
On Mon, 2005-10-10 at 11:42 +0200, Collen Blijenberg wrote: Is the mod_ntlm_winbind already apache 2.XX ready ?? or is it still written for the 1.3.XX version ? A team assembled to build an apache 2.0 version, but it's been ported yet. The closest we have is: http://source.grep.no/ however

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-05 Thread Todd Garrison
Hi Andrew, The patch you commited to SVN seems to be working, but I ran into another problem when dealing with 302 redirects, similar circumstance. I played with the code a little and found something that seems to work, but I probably just opened a gaping security hole? Here is a diff from SVN .

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-05 Thread Todd Garrison
Ha! Nevermind, that messes other things up . . . at least I tried. On 10/5/05, Todd Garrison [EMAIL PROTECTED] wrote: Hi Andrew, The patch you commited to SVN seems to be working, but I ran into another problem when dealing with 302 redirects, similar circumstance. I played with the code a

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-05 Thread Ed Plese
On Mon, Oct 03, 2005 at 02:34:22PM -0600, Todd Garrison wrote: 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

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-05 Thread Todd Garrison
Thanks Ed, It might be related - but the problems happen on both SSL and non-SSL connections. I do get the feeling that there have been a bunch of similar bugs (features?) in IE6. I guess since it only happens when using NTLM auth it really can't be called a bug since there is no actual protocol

[Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-03 Thread Todd Garrison
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

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-03 Thread Andrew Bartlett
On Mon, 2005-10-03 at 14:34 -0600, Todd Garrison wrote: Hello, I have setup mod_ntlm_winbind Firstly, I presume this is the version from lorikeet SVN? to provide authentication for an Apache 1.3.33 webserver running on Fedora Core 3. The authentication works, but I have run into a

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-03 Thread Todd Garrison
Firstly, I presume this is the version from lorikeet SVN? Correct. So, I think the issue might be that apache is not handling the NTLM authentication request to the module, but we would need to see more server-side logs and a real (uncensored, unfortunately) packet capture. I could get you

Re: [Samba] mod_ntlm_winbind on Apache vs. IE6, no POST method

2005-10-03 Thread Andrew Bartlett
On Mon, 2005-10-03 at 15:34 -0600, Todd Garrison wrote: Firstly, I presume this is the version from lorikeet SVN? Correct. So, I think the issue might be that apache is not handling the NTLM authentication request to the module, but we would need to see more server-side logs and a

[Samba] mod_ntlm_winbind.. errors compiling

2005-09-02 Thread (C)ollen
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

Re: [Samba] mod_ntlm_winbind.. errors compiling

2005-09-02 Thread Andrew Bartlett
On Fri, 2005-09-02 at 14:30 +0200, (C)ollen wrote: 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/ Unfortunately this is the wrong one: Try

[Samba] mod_ntlm_winbind authentication issues

2005-03-23 Thread Nathan J. Mehl
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

Re: [Samba] mod_ntlm_winbind

2004-04-24 Thread Matthias Spork
Samba schrieb: I searched for ntml_auth apache and ntlm_auth apache and I just can't find where to download it from. Please look at the first hit: http://www.google.de/search?hl=deie=UTF-8oe=UTF-8q=mod_ntlm+apachebtnG=Suche Download: http://sourceforge.net/project/showfiles.php?group_id=4906

RE: [Samba] mod_ntlm_winbind

2004-04-24 Thread Samba
:55 AM To: Samba Cc: [EMAIL PROTECTED] Subject: Re: [Samba] mod_ntlm_winbind Samba schrieb: I searched for ntml_auth apache and ntlm_auth apache and I just can't find where to download it from. Please look at the first hit: http://www.google.de/search?hl=deie=UTF-8oe=UTF-8q=mod_ntlm+apachebtnG

RE: [Samba] mod_ntlm_winbind

2004-04-24 Thread Andrew Bartlett
On Sat, 2004-04-24 at 23:22, Samba wrote: Thank you for your help, I was hoping to find a different one from that. I was having a problem with mod_ntlm and was hoping ntlm_auth was a different mod altogether. My bad The problem, as I understand it, is that a new apache2 module for NTLMSSP,

[Samba] mod_ntlm_winbind

2004-04-23 Thread Samba
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\ /( )\ ^^-^^ [EMAIL PROTECTED] This message and

RE: [Samba] mod_ntlm_winbind

2004-04-23 Thread Samba
this is leading away from Samba but any help is appreciated !! -Original Message- From: Matthias Spork [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 11:35 AM To: Samba Cc: [EMAIL PROTECTED] Subject: Re: [Samba] mod_ntlm_winbind Samba schrieb: Is there a mod_ntlm_winbind for apache

Re: [Samba] mod_ntlm_winbind

2004-04-23 Thread Matthias Spork
Samba schrieb: 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. Yep. Please search at google for ntml_auth apache. matze -- To unsubscribe from this list go to the following URL and read the instructions: