Frage

I want to do authentication for my SVN server through Apache Web Server by mod_dav_svn. Authentication users I want to use MySql since later I want to extend other functions later on.

I've follow this instruction and it's working out correctly and perfect for me SVN Authentication using MySQL

But what happen since I want to define group of user with read-only and other groups read-write permission.

I'm out of ideas so please help me :) .

PS: AuthzSVNAccessFile dynamic editing would take too much of effort :'(

War es hilfreich?

Lösung

From what I have read if you are going to use the open source subversion server, your options are limited to modifying the access file as you were hesitant to do.

The issue is mentioned here, although in regards to LDAP auth: https://serverfault.com/questions/188023/webinterface-for-configuring-svn-access-in-mod-dav-svn

My advice is to set up a cron job to automatically generate the auth file on a regular interval.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top