similar to: NTLM and Samba domain - problem with (non-local) logons.

Displaying 20 results from an estimated 500 matches similar to: "NTLM and Samba domain - problem with (non-local) logons."

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 the Electronic Communications Privacy Act, 18 U.S.C. ?? 2510-2521, and
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 popping up, and then only if I enter my
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
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 submit any forms with a POST method on a website protected with
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),
2004 Sep 25
2
Concerned about Dovecot's new NTLM code
I'm pleased to see another project increasing compatibility with windows clients, by the addition of NTLM login support, but I'm a bit worried about a few implementation details, and hope to offer an alternate approach. I mean no disrespect to those who have implemented to the code so far, but I feel that the idea of 'everybody re-implement NTLM' is prone to failure. Firstly, to
2006 Mar 19
2
Dovecot, LDAP and something akin to Postfix' "table search order" from virtual deliver.
Hi. /* The short version. */ Is there a way to mimic Postfix' "table search order" in Dovecot's LDAP configuration of pass_filter/user_filter? /* Here goes the detailed description :) */ Just to quote the http://www.postfix.org/virtual.8.html: --- TABLE SEARCH ORDER (...) The search order is as follows. The search stops upon the first successful lookup. (...)
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 i started with the mod_ntlm2 witch actualy works,
2006 May 17
13
Using NTLM for S.S.O. in Rails
Greetings all, To all the good souls that happen to know NTLM and Rails.... Short version: -------------- - I''m looking for server code to extract credentials through NTLM dialog with the client (IE) - I found nothing usable/useful (as they both implement the client side code) in - rubyntlm on rubyforge - lib ntlm-ruby by Jonathan Bastien-Filiatrau LONG version:
2006 May 10
2
hard_breaks
Dear Dressers of RedCloth, I have a question: text = "Foo\nBar\n\nBaz" RedCloth.new(text, [ :hard_breaks ]).to_html # => "<p>Foo<br />Bar<br />\nBaz</p>" Shouldn''t that really be "<p>Foo<br />Bar</p><p>Baz</p>"? So long, -- Christoffer Sawicki
2006 Sep 26
4
squares instead of font characters since wine-0.9.13
do you know why when running wine-0.9.13 and all later versions of wine, finale displays squares instead of font characters and when running wine 0.9.12 everything displays ok? I have checked with wine versions that I have compiled from source on mandrake 10.0. The wine directory was left without any changes. thanks Piotr -------------- next part -------------- An HTML attachment was
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
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 freebsd ports Windows 2000 Server SP4 clientside: Windows XP SP2
2006 Oct 31
1
Re: Ugly menu/dialog font of applications, using debian
> Message: 5 > Date: Mon, 30 Oct 2006 13:46:57 +0100 > From: Jens Gulden <mail@jensgulden.de> > Subject: Re: [Wine] Ugly menu/dialog font of applications, using > debian sarge and wine 0.9.8 and 0.9.22 > To: wine-users@winehq.org > Message-ID: <4545F441.4080606@jensgulden.de> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hallo Wolfram,
2006 Jul 02
4
2 bugs when parsing emphasized or bold text
I''ve found 2 bugs that produce (imho) incorrect rendering results: 1) The regexp for strong (*) and bold (**) is greedy, which produces very strange results. The simplest way to show the problem is to give an example. This is the original code: ===== Strong: Lets do a little test *t* this should not be strong *u*. Bold: Lets do another test **t** this should not be bold **u**. =====
2001 Oct 11
0
NTLM HTTP Authentication - distinguishing between win9x and NT and 2000
Hello, I am trying to get the mod_ntlm Apache module running. I have been playing with the code and find that I cannot distinguish between a IE browser running on win98 and one running on Windows 2000. My Apache server is running on red hat 7.1 x86. The code does the following to distinguish: if ((strcmp(ntlmssp->host,"")==0) &&
2006 Feb 25
1
Basic setup password problems
I have been playing with this for 5 hours and am at the "cool down stage" and asking for help. I finally came across the following site: http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/FastStart.html#anon-example Following their example, I stripped down my smb.conf file to the following: #Global parameters [global] workgroup = chophome netbios name = chopmain security =
2006 Jul 11
2
wine upgrade causes finale font display problem
Hi, I use open suse 10.0. With the same configuration of $HOME/.wine folder but different wine versions I got two small screenshots of finale 2003a that show the font display failure. This is the correct display of all fonts in finale: http://www.piotr.art.pl/finale_jad_wine.png - this is a screnshot made with wine version from suse jacklab repository from:
2006 Oct 10
0
Combining mod_auth_winbind with other authorization modules
I'm trying to use the mod_auth_winbind module from lorikeet SVN to control access to an Apache 2.2.3 server. Samba is 3.0.23b supplied with Mandriva 2007 and is configured is a member of a w2k3 AD domain. The Apache users are using IE on W2k or XP domain member clients. Samba and winbind are working as expected, and if I just use the mod_auth_winbind module to authenticate the users
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. Can anyone point me into what I might be doing wrong or may