Displaying 2 results from an estimated 2 matches for "ninsert".
Did you mean:
insert
2007 Sep 04
3
how to do interpolation
Hello R Users,
How to make a variable equidistance with time i.e. how to interpolate a
variable if it is not sampled at equal time interval.
Many thanks,
Regards,
Yogesh
[[alternative HTML version deleted]]
2005 Sep 08
0
First 8 bytes of the value of keys in group_mapping.tdb
I'm trying to build a hack to add/modify a groupmap entry in the
group_mapping.tdb file by hand. What I'd like to do is to manually
perform something like this:
echo -e "open group_mapping.tdb\ninsert my_key my_value\nq" | tdbtool
In this attempt, I expect to add a new group map entry in the tdb file.
The key I'm using is the same as samba uses: domain_group/SID. I'm
having trouble with the value of the {key,value} pair.
When I issue a dump of a functional group_mapping.tdb file...