8.3. Adjusting KDC settings per realm
Adjust KDC settings for a specific Kerberos realm by modifying the /etc/krb5.conf file.
Procedure
-
Open the
/etc/krb5.conffile in a text editor. Specify any options and their desired values within the
[dbmodules]section, and in the respective Kerberos realm. In this example, you are setting thedisable_last_successvariable for the<kerberos_realm>, for example EXAMPLE.COM.[dbmodules] <kerberos_realm> = { disable_last_success = true }-
Save and close the
/etc/krb5.conffile. - Restart the KDC to load the new settings.