Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: directory seperate authentication with cvsweb



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>