whitespace bump for pip re-install
1 file changed
tree: 65df17a65d1251d41b4245d0db74d2d125424177
  1. .gitignore
  2. authz.py
  3. gen.py
  4. LICENSE
  5. pipservice-svnauthz.service
  6. README.md
  7. requirements.txt
  8. svnauthz.yaml
  9. svnauthz.yaml.sample
README.md

Daemon to maintain authz files for Apache Subversion

This daemon uses pubsub to watch for template/defition changes for authz files, and also watches for LDAP group changes to fill into the template(s).

This uses the ASF's “pipservice” Puppet class to operate/configure the daemon.

Encrypted vars used in Custom YAML templating are handled by the subversion_server module as opposed to the pipservice module's ‘custom_yaml_template’ option.

Runs as ‘www-data’.

more tbd