search for: expected_dn

Displaying 13 results from an estimated 13 matches for "expected_dn".

Did you mean: expected_
2018 Nov 08
3
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...  File "/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py", line 222, in check_database     error_count += self.check_object(object.dn, attrs=attrs)   File "/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py", line 2315, in check_object     expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) The error disappears after going back to Samba 4.8.6. The underlying OS is CentOS 7.4. Although the names my users use at logon don't have accented characters, several of them have them in their complete names. Several of the group...
2018 Nov 13
0
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...check_database > > > > error_count += self.check_object(object.dn, attrs=attrs) > > > > File > > > > "/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py", > > > > line 2315, in check_object > > > > expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) > > > > > > > > > > > > The error disappears after going back to Samba 4.8.6. The underlying > > > > OS is CentOS 7.4. > > > > > > > > Although the names my users us...
2019 Feb 28
3
samba-tool dbcheck Unicode-Error
...ntrols=controls, attrs=attrs) File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 222, in check_database error_count += self.check_object(object.dn, attrs=attrs) File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 2315, in check_object expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) ---------- As far as I figured out, it has something to do with german "Umlaute" "ÄÖÜ" in a DN. But we are in Germany and we have users with "Umlaute" in their names ;-). So how can this be fixed without ren...
2019 Mar 05
2
samba-tool dbcheck: UnicodeDecodeError' with Samba 4.9.4
...  File "/usr/local/samba/lib64/python2.6/site-packages/samba/dbchecker.py", line 222, in check_database     error_count += self.check_object(object.dn, attrs=attrs)   File "/usr/local/samba/lib64/python2.6/site-packages/samba/dbchecker.py", line 2315, in check_object     expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) Looks like the Unicode problem with Python 2.6.x is not yet solved. This particular machine is running CentOS 6.10. I cannot upgrade to 7.x yet because it has discontinued support for a particular RAID controller in use (IBM Megaraid, i...
2019 Feb 28
1
samba-tool dbcheck Unicode-Error
.../python2.7/dist-packages/samba/dbchecker.py", line 222, >> in check_database >> error_count += self.check_object(object.dn, attrs=attrs) >> File >> "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 2315, >> in check_object >> expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) >> >> ---------- >> As far as I figured out, it has something to do with german "Umlaute" >> "ÄÖÜ" in a DN. But we are in Germany and we have users with >> "Umlaute" in >> t...
2018 Feb 06
5
Samba Migration and AD integration
...controls=controls, attrs=attrs) File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 198, in check_database error_count += self.check_object(object.dn, attrs=attrs) File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 1839, in check_object expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) smb.conf [global] netbios name = TEST realm = TESTDC server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate workgroup = TESTDC server role = active di...
2019 Feb 28
1
samba-tool dbcheck Unicode-Error
.../dbchecker.py", line 222, > >> in check_database > >> error_count += self.check_object(object.dn, attrs=attrs) > >> File > >> "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 2315, > >> in check_object > >> expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) > >> > >> ---------- > >> As far as I figured out, it has something to do with > german "Umlaute" > >> "ÄÖÜ" in a DN. But we are in Germany and we have users with > >> &q...
2018 Feb 06
1
Samba Migration and AD integration
...rs) > File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line > 198, in check_database > error_count += self.check_object(object.dn, attrs=attrs) > File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line > 1839, in check_object > expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) > > > smb.conf > > [global] > netbios name = TEST > realm = TESTDC > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, > drepl, winbindd, ntp_signd, kcc, dnsupdate >...
2017 Feb 08
1
samba-tool dbcheck uncaught exception
...controls=controls, attrs=attrs) File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 141, in check_database error_count += self.check_object(object.dn, attrs=attrs) File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 1509, in check_object expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn))
2018 Nov 09
0
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...a/lib64/python2.7/site-packages/samba/dbchecker.py", > line 222, in check_database >     error_count += self.check_object(object.dn, attrs=attrs) >   File > "/usr/local/samba/lib64/python2.7/site-packages/samba/dbchecker.py", > line 2315, in check_object >     expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) > > > The error disappears after going back to Samba 4.8.6. The underlying > OS is CentOS 7.4. > > Although the names my users use at logon don't have accented > characters, several of them have them in their com...
2019 Feb 28
0
samba-tool dbcheck Unicode-Error
...> "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 222, > in check_database > error_count += self.check_object(object.dn, attrs=attrs) > File > "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line 2315, > in check_object > expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) > > ---------- > As far as I figured out, it has something to do with german "Umlaute" > "ÄÖÜ" in a DN. But we are in Germany and we have users with > "Umlaute" in > their names ;-). So ho...
2019 Mar 05
0
samba-tool dbcheck: UnicodeDecodeError' with Samba 4.9.4
...l/samba/lib64/python2.6/site-packages/samba/dbchecker.py", > line 222, in check_database >     error_count += self.check_object(object.dn, attrs=attrs) >   File > "/usr/local/samba/lib64/python2.6/site-packages/samba/dbchecker.py", > line 2315, in check_object >     expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) > > Looks like the Unicode problem with Python 2.6.x is not yet solved. > > This particular machine is running CentOS 6.10. I cannot upgrade to 7.x > yet because it has discontinued support for a particular RAID controller...
2018 Feb 06
0
Samba Migration and AD integration
...ttrs) > File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line > 198, in check_database > error_count += self.check_object(object.dn, attrs=attrs) > File "/usr/lib/python2.7/dist-packages/samba/dbchecker.py", line > 1839, in check_object > expected_dn = ldb.Dn(self.samdb, "RDN=RDN,%s" % (parent_dn)) > > > smb.conf > > [global] > netbios name = TEST > realm = TESTDC > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, > drepl, winbindd, ntp_signd, kcc, dnsupdate >...