similar to: Samba using AD as a directory server

Displaying 20 results from an estimated 20000 matches similar to: "Samba using AD as a directory server"

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 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 Aug 14
0
IDMAP and RID problems
I am trying to get the rid back end to work for samba so that the UID and GID are predictable. Here is my smb.conf file. Anyone see any problems with this? When I use the default of tdb it maps UID just fine but this config is not working. Thanks Mark [global] workgroup = XXXX server string = Samba Server security = ads encrypt passwords = yes realm = XXX.XXX.EDU
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
2007 Nov 30
5
Problems with fedora 7 paravirtualize
I''m using Fedora 7 with xen''s virt-manager. I''d manage to install a full virtualized WinXp domU after changing the settings in .xml files. Now I would like to try to install the paravirtualize fedora 7 using virt-manager I''m using this install media address > http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/ And the virt-manager console
2007 Dec 04
5
what the H is this virbr0?
Hi, I just tested in the lab the new CentOS 5.1 Xen and find out it breaks network connectivity, at least in my setup. It seems it is somehow making use of the 3.1 Xen version (altought I am not sure about that) but whatever changes it introduce is not documented at the location one would expect, the obvious new thing (at least for me) is this thing I will call out of guessing a virtual
2008 Aug 20
9
Upgrading xen from CentOS 5.0 to 5.2
Hi, We are planning to upgrade our dom0s from CentOS5.0 to CentOS 5.2, using the xen version shipped with the OS : the RPM versions are respectively 3.0.3-25.el5 and 3.0.3-64.el5_2.1, I don''t know exactly to which version of Xen it corresponds (but it should be further than 3.0.3, right ?). Kernel versions are resp. 2.6.18-8.el5xen and 2.6.18-92.el5xen. As we want to avoid any
2007 Dec 06
2
Anyone able to compile Nvidia on Ubuntu 7.10 or Fedora 8
Hi, Is there anyone following this list who could compile any version of nvidia driver on Ubuntu 7.10 or Fedora 8 running XEN? (kernels 2.6.22-14 for Ubuntu or 2.6.21 for Fedora 8 ) Thanks, Emre Erenoglu erenoglu@gmail.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Apr 17
5
Hardware compatibility - Dell Inspiron 6400 or thinkpad t60?
Hi, Since a while I am curious to buy a machine with hardware virtualization support. Finally, they start to become available here in Germany. So, I want to get such a machine. I want to buy a dell inspiron 6400 or an IBM thinkpad T60 which are said to have such a mobile processor with hardware virtualization - does anybody have experiences with these? Looking in the Hardware compatibility
2006 Apr 14
3
xen 3.0.2 only one kernel?
i just ran install.sh from the xen 3.0.2 pre-built distribution. in /boot it put vmlinuz-2.6.16-xen vmlinuz-2.6-xen -> vmlinuz-2.6.16-xen what happened to the xen0 and xenU kernels? also in /boot from xen 3.0.1 is vmlinuz-2.6-xen0 -> vmlinuz-2.6.12.6-xen0 vmlinuz-2.6-xenU -> vmlinuz-2.6.12.6-xenU which is what i expected from xen 3.0.2. don
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
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
2006 Jun 05
3
How to configure two NICs on a DomU?
Hi, When I install Oracle RAC on Xen VM, some problem occurred. How can I configure two NICs on a Xen''s DomU. You know, RAC''s installation requires two NICs on a node. I am a newbie about Xen. Please give me some advice. Thanks. Yaqiong lee Beijing,China -----邮件原件----- 发件人: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] 代表
2008 Aug 25
3
Problem: when I am trying to create a PV guest on DQ35
When I am trying to create a PV guest on DQ35, i am getting following error: >xm create CENTOS_PV.cfg -c Traceback (most recent call last): File "/usr/bin/pygrub", line 680, in ? zfsinfo = fsimage.getbootstring(fs) AttributeError: ''module'' object has no attribute ''getbootstring'' Error: Boot loader didn''t return any data! PV
2008 Feb 02
2
Nvidia
Hello, i configured a 2 xen one on a hp with ati video card and one amd with envidia, the xen on nvidia no work the X-server, only a black screen i can see. how i can install a OS from CD-ROM, the menssaje is that not found /bin/ls when i used xen-create-image --hostname prueba --ip 192.168.1.5--copy /mnt/cd -- Juan Carlos Reyes GNU/Linux ID: 305743 Powered by Debian Caracas-Venezuela
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 ~.,