directory seperate authentication with cvsweb
Ville Skyttä
scop at freebsd.org
Mon Jan 16 11:29:45 PST 2006
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>
More information about the freebsd-cvsweb
mailing list