Displaying 2 results from an estimated 2 matches for "myrl".
Did you mean:
merl
2007 Sep 18
0
net join, client tls bug?
...amba 3.0.22 (for Solaris 8 and above)
Solaris 9 compilations 3.0.24, 25b, 25c, 26a
My ADS is running in native 2003 mode. The only access I have
to it is to set up Machine accounts.
SMB.CONF
For all versions I used the same smb.conf (see end of document)
NET JOIN USED
./net ads join -S werebear.myrl.ds.home.org -Urw.hornbaker.ad -d10
ALL VERSION PRIOR TO 3.0.25
after acquiring a kerberos ticket via libsmb/clikrb5.c (see net dump below)
net join RETURNS
ads_connect: Strong(er) authentication required
CHANGED ADS ADMIN PASSWD
As suggested by a number of entries in the samba mailing lists, I...
2013 Mar 26
2
Feed rle() output to hist()
I want to make a histogram from the lengths vector which is part of the
output of rle. But I don't know how to access that vector so that I use it
as an argument of hist(). What argument must I use so that I use the
lengths vector as an input to hist()?
Example output is:
Run Length Encoding
lengths: int [1:4] 1 2 3 3
values : num [1:4] -1 1 -1 1
A printout of the function rle() may