HomeFreeBSD

kdc: Add restart option

Description

kdc: Add restart option

Add a new kdc_restart rc variable that manages kdc (or krb5kdc) under
daemon(8). This automatically restarts the kdc should it fail, i.e.
when it's configured to use LDAP as a backend and cannot connect to its
LDAP directory.

Set kdc_restart="YES" to auto restart kdc on abnormal termination.

Set kdc_restart_delay="N" to the number of seconds to delay before
restarting the kdc. The daemon(8) default seconds applies when not set.

Reported by: Lexi Winter <lexi.freebsd@le-fay.org>
PR: 278395
Differential Revision: https://reviews.freebsd.org/D44898

Details

Provenance
cyAuthored on Thu, Apr 18, 6:56 PM
Differential Revision
D44898: kdc: Add restart option
Parents
rGcae336280b0d: MFV: less: Do not trust st_size if it equals zero
Branches
Unknown
Tags
Unknown