search for: mod_ntlm

Displaying 10 results from an estimated 10 matches for "mod_ntlm".

2000 Jun 23
3
Samba, Apache, & NT
I am in need of authenticating a webpage hosted by Apache to an NT domain. Apache is on a linux system running Samba 2.0.6. Is there anything that allows Apache to communicate with Samba for authentication purposes? Ben
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 cover...
2006 Oct 20
2
Rails & IIS
There are several sites I''ve found on the web detailing how to setup IIS with Rails. Unfortunately they all seem to be woefully out of date. I believe they may all even be pre Rails 1.0. Can single sign on via Active Directory Services be accomplished through mod_NTLM for Apache, so users won''t have ot log into the intranet site after already having logged into their machine? If it is possible then I may not need to use IIS, as I know mod_NTLM makes the AUTH_USER available as a server environment variable similar to the way in which IIS does. Does any...
2005 Dec 07
2
NTLM and Samba domain - problem with (non-local) logons.
...e to a ntlm-protected resource if and only if I login from the same machine the site is running on. If I try to access the ntlm-protected page from a different computer I get the Basic auth prompt. Things that do not work: 1. NTLM on Apache in the Linux environment No matter whether I try to use mod_ntlm (both original and patched) or Apache2::AuthenNTLM I can't force it to work properly with the MSIE on domain accounts. 2. Remote authentication with mod_auth_sspi If I try to login remotely to a ntlm-protected area I get the basic authentication window. Does anyone know what could be the rea...
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,"&quo...
2005 Aug 29
2
Samba+MySQL+Apache Authentication = possible?
Good evening, I don't know if this is the right place to ask... but I gotta start somewhere.. I have Samba setup as a PDC for my domain using the MySQL passdb backend for authentication. I would also like to use other components such as mod_auth_mysql for apache authentication. Is there a way that it can use one of the 2 password fields from the samba MySQL table (nt_pw or lm_pw) in
2005 Aug 11
0
kerberos_kinit_password host/SUNDEV@LEXI.COM.MX failed: Client not found in Kerberos database
...IED -------------------------------------------- I've configured smb.conf with this data: ------------------- [global] # general options workgroup = LEXI2K netbios name = SUNDEV # winbindd configuration # default winbind separator is \, which is good if you # use mod_ntlm since that is the character it uses. # users only need to know the one syntax # winbind separator = + # idmap uid and idmap gid are aliases for # winbind uid and winbid gid, respectively idmap uid = 10000-20000 idmap gid = 10000-20000 winbind enum users = yes winbin...
2006 Feb 14
4
SSO with IIS?
I have a customer that I''m developing a solution for on RoR. They have IIS today and use Sharepoint for their intranet. Is it possible to have some kind of single sign-on between these systems? So when a user is logged in to ther Sharepoint she will also be logged in to my rails-app? We haven''t decided yet on what to deploy rails on so I''m open to suggestions... If we
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...
2007 Jan 27
4
Xapian vs Lucene
Hello, It's probably quite troll-risky to put a title like this, but did anyone take the trouble to compare Lucene to Xapian and make a list of differences? As I told the list at the end of last year, I'm going to have to integrate an indexing/search engine in the coming weeks or months. It will be integrated to Dokeos, an open-source e-learning application in PHP, and at the moment we