Systemd service file to run RobinR's kerberos container via systemd and podman
/etc/sysconfig/container-kerberos
contains generic settings/etc/kerberos-secrets/
contains files for setting the:MASTER_PASS
- master password for the kerberos realmADMIN_PASS
- password for the cn=krbadm kadmin userKDC_PASS
- password for the cn=krbkdc kdc userDM_PASS
- password of the cn=Directory Manager They should not be readable by anyone but root user and it is highly recommended to remove these files after initialization of the container. This location can be altered viaSECRETS_DIR
in the/etc/sysconfig/container-kerberos
file.