From owner-freebsd-cvsweb@FreeBSD.ORG Mon Jan 16 00:34:05 2006 Return-Path: X-Original-To: freebsd-cvsweb@freebsd.org Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8A3A16A41F for ; Mon, 16 Jan 2006 00:34:05 +0000 (GMT) (envelope-from bmr333@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AD843D49 for ; Mon, 16 Jan 2006 00:34:03 +0000 (GMT) (envelope-from bmr333@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so516525uge for ; Sun, 15 Jan 2006 16:34:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dEPplPzXYPekxrbcvunebgyy9n02jI6gcviYgigUpuGcP2/50RyO4uCfhIi/mSBlVigS3EGJcHAEF69aYDtxxHz4/s8/xuyLhqhaXGiotMXiivjGAthIrjXe3e2WJOKIjK9s1PLcYx8pqH/H30JuwWoCpuW8LJUA1V0PsMkkKV4= Received: by 10.48.230.8 with SMTP id c8mr199569nfh; Sun, 15 Jan 2006 16:34:01 -0800 (PST) Received: by 10.48.204.20 with HTTP; Sun, 15 Jan 2006 16:34:01 -0800 (PST) Message-ID: Date: Mon, 16 Jan 2006 09:34:01 +0900 From: munkhbayar batkhuu To: FreeBSD-CVSweb MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: directory seperate authentication with cvsweb X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 00:34:06 -0000 hi all. How can I implement seperate authentication for each folder. For example: I have 10 directory (each are seperate projects) User A have access to directory #1, #3, #5 User B have access to directory #2, #3, #4 User C have all access ... and so on. Now implemented cvsweb with "digest" authentication on apache-2.2. Authentication is configured on "cgi-bin" directory with "" directive (which resides cvsweb.cgi) in configuration file. But this configuration gives access to all projects. Munkhbayar.B Ulaanbaatar, Mongolia.