search for: objectclass_el

Displaying 2 results from an estimated 2 matches for "objectclass_el".

Did you mean: objectclass_at
2019 Mar 27
0
samba 4.9.5 - joining Samba DC to existing Samba AD failed
...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 objectClass: person objectClass: organizatio...
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 ... >