RE: Re: [viewvc-users] User authentication when browsing subversion repositories

[email protected]
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Message-ID <14515411.17957411239835156176.JavaMail.httpd@localhost>
> > How can I do a similar thing for ViewVC?
> 
> Like this:
> 
>     ScriptAlias /viewvc  /path/to/viewvc/bin/cgi/viewvc.cgi
>     <Location /viewvc>
>       AuthType Basic
>       AuthName "Subversion repository"
>       AuthUserFile /etc/svn-auth-file
>       Require valid-user
>     </Location>
> 
> Look familiar?  :-)

This is exactly (except for the paths, of course) what I have now configured as an attempt to require authentication for our ViewVC service.  It does not work.  ViewVC displays the pages as before, wide open.

- I have restarted Apache between configuration file changes.
- I put a bogus directive in the <Location> block a proved with a start error from Apache that the configuration file is being read.
- Proceeding to the Subversion browser URL pops the user ID and password box but going to ViewVC does not.

I'm baffled that it will not work.  What more can I try to debug this issue?

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=1734423

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.