From d4a969530dcee576aefe93b62d64f4c5cfbf8625 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 30 Jun 2009 13:52:39 +0200 Subject: [SAMBA 4 directory] Adds the complete "objectclass path" to our self-created DC object Found after some comparisons against Windows Server 2003 R2. --- source4/setup/provision_self_join.ldif | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/setup/provision_self_join.ldif') diff --git a/source4/setup/provision_self_join.ldif b/source4/setup/provision_self_join.ldif index 77a2e49865..b7ca872319 100644 --- a/source4/setup/provision_self_join.ldif +++ b/source4/setup/provision_self_join.ldif @@ -1,6 +1,10 @@ #Join the DC to itself by default dn: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN} +objectClass: top +objectClass: person +objectClass: organizationalPerson +objectClass: user objectClass: computer cn: ${NETBIOSNAME} userAccountControl: 532480 -- cgit