similar to: IDMAP and RID problems

Displaying 20 results from an estimated 20000 matches similar to: "IDMAP and RID problems"

2007 Aug 13
1
UID and GID mappings
With a smb.conf like the following where does samba store the UID to GID mappings? Is there a way to view this? Also can't I use a method that converts SIDs to UIDs and GIDs on a consistent basis? Thanks Mark #======================= Global Settings ===================================== [global] workgroup = XXX server string = Samba Server security = ads encrypt passwords
2007 Nov 14
1
Winbindd
I am trying to have user logon used winbindd for user directory information and krb auth. The kerber logon works when NIS or /etc/password is used for user info. The only difference I see is winbind return a * in the password field. My understanding is * will prevent logons and x will allow the user to logon using /etc/shadow or krb auth in this case. Is there a way to change what winbind
2007 Dec 03
2
Samba using AD as a directory server
So I have idmap:rid working. The problem is I can set only the same shell for all users. I was trying to find a way to store the shell in AD. I have found a couple references to ||RFC2307. Can this be used with AD and if so is there a good article on it somewhere? (I looked through the samba docs but didn't find anythings yet perhaps I am just blind) Thanks for any help. Mark --
2007 Aug 10
3
Samba winbind and nsswith.conf
I have a Solaris 10 box running samba. I have it joined to a windows 2003 domain. I can authenticate to the samba server. However I am not getting group informaiton. I have in nsswith.conf I have passwd: files winbind group: files winbind winbindd is running libnss_windbind.so and so.1 are in /usr/lib when I run wbinfo -u or -g it returns users and groups from AD. When I do a
2007 Dec 04
0
keytab file issues
I am trying to join a samba server and have the keytab file set. After joining there was no keytab file so I ran the command: /usr/sfw/sbin/net ads keytab add host -d 10 This was the result: [2007/12/04 21:40:09, 5] lib/debug.c:(391) INFO: Current debug levels: all: True/10 tdb: False/0 printdrivers: False/0 lanman: False/0 smb: False/0 rpc_parse: False/0
2004 May 03
1
circular correlation
I have a problem that deals with correlating wind velocity to seed collection data. The problem lies in that I have a wind data set that is contains 2000+ data points and weed collection data on the order of a couple hundred. Both data sets were collected for the same time period, but there is not a one-to-one wind velocity->seed location match. My understanding of correlation is that you
2000 Mar 10
1
variable name to hist within apply?
Hello, After spending sometime trying to generate histograms of all the numeric variables in a data frame using a for loop, I realized I could use apply to create the histograms. This was one of those few moments when I `see' the alternative to looping. So, I can generate all the histograms with this command: apply(toblo.df[,-c(40,52)],2,hist) # 40 and 52 are ID's When I do this, the
2004 Aug 19
0
FW: LDAP Idmap
In addition to the instructions below, you must have complied the NSS_LDAP from www.padl.com on your SAMBA PDC. I have written a how-to with instructions to compile NSS_LDAP and an example smb.conf attached to this email. I got the detailed directions from the "SAMBA 3 by example" at http://us1.samba.org/samba/docs/man/Samba-Guide/ Good luck, Pat -----Original Message----- From:
2004 Jun 16
0
LDAP idmap backend
I've been trying to get an idmap backend working in an ldap database (I know, not really a database). I think I got most it worked out, but I'm having a problem getting samba to bind to the ldap server. My smb.conf says (just the important stuff, with my domain taken out because I'm paranoid): idmap backend = ldap:ldap://ldapserver.subdomain.domain.com:389 ldap suffix =
2004 Apr 13
3
randomForest: more than one variable needed?
Hi, I am doing feature selection for my dataset. The following is the extreme case where only one feature is left. But I got the error below. So my question is that do I have to use more than one features? sample.subset udomain.edu hpclass 1 -1.0 not 2 -1.0 not 3 -0.2 not 4 1.0 hp 5 1.0 hp > randomForest(hpclass ~.,
2004 Apr 12
2
Random Forest:how to do an automatic rerun using only the important variables
Hi, I am using the Random Forest Package, and want to do an automatic rerun using only those variables that were most important in the original run. Is there anybody who has experience with this and can give me helpful suggestions? Best regards, Hui Han Department of Computer Science and Engineering, The Pennsylvania State University University Park, PA,16802 email: hhan at cse.psu.edu
2004 Mar 31
3
help with the usage of "randomForest"
Dear all, Can anybody give me some hint on the following error msg I got with using randomForest? I have two-class classification problem. The data file "sample" is: ---------------------------------------------------------- udomain.edu udomain.hcs hpclass 1 1.0000 1 not 2 NA 2 not 3 NA 0.8 not 4 NA 0.2 hp 5 NA 0.9 hp ------------------------------------------------------------ The
2013 Oct 28
2
Re: [Qemu-devel] About VM fork in QEMU
> That's odd, because we have supported --live since 1.0.5. Are you sure > you are running the right libvirtd version and not just reporting the > version of your virsh? You are right. I am running an old libvirtd but with a new virsh. It works now! Thank you so much! Xinyang -- Xinyang GE Department of Computer Science & Engineering The Pennsylvania State University
2013 Oct 28
2
Re: [Qemu-devel] About VM fork in QEMU
>>> External snapshots (via the blockdev-snapshot-sync QMP command) can be >>> taken in a matter of milliseconds if you only care about disk state. >>> Furthermore, if you want to take a snapshot of both memory and disk >>> state, such that the clone can be resumed from the same time, you can do >>> that with a guest downtime that only lasts as long as
2007 Mar 30
1
Trouble installing package 'sp' in R 2.4.1
Hi all, I just installed R 2.4.1 and tried to install the package 'sp' working down from the 'Packages' menu in the R GUI. The package would not install and I got the following message: "trying URL 'http://cran.us.r-project.org/bin/windows/contrib/2.4/sp_0.9-10.zip' Error in download.file(url, destfile, method, mode = "wb") : cannot
2008 May 26
1
To draw observation [m, n] from 20 data frames named frame1, ... , frame20
Hi all, I have 20 data frames, named frame1, ... , frame20. Each data frame has the dimension 20x5. I need to build a function that calls out the observation in Row 1, Col 2 from all 20 data frames and places it in a vector of length 20. I have tried the following code: vect <- rep(0,20) for(i in 1:20){ vect[i] <- paste("frame",i,"[1,2]",sep="") } The
2011 Mar 03
2
lattice custom axis function -- right side margins
Dear R help list, I have a plot with two different vertical scales that I want to display on either side of the plot. It's quite similar to the Fahrenheit-Centigrade example in the examples section of the documentation for axis.default. The right-side axis is clipped off, though, and I haven't been able to figure out anything with viewport() and clipping or trellis.par.set to fix
2007 Nov 07
0
normalizing data for low kurtosis
To run my data in another program my data cannot exceed a kurtosis of 0.8. I'm wondering if there is a package that can determine if the kurtosis for a trait is equal to or greater than 0.8 and then determine the appropriate normalizing methods to reduce the kurtosis to less than 0.8. I would also need to have record of what normalizing procedures were done for each trait Katherine Willmore
2013 Oct 28
0
Re: [Qemu-devel] About VM fork in QEMU
>> That's odd, because we have supported --live since 1.0.5. Are you sure >> you are running the right libvirtd version and not just reporting the >> version of your virsh? > > You are right. I am running an old libvirtd but with a new virsh. It > works now! Thank you so much! Another question is about snapshot reversion. I am trying to use "virsh
2009 Feb 03
1
overlaying plots from a list of data frames
Hello R list, I have a list of data frames, in the form (dump output for an example list follows message): $site1 year data 1 2000 0.03685042 2 2001 0.02583885 6 2005 0.02480015 7 2006 0.03458745 $site2 year data 1 2002 4.071134e-03 2 2003 -4.513524e-08 3 2004 8.336272e-08 4 2005 2.270803e-08 5 2006 1.263597e-02 6 2007 NaN I would like to plot each