Displaying 3 results from an estimated 3 matches for "nles".
Did you mean:
les
2004 Jul 27
2
Getting Samba 3 to communicate with Win2k3 ADS
...rm.c:map_parameter(2420)
Unknown parameter encountered: "winbind seperator"
[2004/07/27 09:13:23, 0] param/loadparm.c:lp_do_parameter(3110)
Ignoring unknown parameter "winbind seperator"
[2004/07/27 09:13:23, 1] nsswitch/winbindd_util.c:add_trusted_domain(180)
Added domain NLES NLES.LOCAL S-0-0
[2004/07/27 09:13:30, 1] nsswitch/winbindd_ads.c:ads_cached_connection(81)
ads_connect for domain NLES failed: No such file or directory
[2004/07/27 09:13:30, 1] nsswitch/winbindd_util.c:init_domain_list(327)
Could not fetch sid for our domain NLES
[2004/07/27 09:14:20, 1] nssw...
2004 Jul 30
4
Trouble authenticating clients from ADS domain on Samba 3.0.5 file server
...ined to the ADS domain, I can pull users/groups from wbinfo -t, -u,
and -g. When I use webmin I can even go into the Samba module to add users
to a share and see all the users from my ADS domain pop up in a window.
Here's a copy of my smb.conf (where I think my problem might lie):
workgroup = NLES
realm = NLES.LOCAL
security = ads
password server = calvin.nles.local
username map = /etc/samba/smbusers
os level = 10
dns proxy = No
idmap uid = 10000-20000
idmap gid = 10000-20000
template shell = /bin/bash
winbind separator = +
winbind use default domain = Yes
[homes]
comment = %U Home Folder
p...
2006 Sep 28
3
complex plots using layout()
...al histograms. I tried par(mfrow= ) ahead of
layout(). It does not work. Could I repeat layout() to reach my point?
Following is the code I use. Any advice is greatly appreciated.
=================================================================
x <- demog$age
y1 <- demog$mji
y2 <- demog$nles
xhist <- hist(x, plot=FALSE)
y1hist <- hist(y1, plot=FALSE)
y2hist <- hist(y2, plot=FALSE)
top1 <- max(c(xhist$counts, y1hist$counts))
top2 <- max(c(xhist$counts, y2hist$counts))
xrange <- range(x,na.rm=TRUE)
y1range <- range(y1,na.rm=TRUE)
y2range <- range(y2,na.rm=TRU...