Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 68987 invoked by uid 500); 11 Mar 2003 13:54:15 -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 68925 invoked from network); 11 Mar 2003 13:54:14 -0000 Received: from ns0b.swx.com (146.109.240.235) by daedalus.apache.org with SMTP; 11 Mar 2003 13:54:14 -0000 Received: from gate0b.unix.swx.ch (gate0b [192.168.252.145]) by ns0b.swx.com (8.12.8/8.12.6) with ESMTP id h2BDsB4Z021661 for ; Tue, 11 Mar 2003 14:54:11 +0100 (MET) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0b.unix.swx.ch (8.12.6/8.12.6) with ESMTP id h2BDsA2M006950 for ; Tue, 11 Mar 2003 14:54:10 +0100 (MET) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Date: Tue, 11 Mar 2003 14:53:24 +0100 Message-ID: X-MS-Has-Attach: Importance: normal Priority: normal X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] authenticating from multiple htpasswd files thread-index: AcLnxAtPA5tXZQKwTJe6xTyewmi8tQAEPrsw From: "Boyle Owen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] authenticating from multiple htpasswd files >-----Original Message----- >From: praveen vejandla [mailto:praveen_vejandla@rediffmail.com] > >Suppose i have two passwd files. passwd1,passwd2 > >I want to control access to the directory testdir so that users in >both passwd files can access the directory.What is the directove >for this.? > >I have used authuserfile twice like in htacess file > >authuserfile passwd1 >authuserfile passwd2 > >but it authenticates only from one file.is there any way to tell >htaccess to use two passwd files? Don't think so... I suppose you have a Really Good Reason why you need two files, most people get along just fine with only one. Thinking laterally, you might set up a cronjob to concatenate the files regularly, e.g. AuthUserFile combined_passwd then in cron: * * * * * cat passwd1 passwd2 > combined_passwd Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > >Pls reply, > >Thanks®ards, >Praveen > > > > > > > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP >Server Project. >See for more info. >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org