Does KDC service need the [realms] section in its configuration file?

Adam Lewenberg <[email protected]> Thu, 10 May 2018 07:39:36 -0700
Newsgroups gmane.comp.encryption.kerberos.heimdal.general
Message-ID <[email protected]>
On a Heimdal KDC server for the stanford.edu domain we start the KDC 
service using the --config-file option and point to the file 
/etc/heimdal-kdc/kdc.conf. This file is different than /etc/krb5.conf, 
for example, it contains some different log settings.

In the file /etc/heimdal-kdc/kdc.conf we have this section:

[realms]
     stanford.edu = {
         kdc            = kdc-master-dev.stanford.edu
         master_kdc     = kdc-master-dev.stanford.edu
         admin_server   = kdc-master-dev.stanford.edu
         kpasswd_server = kdc-master-dev.stanford.edu
         default_domain = stanford.edu
         kadmind_port   = 749
     }


Since the KDC service's realm is stanford.edu, is the KDC even using 
those settings? If so, how?

Adam Lewenberg