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.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/setup/provision.ldif') diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index 88c157b052..5a5e792ec5 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -615,7 +615,7 @@ operatingSystemVersion: 4.0 dNSHostName: ${DNSNAME} objectCategory: CN=Computer,CN=Schema,CN=Configuration,${BASEDN} isCriticalSystemObject: TRUE -unicodePwd: ${JOINPASS} +unicodePwd: ${MACHINEPASS} servicePrincipalName: HOST/${DNSNAME} servicePrincipalName: HOST/${NETBIOSNAME} msDS-KeyVersionNumber: 1 @@ -653,7 +653,7 @@ sAMAccountType: 805306368 servicePrincipalName: kadmin/changepw objectCategory: CN=Person,CN=Schema,CN=Configuration,${BASEDN} isCriticalSystemObject: TRUE -unicodePwd: ${RANDPASS} +unicodePwd: ${KRBTGTPASS} dn: CN=Domain Computers,CN=Users,${BASEDN} objectClass: top -- cgit