[us...@httpd] unsubscribe

2009-12-11 Thread Gallardo, Lisa
<> - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users-dig

RE: [EMAIL PROTECTED] Sspi login prompts - enable more than one

2008-09-23 Thread Gallardo, Lisa
-Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Or maybe this : would it be acceptable for your users to use a different hostname depending on wether they are inside or outside ? If yes, then it would be a bit easier : you could set up two Virtual Hosts (one for inside

Re: [EMAIL PROTECTED] Sspi login prompts - enable more than one

2008-09-22 Thread Gallardo, Lisa
From: André Warnier [mailto:[EMAIL PROTECTED] > Let me ask you a few questions, so that I don't start an answer that would be > totally out of context : Andre, here are my answers: > a) Just to get and idea, how many users are we talking about, and is this a > small/medium/large corporation ?

RE: [EMAIL PROTECTED] Sspi login prompts - enable more than one

2008-09-22 Thread Gallardo, Lisa
-Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 1:06 PM Subject: Re: [EMAIL PROTECTED] Sspi login prompts - enable more than one Gallardo, Lisa wrote: > I have sspi module enabled on website (windows 2003, apache 2.0) and > have g

[EMAIL PROTECTED] Sspi login prompts - enable more than one

2008-09-22 Thread Gallardo, Lisa
I have sspi module enabled on website (windows 2003, apache 2.0) and have googled to figure out how to get the login prompt to prompt at least 3 times (if incorrect password submitted) but so far only get one prompt and then error page of no access which freaks folks out. Plus, they can't go back o

RE: [EMAIL PROTECTED] SSPI second prompt

2008-09-04 Thread Gallardo, Lisa
-Original Message- From: Stephen Wellington [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 10:36 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] SSPI second prompt On 9/4/08, Gallardo, Lisa <[EMAIL PROTECTED]> wrote: > Greetings, > I am u

[EMAIL PROTECTED] RE: SSPI second prompt

2008-09-04 Thread Gallardo, Lisa
Forgot to include what I've got in my httpd.conf for MOD_AUTH_SSPI: AuthName "Intranet Users Only" AuthType SSPI SSPIAuth On SSPIAuthoritative On SSPIDomain DOMAIN require group domain\user -Original Message- Sent: Thursday, September 04, 2008 10:28 AM Subje

[EMAIL PROTECTED] SSPI second prompt

2008-09-04 Thread Gallardo, Lisa
Greetings, I am using sspi to authenticate users against active directory. When the site opens users get a login prompt but if they incorrectly enter their login information they get the Authorization Required error and can't refresh or go back to get the login again. They have to quit the browser.

[EMAIL PROTECTED] SSPI authentication allow for more than one try

2007-10-12 Thread Gallardo, Lisa
Hi, Is there a way to make it so that sspi authentication on apache 2.0 (Windows 2003 box) will let you try logging in more than once without going to authentication failure error? Currently the following setup in my virtual directory only gives users one try to input username and password and if t

RE: [EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2007-01-09 Thread Gallardo, Lisa
Hi, I'm using sspi_auth_module along with active directory for single sign on for those users already logged into our network with apache 2.x.x on Windows 2003 server. I'm not running IIS. From: Genesis X1 [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28,

[EMAIL PROTECTED] Configuring Apache 2.054 to automate authentication with Active Directory from within network

2006-10-17 Thread Gallardo, Lisa
Greetings, I've been researching the best way to have Windows Integrated Authentication using Apache2, Active Directory and either mod_auth_sspi, mod_ntlm2, or if possible using a rewrite command to bypass the username/password popup if a user is already logged into our network. At the moment, I'v

[EMAIL PROTECTED] Mass virtual hosting - mod_vhost_alias, mod_rewrite or mod_vhost_dbi?

2006-06-22 Thread Gallardo, Lisa
Hi all, I've set up Apache 2.055 with PHP5 and MySQL5 on Windows 2003. I've got LDAP working to authenticate against Active Directory. Now I'm at the stage where I need to set up virtual hosts for possibly up to 1000 users. I've been researching the best way to go about doing this and have come acr

RE: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-22 Thread Gallardo, Lisa
om a Sun package; I think I have got the right Sun package now. Do you recall details on which DLLs, and where you put them? Dan Gallardo, Lisa wrote: > Hi Dan, > I've got Windows 2003, Apache 2.0.55 and I'm using the ldap module > from > http://www.muquit.com/muq

RE: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-20 Thread Gallardo, Lisa
Hi Dan, I've got Windows 2003, Apache 2.0.55 and I'm using the ldap module from http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html version 3.07. It connects to active directory just fine. Lisa -Original Message- From: Dan Buettner [mailto:[EMAIL PROTECTED] Sent: Mond

[EMAIL PROTECTED] LDAP on Apache 2 or PHP?

2006-05-05 Thread Gallardo, Lisa
Hi, I would like to connect to active directory using ldap. I'm a bit confused about the configuration though. If I use an apache module will this allow you to connect to AD in all applications or do you have to set it up for PHP, ASP as well? So you'd have it configured in Apache for stra

[EMAIL PROTECTED] Confused about installing mod_auth_ldap on W2003, Apache2058

2006-05-02 Thread Gallardo, Lisa
Hi, I've been re-reading the following instructions http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache 2.html on installing mod_auth_ldap on our Windows 2003 server, no IIS, just Apache, PHP5 and MySQL5. This is where I get lost after downloading the following files: fro