Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15630 invoked by uid 500); 2 May 2002 10:00:08 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 15613 invoked from network); 2 May 2002 10:00:07 -0000 Received: from mozart.inet.co.th (203.150.14.100) by daedalus.apache.org with SMTP; 2 May 2002 10:00:07 -0000 Received: from ssltbivdc.com (TruPPPv92-227-78.inet.co.th [203.151.227.78]) by mozart.inet.co.th (8.9.1a/8.9.0) with ESMTP id RAA30147 for ; Thu, 2 May 2002 17:00:18 +0700 (GMT+0700) Received: from intramgr [66.2.3.41] by ssltbivdc.org [66.2.2.4] with SMTP (MDaemon.PRO.v5.0.4.R) for ; Thu, 02 May 2002 16:50:58 +0700 Message-ID: <004e01c1f1be$94759a60$29030242@ssltbivdc.org> From: "Gerard O'Reilly" To: Subject: Require a Group but exclude a User Date: Thu, 2 May 2002 16:48:57 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004B_01C1F1F9.4078E4E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-MDRemoteIP: 66.2.3.41 X-Return-Path: oreilly@ssltbivdc.com X-MDaemon-Deliver-To: users@httpd.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_004B_01C1F1F9.4078E4E0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hi, I am using htaccess and User Authentication on my Intranet. I am using Groups and Users but would like to allow access for a Group = but exclude a certain User who is a member of the group - can i do this? Example AuthName "Intranet - restricted area" AuthType Basic AuthGroupFile /etc/httpd/conf/.grouplist AuthUserFile /etc/httpd/conf/passwordfile # AuthAuthoritative off require group omt there is a user named intramgr in the group omt who I dont want to have = access. What is or is there a command for this? Many thanks Mr. Gerard O'Reilly Intranet Manager Siam Stars Ltd/ Thai-Belgium Industrial Co. Ltd 21/6 Moo 3, Soi Kayha Bangbua, Viphavadee Rangsit Road,=20 60 Talad Bangkhen, Laksi Bangkok 10210 Tel: +66 (02) 5614649 or (02) 9408750 Fax: +66 (02) 5611486 E-mail: oreilly@ssltbivdc.com ------=_NextPart_000_004B_01C1F1F9.4078E4E0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable

Hi,
I am using htaccess and User = Authentication on my=20 Intranet.
I am using Groups and Users but would = like to allow=20 access for a Group but exclude a certain User who is a member of the = group - can=20 i do this?
 
Example
<Directory=20 "/home/httpd/html/resources/omt/">
     &n= bsp; =20 AuthName "Intranet - restricted=20 area"
        AuthType=20 Basic
        AuthGroupFile=20 /etc/httpd/conf/.grouplist
        = AuthUserFile=20 /etc/httpd/conf/passwordfile
#      =20 AuthAuthoritative off
        = require=20 group omt
</Directory>
there is a user named intramgr in the = group omt who=20 I dont want to have access.  What is or is there a command for=20 this?
 
Many thanks
 
Mr. Gerard O'Reilly
Intranet = Manager
Siam=20 Stars Ltd/ Thai-Belgium Industrial Co. Ltd
21/6 Moo 3, Soi Kayha=20 Bangbua,
Viphavadee Rangsit Road,
60 Talad Bangkhen,
Laksi = Bangkok=20 10210
Tel:  +66 (02) 5614649 or (02) 9408750
Fax: +66 (02)=20 5611486
E-mail: oreilly@ssltbivdc.com
------=_NextPart_000_004B_01C1F1F9.4078E4E0--