Re: [viewvc-users] AuthzSVNAccessFile
Jean-Yves Avenard <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <[email protected]> |
I achieve similar goal as what you are trying to do. This is the svn access: <Location /svn/projects> include etc/apache22/Includes/ldapconf AuthName "Subversion Projects Repository" DAV svn SVNPath /pool/data/svn/projects AuthzSVNAccessFile /usr/local/etc/apache22/svn-auth-file Require valid-users Satisfy All </Location> <Location /wsvn/projects> include etc/apache22/Includes/ldapconf AuthName "Subversion Projects Repository" SVNPath /pool/data/svn/projects AuthzSVNAccessFile /usr/local/etc/apache22/svn-auth-file Require valid-users </Location> And I use the ViewVC with: authzfile = /usr/local/etc/apache22/svn-auth-file Works perfectly, ViewVC only shows directories the user is entitled to see ; but if trying to access a PATH they do not have access to, Apache configuration blocks them before they even reach viewvc JY ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2676294 To unsubscribe from this discussion, e-mail: [[email protected]].