search for: get_rdn_nam

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

Did you mean: get_rdn_name
2018 Nov 13
0
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) +            expected_dn = parent_dn +            if expected_dn.add_child("RDN=RDN") == False: +                raise CommandError("Failed to add RDN to %s" % expected_dn)              expected_dn.set_component(0, obj.dn.get_rdn_name(), name_val)                if obj.dn == deleted_objects_dn: (However it might also blow up in our face due to ldb_dn_copy() not filling in the ldb pointer on the DN, a different long-standing issue) This is all rather difficult, I'll see if I can get some other views on this around the offi...
2018 Nov 08
3
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
I just tested Samba 4.9.2 on one of my DCs, previously running version 4.8.6. Immediately after install, I ran "samba-tool dbcheck" and got the following: Checking 511 objects ERROR(<type 'exceptions.UnicodeDecodeError'>): uncaught exception - 'ascii' codec can't decode byte 0xc3 in position 25: ordinal not in range(128)   File