0

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?

LiraNuna
  • 291
  • 2
  • 16

2 Answers2

0

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)

katriel
  • 4,407
  • 22
  • 20
0

Found the perfect solution! mod_authz_svn_db.

LiraNuna
  • 291
  • 2
  • 16