On 5/6/05, Blink Eye <blinkeye@gmx.ch> wrote:
> there's an issue if you want to restrict access to some repos via
> multiviews, namely if you access your repo via https no
> username/password is needed.
>
> configuration:
>
> activate multiview to access your repos via
> http://servername/wsvn/reposname
>
> apache2:
> <Location /wsvn/reposname/>
> AuthType Basic
> AuthUserFile /usr/local/apache/passwd/passwords
> AuthName "someuser"
> Require valid-user
> Require user someuser
> </Location>
>
> now, the authentication is passed by if accessing reposname via
> https://servername/wsvn/reposname
>
You also need to define the acces for the https server. for debian it
is in /etc/apache2/sites-enabled/ssl.
Dirk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 19:29:38 2005