svn commit: samba r4046 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Thu Dec 2 18:32:48 GMT 2004


Author: metze
Date: 2004-12-02 18:32:48 +0000 (Thu, 02 Dec 2004)
New Revision: 4046

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4046

Log:
add more servicePrincipalName's for the dc account

metze

Modified:
   branches/SAMBA_4_0/source/provision.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/provision.ldif
===================================================================
--- branches/SAMBA_4_0/source/provision.ldif	2004-12-02 18:27:08 UTC (rev 4045)
+++ branches/SAMBA_4_0/source/provision.ldif	2004-12-02 18:32:48 UTC (rev 4046)
@@ -482,6 +482,11 @@
 isCriticalSystemObject: TRUE
 unicodePwd: ${RANDPASS}
 servicePrincipalName: HOST/${DNSNAME}
+servicePrincipalName: HOST/${NETBIOSNAME}
+servicePrincipalName: CIFS/${DNSNAME}
+servicePrincipalName: CIFS/${NETBIOSNAME}
+servicePrincipalName: LDAP/${DNSNAME}
+servicePrincipalName: LDAP/${NETBIOSNAME}
 
 dn: CN=krbtgt,CN=Users,${BASEDN}
 objectClass: top



More information about the samba-cvs mailing list