# Configuration file for ildusd 1.0 # # by Paul van Tilburg ### 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: /var/run/ildusd/ildusd.pid ### BACKENDS # # Backend to use for accessing the domain database. domain: 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 name: somedomain.tld # Backend to use for the account database. account: type: htaccess file: /etc/ildus/passwd