summaryrefslogtreecommitdiff
path: root/source4/setup/provision.ldif
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-07-05 07:10:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:15 -0500
commita3c7f79931098de0dca05ecee926c7ce97135878 (patch)
treec0d5a4f13cb784218f54a9f8317a0955349357da /source4/setup/provision.ldif
parent53067ce37fc6056961768411062414e9074da2ab (diff)
downloadsamba-a3c7f79931098de0dca05ecee926c7ce97135878.tar.gz
samba-a3c7f79931098de0dca05ecee926c7ce97135878.tar.bz2
samba-a3c7f79931098de0dca05ecee926c7ce97135878.zip
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)
Diffstat (limited to 'source4/setup/provision.ldif')
-rw-r--r--source4/setup/provision.ldif4
1 files changed, 2 insertions, 2 deletions
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