Re: [viewvc-dev] ViewVC 1.1
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.devel |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <[email protected]> |
Phil Pinkerton wrote:
> What is currently set:
>
> [general] -- (don't see authorizer = in this section of the conf file )
>
> root_parents = /svn/Repositories : svn
>
> [utilities]
>
> svn = /svn/bin
> diff = /usr/local/bin/diff
>
> [options] -- ( everything not listed here is default or commented out )
>
> authorizer = svnauthz
> authorizer = forbiddenre -- ( this is working perfectly )
> template_dir = /svn/src/viewvc-1.1-dev-2008328/templates
If you have authorizer= in here twice, only the second instance will "take".
You cannot have multiple authorizers in play at once. If you want
'svnauthz' to work, you have to give up 'forbiddenre'.
> * Are the names of the repositories in the svn.access file the same
> as the
> names of the roots under ViewVC?
>
>
> This may be the issue as we put nothing here it is the commented out -
> default
> #svn_roots = svn: /home/svnrepos
All repositories have names in ViewVC. If they aren't explicitly named in
svn_roots, they are implicitly named the same as their basename on disk. So
if you use:
root_parents = /opt/svn : svn
And there is a repository sitting at /opt/svn/my-repos, then that
repository's name in ViewVC is "my-repos".
> * Are you requiring all ViewVC users to provide usernames/passwords,
> where
> the usernames match those found in your svn.access file?
>
>
> Yes we modified the httpd configuration file to use LDAP for ViewVC as
> well as Subversion
> this is working very well also.
Cool.
--
C. Michael Pilato <[email protected]>
CollabNet <> www.collab.net <> Distributed Development On Demand
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH7SbWokEGqRcG/W4RAruVAKDI9lCipq7qvq7EgE1P9PBCYO3qCgCfabU/ 9MXih1qGl8oELoVKpDax2uY= =4XxL -----END PGP SIGNATURE-----