diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-01-24 11:26:21 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-01-24 11:26:21 +1100 |
commit | 08f94e2754a95b50fc421c18a07401d4fd141941 (patch) | |
tree | df9d14d7c3c33f65751fad443d3e370bec6c278d /source4/setup | |
parent | 7af1c83e45e506568667ef8e25912fa0530103cd (diff) | |
download | samba-08f94e2754a95b50fc421c18a07401d4fd141941.tar.gz samba-08f94e2754a95b50fc421c18a07401d4fd141941.tar.bz2 samba-08f94e2754a95b50fc421c18a07401d4fd141941.zip |
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
(This used to be commit f65e5c164476b80468aa19452b108db17c642f8b)
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/secrets_dc.ldif | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/setup/secrets_dc.ldif b/source4/setup/secrets_dc.ldif index 64469352bb..71c7fc2f5b 100644 --- a/source4/setup/secrets_dc.ldif +++ b/source4/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} |