From a3c7f79931098de0dca05ecee926c7ce97135878 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jul 2005 07:10:52 +0000 Subject: r8158: - use the timestring for the serial number of the bind zone file - add --krbtgtpass and --machinepass options, with them you can easy set them to default values for testing so that you don't need to setup a new keytab file when you rerun provision.pl metze (This used to be commit cfb72455970c182aaba67bf9cf9775a854f143ff) --- source4/setup/provision.zone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/setup/provision.zone') diff --git a/source4/setup/provision.zone b/source4/setup/provision.zone index c79660869c..cde4caf092 100644 --- a/source4/setup/provision.zone +++ b/source4/setup/provision.zone @@ -2,7 +2,7 @@ $ORIGIN ${DNSDOMAIN}. $TTL 1W @ IN SOA @ hostmaster ( - 42 ; serial (d. adams) + ${TIMESTRING} ; serial 2D ; refresh 4H ; retry 6W ; expiry -- cgit