mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
17 lines
318 B
Text
17 lines
318 B
Text
# Do we start the KDC?
|
|
KDC_ENABLED=yes
|
|
KDC_PARAMS=""
|
|
|
|
# the kpasswdd?
|
|
KPASSWDD_ENABLED=yes
|
|
KPASSWDD_PARAMS=""
|
|
|
|
# kprop master?
|
|
MASTER_ENABLED=no
|
|
|
|
# How about the kprop slave?
|
|
SLAVE_ENABLED=no
|
|
|
|
# Add at least your master server name here when using iprop-replication
|
|
# otherwise it would fail silently.
|
|
SLAVE_PARAMS=""
|