# Heimdal KDC is a Kerberos 5 Key Distribution Center server
# Issue one of these commands to enable or disable this service:
#  systemctl enable  heimdal-kdc.service
#  systemctl disable heimdal-kdc.service

KDC_ARGS=""

# Heimdal ipropd-master incremental propagation service
# Issue one of the folowing commands to enable or disable this service:
#  systemctl enable  heimdal-ipropd-master.service
#  systemctl disable heimdal-ipropd-master.service

MASTER_ARGS=""

# Heimdal ipropd-slave incremental propagation service
# Issue one of the folowing commands to enable or disable this service:
#  systemctl enable  heimdal-ipropd-slave.service
#  systemctl disable heimdal-ipropd-slave.service

SLAVE_ARGS=""
MASTER=""

# Heimdal kadmind remote administration service
# Issue one of the folowing commands to enable or disable this service:
#  systemctl enable  heimdal-kadmind.service
#  systemctl disable heimdal-kadmind.service

KADMIND_ARGS=""

# Heimdal kpasswdd allows users to change their KDC passwords
# Issue one of the folowing commands to enable or disable this service:
#  systemctl enable  heimdal-kpasswdd.service
#  systemctl disable heimdal-kpasswdd.service

KPASSWD_ARGS=""
