summaryrefslogtreecommitdiffstats
path: root/install/share/krb5.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'install/share/krb5.conf.template')
-rw-r--r--install/share/krb5.conf.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/share/krb5.conf.template b/install/share/krb5.conf.template
index eda8ba6fe..f8b1a6f09 100644
--- a/install/share/krb5.conf.template
+++ b/install/share/krb5.conf.template
@@ -6,7 +6,7 @@
[libdefaults]
default_realm = $REALM
dns_lookup_realm = false
- dns_lookup_kdc = false
+ dns_lookup_kdc = true
rdns = false
ticket_lifetime = 24h
forwardable = yes
@@ -14,6 +14,7 @@
[realms]
$REALM = {
kdc = $FQDN:88
+ master_kdc = $FQDN:88
admin_server = $FQDN:749
default_domain = $DOMAIN
pkinit_anchors = FILE:/etc/ipa/ca.crt