From 53b0c44d8c0f21682220a212baa4b8a2e0f3ceae Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 May 2011 15:27:50 +1000 Subject: s4-provision Use correct tkey-gssapi-credential We changed to ${DNSNAME} (the fully qualified domain name) a while back, and while it's usually functionally idential to the previous setting, this breaks down if there is more than one DNS server. Andrew Bartlett --- source4/setup/named.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup/named.txt') diff --git a/source4/setup/named.txt b/source4/setup/named.txt index c1e6b3a9ee..97de69d8eb 100644 --- a/source4/setup/named.txt +++ b/source4/setup/named.txt @@ -5,7 +5,7 @@ # - Insert the following lines into the options {} section of your named.conf # file: -tkey-gssapi-credential "DNS/${DNSDOMAIN}"; +tkey-gssapi-credential "DNS/${DNSNAME}"; tkey-domain "${REALM}"; # - Modify BIND init scripts to pass the location of the generated keytab file. -- cgit