Author: abartlet Date: 2005-10-09 22:19:20 +0000 (Sun, 09 Oct 2005) New Revision: 10855
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10855 Log: Put the domain SID in secrets.ldb by default, and add http as a default SPN alias. Andrew Bartlett Modified: branches/SAMBA_4_0/source/setup/provision.ldif branches/SAMBA_4_0/source/setup/secrets.ldif Changeset: Modified: branches/SAMBA_4_0/source/setup/provision.ldif =================================================================== --- branches/SAMBA_4_0/source/setup/provision.ldif 2005-10-09 21:30:41 UTC (rev 10854) +++ branches/SAMBA_4_0/source/setup/provision.ldif 2005-10-09 22:19:20 UTC (rev 10855) @@ -334,7 +334,7 @@ uSNChanged: ${USN} showInAdvancedViewOnly: TRUE objectCategory: CN=NTDS-Service,CN=Schema,CN=Configuration,${BASEDN} -sPNMappings: host=ldap,dns,cifs +sPNMappings: host=ldap,dns,cifs,http ############################### Modified: branches/SAMBA_4_0/source/setup/secrets.ldif =================================================================== --- branches/SAMBA_4_0/source/setup/secrets.ldif 2005-10-09 21:30:41 UTC (rev 10854) +++ branches/SAMBA_4_0/source/setup/secrets.ldif 2005-10-09 22:19:20 UTC (rev 10855) @@ -34,3 +34,4 @@ whenCreated: ${LDAPTIME} whenChanged: ${LDAPTIME} msDS-KeyVersionNumber: 1 +objectSid: ${DOMAINSID}
