search for: rdn

Displaying 20 results from an estimated 72 matches for "rdn".

Did you mean: rdi
2007 Apr 10
1
Memory management
...ion with a large set of parameters... so then I start to wonder if it's better if I attach the variables first vs passing them in (coz that involves a lot of copying.. ) Thus, I do this fn3 <- function(x, y, z, a, b, c){ sum(x, y, z, a, b, c) } fn4 <- function(){ sum(x, y, z, a, b, c) } rdn <- rep(1.1, times=1e8) r <- proc.time() for (i in 1:5) fn3(rdn, rdn, rdn, rdn, rdn, rdn) time1 <- proc.time() - r print(time1) lt <- list(x = rdn, y = rdn, z = rdn, a = rdn, b = rdn, c = rdn) attach(lt) r <- proc.time() for (i in 1:5) fn4() time2 <- proc.time() - r print(time...
2018 Nov 08
3
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...ython2.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 names also have accented char...
2018 Nov 13
0
Error running "samba-tool dbcheck" after going from 4.8.6 to 4.9.2
...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 accen...
2016 May 23
0
error during DRS repl ADD: No rDN found in replPropertyMetaData
...c failed %s" % estr) > > Looking in the log file, I see: > > > [2016/05/19 13:41:52.219968, 0] > ../source4/dsdb/repl/replicated_objects.c:783(dsdb_replicated_objects_commit) > > Failed to apply records: replmd_replicated_apply_add: error during DRS > repl ADD: No rDN found in replPropertyMetaData for DC=DEEL032,DC= > chester-dc.example.com > ,CN=MicrosoftDNS,DC=DomainDnsZones,DC=chester-dc,example! > > : Constraint violation > > [2016/05/19 13:41:52.223745, 0] > ../source4/dsdb/repl/drepl_out_helpers.c:770(dreplsrv_op_pull_source_apply_c...
2019 Feb 28
3
samba-tool dbcheck Unicode-Error
...quot;/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 renaming the object. Btw. because...
2016 Apr 15
2
Previously extended schema not working in 4.4.0
......] > ERROR: incorrect attributeID values in replPropertyMetaData on > MYOBJ=object1,OU=myou,DC=mydomain,DC=org,DC=uk > > Fix replPropertyMetaData > on MYOBJ=object1,OU=myou,DC=mydomain,DC=org,DC=uk by replacing > incorrect value 0x00290001 for et (new 0x00290001)? [YES] > No rDN found in replPropertyMetaData > for MYOBJ=object1,OU=myou,DC=mydomain,DC=org,DC=uk! > > Failed to fix attribute replPropertyMetaData : (19, > 'replmd_update_rpmd: No rDN found in replPropertyMetaData > for MYOBJ=object1,OU=myou,DC=mydomain,DC=org,DC=uk [YES] > > I've...
2019 Apr 14
2
[A bug?] Failed to use BuildMI to add R7 - R12 registers for tADDi8 and tPUSH of ARM
...rote: I believe there is probably a separate instruction in LLVM for thumb2 add. Probably starting with t2 instead of t. The definition of tADDi8 looks like this. Where tGPR specifically means R0-R7. def tADDi8 : // A8.6.4 T2 T1sItGenEncodeImm<{1,1,0,?,?}, (outs tGPR:$Rdn), (ins tGPR:$Rn, imm0_255:$imm8), IIC_iALUi, "add", "\t$Rdn, $imm8", [(set tGPR:$Rdn, (add tGPR:$Rn, imm8_255:$imm8))]>, Sched<[WriteALU]>; ~Craig On Sun, Apr 14, 2019 at 12:21 PM...
2016 Feb 08
1
[samba4ad] Duplicate attributes list ?
...AP trees, these coming with their own habits. I would have that list to be able to tell them which attributes can be used, which can't. "name" is quiet common and can be used for lot kind of data with meaning but we can't use that attribute to store anything in it as it refers to RDN which is by default CN. I think this information is important to avoid using these specials attributes. Someone who don't know enough the product could decide to use "name" to store some name (girlfriend name? shoes mark name? Last name?) into that field. The idea won't be too ba...
2016 Feb 05
2
[samba4ad] Duplicate attributes list ?
Hi all, I just add into my AD a user with different values for attributes "CN" and "name". Here is an extract of the LDIF used to add this user: ------------------------------------------------------------------------------------ dc202:~# egrep 'cn:|name:' mathias.ldif cn: Mathias Dufresne (CN) *name: mathias.dufresne*
2016 Apr 14
2
Previously extended schema not working in 4.4.0
On Thu, 2016-04-14 at 18:07 +0100, Jonathan Hunter wrote: > On 14 April 2016 at 13:37, Jonathan Hunter <jmhunter1 at gmail.com> > wrote: > > > # samba-tool dbcheck --cross-ncs > > Checking 4079 objects > > MYOBJ=value,OU=myou,DC=mydomain,DC=org,DC=uk: 0x00290001 > > MYOBJ=value,OU=myou,DC=mydomain,DC=org,DC=uk: 0x0029000a > >
2019 Mar 05
2
samba-tool dbcheck: UnicodeDecodeError' with Samba 4.9.4
...ython2.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, ips.ko driver).
2017 Nov 01
1
Made a join with a netbios name, which already existed, now replication errors
...Partition[CN=Configuration,DC=mydomain,DC=net] objects[1206/1636] linked_values[0/0] > Partition[CN=Configuration,DC=mydomain,DC=net] objects[1608/1636] linked_values[0/0] > Partition[CN=Configuration,DC=mydomain,DC=net] objects[1636/1636] linked_values[47/0] > Unxpectedly got mismatching RDN values when checking RDN against name of CN=NTDS Settings,CN=GANYMEDE\0ADEL:9646252c-8e4d-447f-90fa-3a51355276ac,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=mydomain,DC=netFailed to convert object CN=NTDS Settings,CN=GANYMEDE\0ADEL:9646252c-8e4d-447f-90fa-3a51355276ac,CN=Serv...
2016 May 19
3
error during DRS repl ADD: No rDN found in replPropertyMetaData
...sException("DsReplicaSync failed %s" % estr) Looking in the log file, I see: > [2016/05/19 13:41:52.219968, 0] ../source4/dsdb/repl/replicated_objects.c:783(dsdb_replicated_objects_commit) > Failed to apply records: replmd_replicated_apply_add: error during DRS repl ADD: No rDN found in replPropertyMetaData for DC=DEEL032,DC=chester-dc.example.com,CN=MicrosoftDNS,DC=DomainDnsZones,DC=chester-dc,example! > : Constraint violation > [2016/05/19 13:41:52.223745, 0] ../source4/dsdb/repl/drepl_out_helpers.c:770(dreplsrv_op_pull_source_apply_changes_trigger) >...
2017 Aug 01
2
Fw: Re: Made a join with a netbios name, which already existed, now replication errors
...d then also samba5, because samba5 reported successful replication with samba3, although samba3 was already demoted. So I thought I can start with working samba1 and samba2. I made a new clean installation of samba5 beginning with the OS ... But the join failed with Unxpectedly got mismatching RDN values when checking RDN against name of CN=NTDS Settings,CN=ISAMBA3,CN=Servers,CN=Default-First- Site-Name,CN=Sites,CN=Configuration,DC=domain Failed to convert object CN=NTDS Settings,CN=ISAMBA3,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=domain: WERR_GEN_FAILURE SAMBA3 a...
2019 Apr 14
2
[A bug?] Failed to use BuildMI to add R7 - R12 registers for tADDi8 and tPUSH of ARM
Sorry for not being specific enough. ARMv7-M includes Thumb and Thumb2. It has 12 regular registers (R0 - R12), and R8 - R12 are used. I can generate mov instruction that from/ R8-R12 to/from R0-R6. From this ARM page http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0068b/ch03s03s01.html R9 - R12 have their conventional usage, but I don’t if this is the reason we cannot use them
2019 Feb 28
1
samba-tool dbcheck Unicode-Error
...r.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...
2017 Aug 01
2
Fw: Re: Made a join with a netbios name, which already existed, now replication errors
> But with the DNS-Tool from Windows I can see a lot of entries for samba3, all of them for services like _gc, _kerberos, _ldap, _kpasswd. Cleaned the DNS manually with the DNS application, but still I can't join. Same error.
2018 Feb 06
5
Samba Migration and AD integration
...ile "/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 directory domain controller...
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 > >&...
2013 Jan 23
4
Organization of Users in Samba4
Hello, I am working on migrating from OpenLDAP using the inetOrgPerson schema to Samba4. I would like to continue to provide backwards compatibility with our existing authentication service. In OpenLDAP, users are all contained inside the People organizational unit and referenced by uid, for example: dn: uid=myuser,ou=People,dc=example,dc=com When using samba-tool to add a user, it places the