similar to: Solaris 10 + Samba + LDAP - how to?

Displaying 20 results from an estimated 7000 matches similar to: "Solaris 10 + Samba + LDAP - how to?"

2009 Mar 11
3
Converting a dataframe to a matrix
If I have a dataframe which is organized like this: name color likes? 1 sally red 0 2 sally blue 1 3 sally green 1 4 jake red 0 5 jake blue 1 6 jake green 1 7 tom red 1 8 tom blue 0 9 tom green 0 And I want to create a matrix in the form: red blue green sally 0 1 1 jake 0 1 1 tom 1 0 0 Are there any built-in
2008 Oct 05
2
Compiling 3.2.4 --with-krb5=/usr/lib/krb5, not working
Hi all, I'm currently attempting to compile Samba 3.2.4 for Solaris 10 x86. I require krb5 support and I realised that it would not look in the correct default location, under Solaris 10. Example, from ./configure --help: --with-krb5=base-dir Locate Kerberos 5 support (default=/usr) In vanilla Solaris 10 x86, Kerberos libraries are stored in /usr/lib/ krb5. I thought it best to
2002 May 23
3
AutoCAD file names UPPER CASE on samba
Hi folks, we are experiencing a problem when AutoCAD 2000+ drawing files are saved on a Samba (2.0.8) file share. Regardless of what the file is 'saved as', the name is always converted to all capitals. e.g. Drawing1 becomes DRAWING1 Just wondering if anyone else has experienced this problem. Seems strange that it is only AutoCAD files, but I think it is Samba related, not AutoCAD,
2011 May 11
3
Vermunt's LEM in R
I don't know of any R package that can match all the functionality of LEM eg fitting equality constraints to model parameters a la LISREL. WRT dumping tables, I would have thought that as.data.frame.table does pretty much what you want, [not tested] newtab <- as.data.frame(table(a,b,c)) cat("dim\n") for(i in seq(1, ncol(newtab)-1) { cat(nlevels(newtab[,1]," ") }
2004 Apr 27
1
Samba-3 HOWTO and ref. guide - need clarification please - printing chapter
Could someone who is familiar with the book "Samba-3 HOWTO and reference guide and who is also familiar with printer setup please give me some advice... I am summarising the procedure for setting up a printer for automatic driver download which is described in chapter 17. There are a couple of processes mentioned that look very similar and I am wondering if both steps are required for
2010 Nov 26
2
get list index
Hi R-users, I have a list mylist <- list(c(0.79, 0.92, 0.91, 0.86, 0.96, 0.96, 0.95, 0.94, 0.99), c(0.28, 0.45, 0.59, 0.69, 0.80, 0.87, 0.95, 0.94, 0.98), c(0.29, 0.39, 0.59, 0.69, 0.68, 0.80, 0.93, 0.95, 0.98)) Is there a way to find the index of the list element that contains the lowest value among all the other elements? As the lowest value in each element is the first, the
2008 Oct 12
6
Compile help for Solaris 10 x86, samba 3.0.28a deficient?
Hi all, I've got an ongoing battle with samba shipped with Sun Solaris 10 in it's current form (Samba version 3.0.28a) not wanting to talk to my OpenLDAP master correctly. Essentially, under certain conditions, this behaviour is observed, in the log.smbd: [2008/10/11 08:54:03, 1, pid=13610] libsmb/cliconnect.c:(1451) Error connecting to 192.168.117.150 (Connection refused)
2001 May 14
2
Installing packages.
Hi, I've downloaded the 'tree' package (as 'tree_1_0-2_tar.gz') and am trying to install it to use with R in Windows NT. And, to be blunt, I've got no idea what I'm doing. As far as I can tell, the FAQ refers to installing packages in Unix and isn't a great help to me - I was hoping someone could give me some basic instructions on how to proceed. Thanks, Michael
2008 Oct 04
1
Password server is not connected - "cli not initilised" issue
Hi all, We are currently upgrading some core infrastructure and authentication hosts (Mac OS X 10.4.11 Open Directory/OpenLDAP/KDC --> 10.5.5). We've run into an interesting snag however. The Sun host that we use for sharing out files over Samba 3.0.28a (Sun's currently shipped, supported version of Samba) worked perfectly with the directory master running Mac OS X 10.4.11.
2010 Feb 09
1
Is NTLMv2 auth possible with security = SERVER ?
Hi list. I've been running up against a bunch of ntlm v2 related issues recently with Windows 7 and Mac OS X 10.6 client systems attempting to connect to my Solaris 10 samba 3.0.37 server. As it turns out, Sun engineering suggest that because I use "security = SERVER" rather than "security = DOMAIN", ntlmv2 auth will never actually work, even if I have settings such as:
2010 Nov 16
1
simulate survival data using median survival time
Dear All, I like to know how to simulate survival data using median (or mean) survival time. Any help will be greatly appreciated. Best wishes, Kere Kerenaftali Klein PhD| Biostatistician | Queensland Clinical Trials & Biostatistics Centre The University of Queensland | School of Population Health | Building 33, Level 1| Princess Alexandra Hospital |Ipswich Road | Woolloongabba QLD 4102 |
2009 Dec 28
1
NTLMv2 in Sun's 'official' Samba 3.0.37?
Hi all. Just looking for some guidance as to what works, and what doesn't. Recently I've noticed that no matter what I do, I can't seem to get NTLMv2 to negotiate using Windows Vista, Windows 7 or Mac OS X 10.6.x against Solaris 10 Samba 3.0.37. If I 'tune' the client OS that it only negotiates with NTLMv1, all is well. In my global block, on the Solaris Samba server, I
2004 Dec 09
1
Re: Tetrachoric and polychoric correlations, Polycor package
A bit late, but you might like to look at http://www.qimr.edu.au/davidD/polyr.R Regarding the original posters queries: You can analyse polychoric correlations as if they were Pearson correlations using standard software (eg sem), and this usually doesn't do too badly, or go to AWLS (Browne) in LISREL etc, or ML analysis of the full multidimensional contingency table using programs such as
2010 Jul 13
2
modifying vector elements
Hello R-users, I have a very large vector (a) containing elements consisting of numbers and letters, this is the i.e. a [1] "1.11.2a" "1.11.2d" "1.11.2e" "1.11.2f" "1.11.2x1" "1.11.2x1b" [7] "1.11.2x2" "1.11.2x2a" "1.11.2x2b" "1.11.2x3" "1.11.2x4"
2002 May 23
1
p.s. AutoCAD file names UPPER CASE on samba
p.s. forgot to mention parameter settings for the share we are having problems with preserve case = yes default case - not set - default = lower mangle case - not set - default = no ---------------------- Forwarded by Peter A Bryant/EngServ/QMR/Au on 24/05/2002 01:32 PM --------------------------- Peter A Bryant 24/05/2002 01:31 PM To: samba@lists.samba.org cc: Subject: AutoCAD
2003 Feb 18
2
Infrasoft MX very slow loading from Samba share
We are experiencing long delays when loading MX files stored on our samba fileserver. We are running version 2.2.7a of Samba on Solaris 8 servers. Using MX version 2.5 and higher on windows 2000 and XP workstations When the files are stored locally they load in a few seconds, whilst taking more than a minute to run from the Samba server. Our current workaround is to store the files locally,
2001 Oct 22
1
Samba as PDC for win2000
Hi I am having the most basic of problems. I have setup a PDC with samba 2.2.2 and am trying to get my Win200) machine to join the domain. I followed the following proceedure http://ivy:901/swat/help/Samba-HOWTO-Collection.html#SAMBA-PDC And when I go to the client W2000 box and change from the workgroup to join the domain I get a popup which says
2006 Feb 22
1
var-covar matrices comparison
> Date: Mon, 20 Feb 2006 16:43:55 -0600 > From: Aldi Kraja <aldi at wustl.edu> > > Hi, > Using package gclus in R, I have created some graphs that show the > trends within subgroups of data and correlations among 9 variables (v1-v9). > Being interested for more details on these data I have produced also the > var-covar matrices. > Question: From a pair of two
2013 Oct 09
1
Version of L-BFGS-B used in optim etc
Hi. I just noticed the paper by Morales and Nocedal Remark on "Algorithm 778: L-BFGS-B: Fortran Subroutines for Large-Scale Bound Constrained Optimization". TOMS 2011; 38(1): 7 http://www.ece.northwestern.edu/~morales/PSfiles/acm-remark.pdf which describes a couple of improvements (speed and accuracy) to the original Netlib code which AFAICT is that still used by optim() via f2c.
2005 Jun 29
2
How to convert "c:\a\b" to "c:/a/b"
I couldn't resist adding a more literal answer unback <- function(x) { chars <- unlist(strsplit(deparse(x),"")) chars <- chars[-c(1,length(chars))] paste(gsub("\\\\","/",chars),collapse="") } unback("\n") | David Duffy (MBBS PhD) ,-_|\ | email: davidD at qimr.edu.au ph: