RE: [EMAIL PROTECTED] Complex authentication problem with LDAP and Apache 2.2.3

2008-03-28 Thread Zembower, Kevin
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Thursday, March 27, 2008 2:23 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Complex authentication problem with LDAP and Apache 2.2.3 On Thu, Mar 27, 2008 at 2:14 PM, Zembower, Kevin &l

[EMAIL PROTECTED] Complex authentication problem with LDAP and Apache 2.2.3

2008-03-27 Thread Zembower, Kevin
I'm having a problem with a complex (to me, at least) authentication scheme using OpenLDAP and Apache 2.2.3 and I'm hoping for some advice or suggestions. I'm trying to set up an intranet server so that all personnel on desktop computers within our LAN can access the main areas without authorizati

RE: [EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread Zembower, Kevin
Maybe I'm missing something here, but ... If neither PersonalSite nor ProfessionalSite contain any links to the other, and if they both contain an 'index.html' file to suppress automatic index generation, then users won't be able to browse from one site to the other. Am I missing something?

RE: [EMAIL PROTECTED] How to handle nested authorization requirements?

2007-03-08 Thread Zembower, Kevin
before the 'require valid-user'. Thanks, again. -Kevin -Original Message- From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 1:50 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to handle nested authorization requirements? Zembower

[EMAIL PROTECTED] How to handle nested authorization requirements?

2007-03-08 Thread Zembower, Kevin
I'm having trouble with a 'nested' authorization requirement. Here's part of my httpd.conf file: cn2:/etc/apache# egrep -v '^[[:space:]]*#|^[[:space:]]*$' httpd.conf NameVirtualHost * ServerName centernet.jhuccp.org DocumentRoot /var/www/centernet/htdocs AuthType Basic

[EMAIL PROTECTED] SOLVED: [EMAIL PROTECTED] Help with rewrite for errors?

2006-10-05 Thread Zembower, Kevin
teRule ^/.*$ http://db.jhuccp.org/ics-wpd/popweb/basic.html [R,L] Thanks, again, for being here if needed. -Kevin -Original Message- From: Zembower, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 3:20 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Help wit

[EMAIL PROTECTED] Help with rewrite for errors?

2006-10-05 Thread Zembower, Kevin
I have a number of documents in HTML files like this: www.popline.org/docs/0784/045796.html www.popline.org/docs/0429/209471.html www.popline.org/docs/0003/690206.html In most of these records, the link is broken (as it is in these three examples). This is a result of old files still in Google.

[EMAIL PROTECTED] Suggestions for authorization on intranet?

2006-06-22 Thread Zembower, Kevin
I’m trying to set up an authorization system using Apache for an internal web site. I’m having a tough time doing it and staying within the constraints that I have. I’m hoping someone here has done this before and can offer me some suggestions or advice.   On our organization’s internal i

[EMAIL PROTECTED] Getting a literal question mark in substitution string of mod_rewrite?

2006-06-16 Thread Zembower, Kevin
I suspect that this must be a FAQ, but I searched for an hour in Google, and this list's archives, but didn't find an answer. Please point it out to me if I missed it. I want to put a literal '?' in the substitution string of a mod_rewrite rule. Here's what I have so far: RewriteRule ^/docs/([

RE: [EMAIL PROTECTED] Authorization by external program?

2006-05-08 Thread Zembower, Kevin
Sent: Monday, May 08, 2006 1:26 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Authorization by external program? On 5/8/06, Zembower, Kevin <[EMAIL PROTECTED]> wrote: > I'm trying to set up our organization's intranet to allow or deny based > on the username tha

[EMAIL PROTECTED] Authorization by external program?

2006-05-08 Thread Zembower, Kevin
I'm trying to set up our organization's intranet to allow or deny based on the username that the user logged into our LAN with. For a variety of reasons, I can't use LDAP. I have a php script that, with the activation of an ActiveX control on our organization's standard IE browser, does allow Apach