From 51d2ae6e8d59e2f3160d725e3a225f89d2dff8b2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 9 Oct 2005 22:19:20 +0000 Subject: r10855: Put the domain SID in secrets.ldb by default, and add http as a default SPN alias. Andrew Bartlett (This used to be commit e4fe5802dae544f4dabf0c6d04a55be1144d8820) --- source4/setup/provision.ldif | 2 +- source4/setup/secrets.ldif | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index b2d0848946..8c336b8303 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -334,7 +334,7 @@ uSNCreated: ${USN} uSNChanged: ${USN} showInAdvancedViewOnly: TRUE objectCategory: CN=NTDS-Service,CN=Schema,CN=Configuration,${BASEDN} -sPNMappings: host=ldap,dns,cifs +sPNMappings: host=ldap,dns,cifs,http ############################### diff --git a/source4/setup/secrets.ldif b/source4/setup/secrets.ldif index 417d86de26..9ba095290e 100644 --- a/source4/setup/secrets.ldif +++ b/source4/setup/secrets.ldif @@ -34,3 +34,4 @@ sAMAccountName: ${NETBIOSNAME}$ whenCreated: ${LDAPTIME} whenChanged: ${LDAPTIME} msDS-KeyVersionNumber: 1 +objectSid: ${DOMAINSID} -- cgit