In the process of moving away from flat configuration files, I'm seeking for the equivalent of AuthzSVNAccessFile directive, using SQL (MySQL preferred).

I am well aware of mod_auth_mysql, but it's for user auth only.

Any idea how I can achieve this?

link|improve this question

60% accept rate
Started a bounty so I will not get '● Tumbleweed'. – LiraNuna Sep 11 '09 at 20:50
feedback

2 Answers

mod_authz_svn only have one method of authorization, and that's with AuthzSVNAccessFile.

However, if you would like the configuration itself to be stored in an SQL server, you could combine that with a script which will generate the config file. The config file can be generated upon change or periodically with a timed job (a cronjob perhaps)

link|improve this answer
feedback
up vote 0 down vote accepted

Found the perfect solution! mod_authz_svn_db.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.