diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-23 15:27:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-25 12:12:53 +1000 |
commit | 53b0c44d8c0f21682220a212baa4b8a2e0f3ceae (patch) | |
tree | 482479e5b96c22518105748c79734b4f891bef0d /source4/setup | |
parent | 387cbb1c37fba6a0a18b87ced31c91d0948a0699 (diff) | |
download | samba-53b0c44d8c0f21682220a212baa4b8a2e0f3ceae.tar.gz samba-53b0c44d8c0f21682220a212baa4b8a2e0f3ceae.tar.bz2 samba-53b0c44d8c0f21682220a212baa4b8a2e0f3ceae.zip |
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
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/named.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |