[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

howto configure modauthkerb authorization for subversion?

From: Anders Lennartsson <anders.lennartsson_at_foi.se>
Date: 2005-11-26 19:11:50 CET

I have modauthkerb working nicely with a kerberos 5 realm and a config like this

<Directory>
        AuthType Kerberos
        AuthName ...
        ...
</Directory>

How do I configure modauthkerb to be used for svn repositories, which
are specified with a <Location> directive like
<Location /svn>
        DAV svn
        SVNParentPath /var/lib/svn
...
</Location>

With svn 1.2.3 on Debian/Sarge I only aim for basic authentication
over ssl/tls at this stage.

Anders

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 26 20:16:32 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.