summaryrefslogtreecommitdiffstats
path: root/src/tests/intg/config.py.m4
blob: 563127c6ea895508308a4f94689cc4e26ca4cbde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
Build configuration variables.
"""

PREFIX              = "prefix"
SYSCONFDIR          = "sysconfdir"
SSSDCONFDIR         = SYSCONFDIR + "/sssd"
CONF_PATH           = SSSDCONFDIR + "/sssd.conf"
DB_PATH             = "dbpath"
PID_PATH            = "pidpath"
PIDFILE_PATH        = PID_PATH + "/sssd.pid"
LOG_PATH            = "logpath"
MCACHE_PATH         = "mcpath"