kdc = ldap.example.local
realm = EXAMPLE.LOCAL


LDAP KERBEROS CLIENT

Edit authconfig configuration detailed in the RHCSA section https://sysadminplayfield.github.io/rhcsa/centos7/2020/02/20/rhcsa-17-sssd.html

Enable Kerberos authenrication method:

# authconfig --enablekrb5 --krb5kdc=ldap.example.local --krb5realm=EXAMPLE.LOCAL --update