diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-27 22:53:06 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-28 06:39:19 +0000 |
commit | c7f6ab890e8e70f27ddc975abec58b5e0cf8d6a5 (patch) | |
tree | b052b27507ae87fa57057990406c757ce25283a6 /source4/setup | |
parent | 0bbbfa04f60b173912cedcfe08590fe43b5c2872 (diff) | |
download | samba-c7f6ab890e8e70f27ddc975abec58b5e0cf8d6a5.tar.gz samba-c7f6ab890e8e70f27ddc975abec58b5e0cf8d6a5.tar.xz samba-c7f6ab890e8e70f27ddc975abec58b5e0cf8d6a5.zip |
s4-provision: fixed the authority response for our SOA record
some clients rely on this being the hostname, not the domain
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Tue Sep 28 06:39:19 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision.zone | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/provision.zone b/source4/setup/provision.zone index 2c8195b0b5..8a609d12a8 100644 --- a/source4/setup/provision.zone +++ b/source4/setup/provision.zone @@ -2,7 +2,7 @@ ; generated by provision.pl $ORIGIN ${DNSDOMAIN}. $TTL 1W -@ IN SOA @ hostmaster ( +@ IN SOA ${HOSTNAME} hostmaster ( ${DATESTRING} ; serial 2D ; refresh 4H ; retry |