search for: v_dn

Displaying 3 results from an estimated 3 matches for "v_dn".

Did you mean: v_4n
2018 Nov 08
4
Error in samba-tool dbcheck after updating to samba-4.9.1
....check_object(object.dn, attrs=attrs) File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 2230, in check_object error_count += self.check_dn(obj, attrname, syntax_oid) File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 1324, in check_dn v_dn = dsdb_Dn(self.samdb, v.decode('utf8')) File "/usr/lib64/python2.7/site-packages/samba/common.py", line 101, in __init__ self.dn = ldb.Dn(samdb, self.dnstring) I use the configure like this: ./configure --enable-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var --en...
2018 Nov 08
0
Error in samba-tool dbcheck after updating to samba-4.9.1
...attrs=attrs) > File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 2230, in check_object > error_count += self.check_dn(obj, attrname, syntax_oid) > File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line 1324, in check_dn > v_dn = dsdb_Dn(self.samdb, v.decode('utf8')) > File "/usr/lib64/python2.7/site-packages/samba/common.py", line 101, in __init__ > self.dn = ldb.Dn(samdb, self.dnstring) > > (...) This is a known bug: https://bugzilla.samba.org/show_bug.cgi?id=13616
2018 Nov 09
0
Error in samba-tool dbcheck after updating to samba-4.9.1
....dn, attrs=attrs) >File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line >2230, in check_object > error_count += self.check_dn(obj, attrname, syntax_oid) >File "/usr/lib64/python2.7/site-packages/samba/dbchecker.py", line >1324, in check_dn > v_dn = dsdb_Dn(self.samdb, v.decode('utf8')) >File "/usr/lib64/python2.7/site-packages/samba/common.py", line 101, in >__init__ > self.dn = ldb.Dn(samdb, self.dnstring) > >I use the configure like this: > >./configure --enable-fhs --prefix=/usr --sysconfdir=/etc...