Displaying 3 results from an estimated 3 matches for "sjordan".
Did you mean:
jordan
2003 May 08
2
Winbind + ADS small issues
...options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[opt]
guest ok = no
read only = no
nt acl Supprt = yes
path = /opt
admin users = CORP+sjordan
[homes]
comment = Home Directories
read only = no
guest ok = no
nt acl Supprt = yes
admin users = CORP+sjordan
One thing you will notice is that i commented out the workgroup line. If I
enable this I get a prompt for a username and password that does not go...
2003 May 13
0
Samba 3.0alpha23 problems
...h/winbindd_ads.c:ads_cached_connection(69)
ads_connect for domain CORP failed: Invalid credentials
Now let me shed some light before everyone ask what I did and didn't do :)
I setup and joined the ads server fine via "net ads join" The machine shows
up fine. Also doing a the kinit sjordan@corp.delinea.com goes through
perfect with no errors. I checked the ADS server and the computer demarc
does show as being joined to the ADS server.
Now one odd thing showed up for me:
wbinfo -m
comes up with nothing.
Here is my smb.conf file:
[global]
workgroup = CORP
netbios nam...
2004 Feb 02
3
mvrnorm problem
I am trying to simulate draws from a multivariate normal using mvrnorm, and
am getting the following error message:
Error in mu + eS$vectors %*% diag(sqrt(pmax(ev, 0)), p) %*% t(X) :
non-conformable arrays
I do not understand why I am getting this message, since the vector of means
I am giving to the function is 13 by 1 and the variance matrix I am giving
to the function is 13