Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 62284 invoked from network); 30 Jul 2009 19:50:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jul 2009 19:50:07 -0000 Received: (qmail 26796 invoked by uid 500); 30 Jul 2009 19:50:04 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 26735 invoked by uid 500); 30 Jul 2009 19:50:04 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 26726 invoked by uid 99); 30 Jul 2009 19:50:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2009 19:50:04 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sbrady@memolinkcorp.com designates 68.142.135.161 as permitted sender) Received: from [68.142.135.161] (HELO memolinkcorp.com) (68.142.135.161) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2009 19:49:54 +0000 Received: from memoexch01.memoland.lan ([209.120.212.21]) by memolinkcorp.com with MailEnable ESMTP; Thu, 30 Jul 2009 13:52:57 -0600 Received: from memoexch01.memoland.lan ([fe80::1471:60cc:618e:c4a5]) by memoexch01.memoland.lan ([fe80::1471:60cc:618e:c4a5%10]) with mapi; Thu, 30 Jul 2009 13:49:49 -0600 From: Scott Brady To: "users@httpd.apache.org" Date: Thu, 30 Jul 2009 13:49:47 -0600 Thread-Topic: Don't require authentication on a subfolder Thread-Index: AcoRTuS+MsSRiDzXTv6ReEgP7QrXaA== Message-ID: <98B22390C3C8E44EB51FDCE0064457EA0D07F48CC8@memoexch01.memoland.lan> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US x-tm-as-product-ver: SMEX-8.0.0.4125-5.600.1016-16794.004 x-tm-as-result: No--47.902400-5.000000-31 x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No Content-Type: multipart/alternative; boundary="_000_98B22390C3C8E44EB51FDCE0064457EA0D07F48CC8memoexch01mem_" MIME-Version: 1.0 X-ME-Bayesian: 40.000000 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Don't require authentication on a subfolder --_000_98B22390C3C8E44EB51FDCE0064457EA0D07F48CC8memoexch01mem_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm trying to find a way to require authentication (using mod_auth_sspi) o= n an entire website except for one specific folder, which I want freely acc= essible. However, I've been having issues getting that to work. I've tried = setting SSPIAuth Off on the subfolder, but that didn't work. Is there somet= hing I'm missing? Here's the relevant part of my vhosts file entry for that site: AuthName "Enter your login" AuthType SSPI SSPIAuth On SSPIAuthoritative Off SSPIDomain mydomain.lan SSPIOfferBasic On Require valid-user # This is the folder I want freely accessible SSPIAuth Off Thanks! ----------------------------------- Scott Brady Lead Application Developer Memolink, Inc. --_000_98B22390C3C8E44EB51FDCE0064457EA0D07F48CC8memoexch01mem_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I'm trying to find a way to require authentication (us= ing mod_auth_sspi)  on an entire website except for one specific folder, w= hich I want freely accessible. However, I've been having issues getting that to work. I've tried setting SSPIAuth Off on the subfolder, but that didn't wor= k. Is there something I'm missing?

 

Here’s the relevant part of my vhosts file entry= for that site:

         =        <Directory / >

         =             &nb= sp;          AuthName "Enter your login"

         =              &n= bsp;         AuthType SSPI

         =             &nb= sp;          SSPIAuth On

         =             &nb= sp;          SSPIAuthoritative Off

         =             &nb= sp;          SSPIDomain mydomain.lan

         =             &nb= sp;          SSPIOfferBasic On

         =             &nb= sp;          Require valid-user

         =        </Directory>

# This is the folder I want freely accessible

         =        <Directory /mySubFolder/ >

         =             &nb= sp;          SSPIAuth Off

         =        </Directory>

 

Thanks!

-----------------------------------

Scott Brady

Lead Application Developer

Memolink, Inc.

 

--_000_98B22390C3C8E44EB51FDCE0064457EA0D07F48CC8memoexch01mem_--