This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
ildus/conf/ildusd.conf
paul 7b7b4c6631 Added support for a commit hook:
* Transformed the config a bit.
  * Added Backend::Basic#commit, call commit when one or more updates are
    performed by the backend.
  * Implemented commit for the LDAPv3 backend updating the serial and
    calling an optional hook.
  * Style fixes.


git-svn-id: svn+ssh://svn.luon.net/svn/ildus/trunk@11 65a33f86-aa00-0410-91be-cd1bf5efb309
2005-11-01 15:12:51 +00:00

39 lines
682 B
Text

# Configuration file for ildusd 1.0
#
# by Paul van Tilburg <paul@luon.net>
### GENERAL
#
# Run as daemon?
daemonize: false
# User and group to run under.
user: bind
group: bind
# Port to accept connections on.
port: 9000
### FILES/PATHS
#
# Directory for logging.
logdir: /var/log/ildusd
# Pidfile to save the PID of the main daemon process to.
pidfile: /tmp/
# The password file.
passwd: /etc/ildusd/passwd
### BACKEND
#
# Backend to use and the backend's options/parameters.
backend:
type: ldap
host: ldap.somedomain.tld
base: cn=somedomain.test,ou=DNS,dc=somedomain,dc=test
user: cn=admin,ou=People,dc=somedomain,dc=test
pass: secret
domain: somedomain.tld