search for: parent_dn

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

2018 Nov 08
3
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...es/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 names also have accented characters. This is likely th...
2018 Nov 13
0
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...lf.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 > > > > ch...
2019 Feb 28
3
samba-tool dbcheck Unicode-Error
...2.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 renaming the object. Btw. because of the db-problem "s...
2019 Mar 05
2
samba-tool dbcheck: UnicodeDecodeError' with Samba 4.9.4
...es/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, ips.ko driver).
2019 Feb 28
1
samba-tool dbcheck Unicode-Error
..., >> 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 renaming...
2018 Feb 06
5
Samba Migration and AD integration
...ython2.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 directory domain controller idmap_ldb:use rfc2307 =...
2019 Feb 28
1
samba-tool dbcheck Unicode-Error
...ase > >> 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...
2018 Feb 06
1
Samba Migration and AD integration
...a/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 dir...
2017 Feb 08
1
samba-tool dbcheck uncaught exception
...ython2.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
...> 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 names also have ac...
2019 Feb 28
0
samba-tool dbcheck Unicode-Error
...er.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 renaming > the object. &...
2019 Mar 05
0
samba-tool dbcheck: UnicodeDecodeError' with Samba 4.9.4
...ot;, > 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, ips.ko driver). > > -...
2018 Feb 06
0
Samba Migration and AD integration
...mba/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 dire...