Displaying 2 results from an estimated 2 matches for "dsdb_get_last_structural_class".
2019 Mar 27
0
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...t the OP posted.
The failure in his original post was this:
ERROR(ldb): uncaught exception - descriptor_modify on
CN=Administrator,CN=Users,DC=zamecek,DC=home failed: operations error
at ../source4/dsdb/samdb/ldb_modules/descriptor.c:819
lines 816 - 820 in descriptor.c are these:
objectclass = dsdb_get_last_structural_class(schema,
objectclass_element);
if (objectclass == NULL) {
return ldb_operr(ldb);
}
So, it looks like (to me anyway) that it is looking for the objectclass
for 'nTSecurityDescriptor' and trying to match it to the last
objectclass found in the list:
objectClass: top
objectClas...
2019 Mar 27
4
samba 4.9.5 - joining Samba DC to existing Samba AD failed
On Wed, 27 Mar 2019 09:45:18 +0100
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Hai,
>
>
> I dont think one noticed this..
>
> ldbsearch -H ldap://dc4 -UAdministrator
> ldbsearch -H ldap://dc1 -U Administrator
>
> So whats the difference when you see this responce of the command:
> Invalid option -U: unknown ...
>