Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2006 21:29:36 +0200
From:      Ville =?ISO-8859-1?Q?Skytt=E4?= <scop@freebsd.org>
To:        FreeBSD-CVSweb <freebsd-cvsweb@freebsd.org>
Subject:   Re: directory seperate authentication with cvsweb
Message-ID:  <1137439776.28950.67.camel@bobcat.mine.nu>
In-Reply-To: <a04b7ddd0601151634g697116e2n188aafa474783e2a@mail.gmail.com>
References:  <a04b7ddd0601151634g697116e2n188aafa474783e2a@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2006-01-16 at 09:34 +0900, munkhbayar batkhuu wrote:

> 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.

Doesn't the normal way work?  For example:

	<Location /cgi-bin/cvsweb.cgi/a_project/>
	...
	</Location>
	<Location /cgi-bin/cvsweb.cgi/other_project/>
	...
	</Location>





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1137439776.28950.67.camel>