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

Kerberos + basic auth with Apache (path based)

From: Daniel Klaffenbach <danielklaffenbach_at_gmail.com>
Date: Wed, 8 Apr 2009 13:40:28 +0200

I am running Scientific Linux 5.2 with subversion 1.4.2 and apache
2.2.3. The subversion repositories reside in /var/www/svn and are
being served with mod_dav_svn.

The users should be authenticated with Kerberos. If Kerberos fails, I
want subversion to check the REPONAME/conf/authz and passwd file for
manually added users. Since we are going to have ~200 repositories I
cannot keep all the users in one authz file.

How do I have to set up apache to parse all the authz files in the
different repositories?

The Kerberos part kind of works with
AuthzSVNAccessFile /var/www/svn_authz
but obviously I cannot keep all the user information in there. Users
should also be able to add non-Kerberos users and configure access for
krb and non-krb users.

Any ideas?

Thanks,
Daniel

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1595200

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-08 13:47:00 CEST

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.