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

42 lines
745 B
Plaintext

# 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: /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