[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-537-gf65e5c1

Andrew Bartlett abartlet at samba.org
Thu Jan 24 00:26:59 GMT 2008


The branch, v4-0-test has been updated
       via  f65e5c164476b80468aa19452b108db17c642f8b (commit)
      from  f93bd899f1402a9d89f55d5dca67318a60f5a72b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit f65e5c164476b80468aa19452b108db17c642f8b
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Jan 24 11:26:21 2008 +1100

    Remove useless subs from the ejs provision
    
    The less things we manually place into the templates, the easier the
    conversion to python will be.
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 source/scripting/libjs/provision.js |    3 ---
 source/setup/secrets_dc.ldif        |    6 ------
 2 files changed, 0 insertions(+), 9 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/scripting/libjs/provision.js b/source/scripting/libjs/provision.js
index 0cca49d..175a178 100644
--- a/source/scripting/libjs/provision.js
+++ b/source/scripting/libjs/provision.js
@@ -969,9 +969,6 @@ function provision_guess()
 	subobj.ADMINPASS    = randpass(12);
 	subobj.LDAPMANAGERPASS     = randpass(12);
 	subobj.DEFAULTSITE  = "Default-First-Site-Name";
-	subobj.NEWGUID      = randguid;
-	subobj.NTTIME       = nttime;
-	subobj.LDAPTIME     = ldaptime;
 	subobj.DATESTRING   = datestring;
 	subobj.ROOT         = findnss(nss.getpwnam, "root");
 	subobj.NOBODY       = findnss(nss.getpwnam, "nobody");
diff --git a/source/setup/secrets_dc.ldif b/source/setup/secrets_dc.ldif
index 6446935..71c7fc2 100644
--- a/source/setup/secrets_dc.ldif
+++ b/source/setup/secrets_dc.ldif
@@ -7,8 +7,6 @@ realm: ${REALM}
 secret:: ${MACHINEPASS_B64}
 secureChannelType: 6
 sAMAccountName: ${NETBIOSNAME}$
-whenCreated: ${LDAPTIME}
-whenChanged: ${LDAPTIME}
 msDS-KeyVersionNumber: 1
 objectSid: ${DOMAINSID}
 privateKeytab: ${SECRETS_KEYTAB}
@@ -22,8 +20,6 @@ objectClass: kerberosSecret
 flatname: ${DOMAIN}
 realm: ${REALM}
 sAMAccountName: krbtgt
-whenCreated: ${LDAPTIME}
-whenChanged: ${LDAPTIME}
 objectSid: ${DOMAINSID}
 servicePrincipalName: kadmin/changepw
 krb5Keytab: HDB:ldb:${SAM_LDB}:
@@ -36,8 +32,6 @@ objectClass: top
 objectClass: secret
 objectClass: kerberosSecret
 realm: ${REALM}
-whenCreated: ${LDAPTIME}
-whenChanged: ${LDAPTIME}
 servicePrincipalName: DNS/${DNSDOMAIN}
 privateKeytab: ${DNS_KEYTAB}
 secret:: ${DNSPASS_B64}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list