search for: child1

Displaying 20 results from an estimated 34 matches for "child1".

Did you mean: child
2008 Apr 10
2
Trouble with trusted domains
Hello list, perhaps someone can guide me, finding out what's going wrong in the following scenario (Active Directory , Samba 3.0.20b same with 3.0.28a): CHILD1.CONTOSO.COM <-trusts-> CONTOSO.COM <-trusts->CHILD2.CONTOSO.COM | | | User: CHILD1\testtest | Samba Vista CHILD1\testtest -> Vista : works (of...
2006 Nov 07
4
Samba v3.0.23c + FreeBSD 6.1 - Failed to set servicePrincipalNames
...form the 'net ads join' by supplying a 'Domain Admins' credential but not a user belonging to 'Domain Users'. If the user belongs only to the 'Domain Users', I get the 'Failed to set servicePrincipalNames' error. Samba System domain = WGA AD Server domain = CHILD1.AD.WGA wsa29:] winbindd -V Version 3.0.23c wsa29:] hostname wsa29.wga wsa29:] klist Credentials cache: FILE:/tmp/krb5cc_0 Principal: olympus@CHILD1.AD.WGA Issued Expires Principal Nov 7 14:31:19 Nov 8 00:31:19 krbtgt/CHILD1.AD.WGA@CHILD1.AD.WGA Nov 7 14:32:07...
2016 Sep 19
5
idmap_ad
I am trying to configure idmap_ad on a linux member server (fedora core 23, samba 4.3.11) with a Windows 2008 domain controller. The domain is "MYDOMAIN.COM" with a child domain of "CHILD1.MYDOMAIN.COM." By default those domains trust each other. The MYDOMAIN PDC has the unix identity mapping feature installed, so I can use "active directory users and computers" to set unix uidNumbers and gidNumbers (which start at 100.) I have set uidNumbers for some use...
2016 Sep 20
0
idmap_ad
...Gaiseric Vandal via samba <samba at lists.samba.org> wrote: > > > I am trying to configure idmap_ad on a linux member server (fedora > core 23, samba 4.3.11) with a Windows 2008 domain controller. The > domain is "MYDOMAIN.COM" with a child domain of > "CHILD1.MYDOMAIN.COM." By default those domains trust each other. > > > > The MYDOMAIN PDC has the unix identity mapping feature installed, so > I can use "active directory users and computers" to set unix > uidNumbers and gidNumbers (which start at 100.) I have...
2007 Mar 16
1
Implementing trees in R
Hi all, I am rather new to R. Recently I have been trying to implement some tree algorithms in R. I used lists to model tree nodes. I thought something like this would work: parent <- list(); child <- list(); parent$child1 <- child; child$parent <- parent; When I tried to check whether a node is its parent's first child using "if (node$parent$child1 == node)", it always returned false. Then I realized that it does not really work because "parent$child1 <- child" actually m...
2018 Mar 21
2
how to add a child to a child in XML
...quot;,"val2","val3") names(node1) <- c("att1","att2","att3") root <- xmlNode("root", attrs=node1) node2 <- LETTERS[1:3] names(node2) <- paste("name",1:3,sep="") root <- addChildren(root,xmlNode("child1",attrs=node2)) node3 <- letters[1:3] names(node3) <- paste("name",4:6,sep="") root <- addChildren(root$child1,xmlNode("child2",attrs=node3)) Error in UseMethod("addChildren") : no applicable method for 'addChildren' applied to an o...
2016 Sep 22
2
idmap_ad
...via samba <samba at lists.samba.org> wrote: > >> >> I am trying to configure idmap_ad on a linux member server (fedora >> core 23, samba 4.3.11) with a Windows 2008 domain controller. The >> domain is "MYDOMAIN.COM" with a child domain of >> "CHILD1.MYDOMAIN.COM." By default those domains trust each other. >> >> >> >> The MYDOMAIN PDC has the unix identity mapping feature installed, so >> I can use "active directory users and computers" to set unix >> uidNumbers and gidNumbers (which start a...
2018 Mar 21
0
how to add a child to a child in XML
Hi, XML doesn't use the `$` to access child nodes. Instead use either `[name]` to get a list of children of that name or `[[name]]` to get the just the first child of that name encountered in the genealogy. Thus for your example... > root$child1 NULL > root[['child1']] <child1 name1="A" name2="B" name3="C"/> On the other hand, you might consider using newXMLNode() instead of xmlNode() as it accepts a "parent = " argument. The alternative using newXMLNode() would look like... att...
2013 Nov 22
4
[PATCH 0/2] libxl/xl: two more coverity related fixes
The first patch is a leftover from the switch to libxl__create_qemu_logfile, and while there it also handles possible errors when opening /dev/null. The second one is a fix for the issues present in do_daemonize. Thanks, Roger.
2018 Mar 22
2
how to add a child to a child in XML
...ct: Re: [R] how to add a child to a child in XML Hi, XML doesn't use the `$` to access child nodes. Instead use either `[name]` to get a list of children of that name or `[[name]]` to get the just the first child of that name encountered in the genealogy. Thus for your example... > root$child1 NULL > root[['child1']] <child1 name1="A" name2="B" name3="C"/> On the other hand, you might consider using newXMLNode() instead of xmlNode() as it accepts a "parent = " argument. The alternative using newXMLNode() would look like... att...
2018 Mar 22
0
how to add a child to a child in XML
...a child in XML > > Hi, > > XML doesn't use the `$` to access child nodes. Instead use either `[name]` to get a list of children of that name or `[[name]]` to get the just the first child of that name encountered in the genealogy. Thus for your example... > > > root$child1 > NULL > > > root[['child1']] > <child1 name1="A" name2="B" name3="C"/> > > > On the other hand, you might consider using newXMLNode() instead of xmlNode() as it accepts a "parent = " argument. The alternative usin...
2018 Mar 22
1
how to add a child to a child in XML
...ct: Re: [R] how to add a child to a child in XML Hi, XML doesn't use the `$` to access child nodes. Instead use either `[name]` to get a list of children of that name or `[[name]]` to get the just the first child of that name encountered in the genealogy. Thus for your example... > root$child1 NULL > root[['child1']] <child1 name1="A" name2="B" name3="C"/> On the other hand, you might consider using newXMLNode() instead of xmlNode() as it accepts a "parent = " argument. The alternative using newXMLNode() would look like... att...
2006 May 06
1
3.0.23pre1 trusted domain failed
Hi, Recently, upgrade samba from 3.0.14a to 3.0.23pre1. And found trusted domain user couldn't logon to Samba share. The command nsquery to query a user from trusted domain failed also. For example: parent.com Win2003 DC |---Child1.parent.com Win2003 DC |---Child2.parent.com Win2003 DC Kinit OK. Net ads join to Child1 OK. Restart the server with winbindd. Wbinfo -m can display trusted domain Parent and Child2. Wbinfo -n child1\\user OK. Wbinfo -n child2\\user OK. nsquery Child1\\user OK. nsquery Child2\\user failed. Smb....
2016 Sep 20
2
idmap_ad
...via samba <samba at lists.samba.org> wrote: > >> >> I am trying to configure idmap_ad on a linux member server (fedora >> core 23, samba 4.3.11) with a Windows 2008 domain controller. The >> domain is "MYDOMAIN.COM" with a child domain of >> "CHILD1.MYDOMAIN.COM." By default those domains trust each other. >> >> >> >> The MYDOMAIN PDC has the unix identity mapping feature installed, so >> I can use "active directory users and computers" to set unix >> uidNumbers and gidNumbers (which start a...
2008 Feb 08
2
update_Attributes stale Object error
Hi, IN one of my unit tests I get an ActiveRecord::StaleObjectError: Attempted to update a stale object object.save! in object I have apart from other stuff an after_save method, which calls object.assosication.update_attributes(...) If I remove that line from my code my tests succeeds. Unfortunetly, I do not understand why an update_attributes call can generate an StaleObjectError. Maybe
2016 Jul 27
3
Lost trusted domain in samba-4.4.4
...= 5 password server = HOST223.hc1.com pam password change = yes winbind enum users = yes winbind enum groups = yes winbind cache time = 1 idmap config * : backend = tdb idmap config * : range = 400001-500000 idmap config HC1 : backend = rid idmap config HC1 : range = 10000001-20000000 idmap config CHILD1 : backend = rid idmap config CHILD1 : range = 30000001-40000000 idmap config TREEROOT : backend = rid idmap config TREEROOT : range = 40000001-50000000 idmap config HC2 : backend = rid idmap config HC2 : range = 50000001-60000000 idmap config CHILD2 : backend = rid idmap config CHILD2 : range = 600...
2013 Nov 26
3
How can I take/revert snapshot of a VHD image
Hi there, I''m running several VMs within Xen, and now I''m trying to create/revert snapshots of my VMs. Along with Xen and blktap2, another utility, vhd-util is also delivered, and according to its description, i guess I can use it to create/revert VM snapshots. To create a snapshot is actually easy, I just call |vhd-util snapshot -n aSnapShot.vhd -p theVMtoBackup.vhd | But
2016 Aug 16
0
Question about trusted domain list in samba-4.4.x
Hi list, This is my domain enviroment and all DC are windows 2008r2 http://i.imgur.com/8cNOtm2.jpeg When I used samba-4.0.5, I join my box to domain "HC1" , I got trusted domain "CHILD2" in "wbinfo -m". [/share/Public] # wbinfo -m BUILTIN MYBOX HC1 CHILD1 TREEROOT HC2 CHILD2 Then I upgraded my box to samba-4.4.4, I lost CHILD2 in "wbinfo -m". [/share/Public] # wbinfo -m BUILTIN MYBOX HC1 CHILD1 TREEROOT HC2 In log.wb-HC2 , I found following message: [2016/07/26 12:02:03.981949, 5, pid=15758, effective(0, 0), real(0, 0), class=winbind]...
2005 Mar 14
1
htb.init issues
...lass 1000 premium child classes 1xyz best-effort parent class 2000 best-effort child classes 2xyz default class 3000 Here''s how I do it: eth1: DEFAULT=3000 eth1-0010.root: RATE=100Mbit LEAF=sfq eth1-0010:1000.premium CEIL=352Kbit RATE=352Kbit PRIO=2 LEAF=sfq eth1-0010:1000:1xyx.child1 CEIL=32Kbit RATE=8Kbit PRIO=3 LEAF=sfq RULE=<public ip>, eth1-0010:2000.best-effort CEIL=500Kbit RATE=500Kbit PRIO=3 LEAF=sfq eth1-0010:2000:2xyz.child1 CEIL=16Kbit RATE=8Kbit PRIO=2 LEAF=sfq RULE=<public ip>, eth1-0010:3000.default RATE=2Kbit PRIO=7 An output from tc commands gener...
2016 Jul 27
2
Lost trusted domain in samba-4.4.4
Hi list, This is my domain enviroment and all DC are windows 2008r2 http://i.imgur.com/8cNOtm2.jpeg When I used samba-4.0.5, I join my box to domain "HC1" , I got trusted domain "CHILD2" in "wbinfo -m". [/share/Public] # wbinfo -m BUILTIN MYBOX HC1 CHILD1 TREEROOT HC2 CHILD2 Then I upgraded my box to samba-4.4.4, I lost CHILD2 in "wbinfo -m". [/share/Public] # wbinfo -m BUILTIN MYBOX HC1 CHILD1 TREEROOT HC2 In log.wb-HC2 , I found following message: [2016/07/26 12:02:03.981949, 5, pid=15758, effective(0, 0), real(0, 0), class=winbind]...