OF: using python-ldap3
1 file changed
tree: 2d6affc5c7f42113c8109888ed4991aaadf86483
  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.

more tbd