On Tue, 2008-09-23 at 20:56 -0700, Andrew Bartlett wrote:
> On Tue, 2008-09-23 at 14:33 -0700, Hongwei Sun wrote:
> > Andrew,
> >
> > The product team is analyzing the network trace for trusted domain
> > join problem. We have several questions regarding the test.
> >
> > (1) What was the exact error message and when did it show ? Did you
> > see message (" Unable to read the functional level of the specified
> > forest." & "The directory datatype cannot be converted to/from a
> > native DS datatype") displayed from "Active Directory Trust and
> > Domain" ?
>
> We got both - the first we we don't set magic values in the rootdse to
> pretend we are windows 2008, the second when we fake that much up. Patch (against GIT eba7f1032d79fe5dcbc1902e3af1087399f67a5a) for magic values attached. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Red Hat Inc. http://redhat.com
diff --git a/source4/setup/provision_rootdse_add.ldif b/source4/setup/provision_rootdse_add.ldif
index 14e0d71..dd1ab86 100644
--- a/source4/setup/provision_rootdse_add.ldif
+++ b/source4/setup/provision_rootdse_add.ldif
@@ -12,6 +12,12 @@ ldapServiceName: ${DNSDOMAIN}:[EMAIL PROTECTED]
serverName: ${SERVERDN}
domainFunctionality: 0
forestFunctionality: 0
-domainControllerFunctionality: 2
+domainControllerFunctionality: 3
isSynchronized: FALSE
vendorName: Samba Team (http://samba.org)
+supportedCapabilities: 1.2.840.113556.1.4.800
+supportedCapabilities: 1.2.840.113556.1.4.1670
+supportedCapabilities: 1.2.840.113556.1.4.1791
+supportedCapabilities: 1.2.840.113556.1.4.1935
+isSynchronized: TRUE
+isGlobalCatalogReady: TRUE
signature.asc
Description: This is a digitally signed message part
_______________________________________________ cifs-protocol mailing list [email protected] https://lists.samba.org/mailman/listinfo/cifs-protocol
