similar to: Samba with Domain User accounts

Displaying 20 results from an estimated 900 matches similar to: "Samba with Domain User accounts"

2003 Oct 02
1
Multiple Group permissions with Samba
I have been trying to get a straight answer on this and hoping that someone can help me out. This is my current configuration (simplified) and what I need. We have 4 directories. Call them directory "a, b, c, and d". We also have 4 groups. Lets call them "admin, user, exec, db." We would want "amdin" group full control over all directories. Next we want group
2004 May 18
1
1-way anova, nested model
Dear all, We compared the gene expression level in two conditions: high (H) and low (L), using real-time PCR. We had 3 samples of each condition, and we quantified each sample twice (i.e. a technical replication). Our data looks like: H1 H1 H2 H2 H3 H3 L1 L1 L2 L2 L3 L3 We want to test if the level in H vs L is significantly different. I would like to use ANOVA and I guess a nested model with
2012 Apr 06
2
multiple values in one column
I have some data files in which some fields have multiple values. For example first last sex major John Smith M ANTH Jane Doe F HIST,BIOL What's the best R-like way to handle these data (Jane's major in my example), so that I can do things like summarize the other fields by them (e.g., sex by major)? Right now I'm processing the files (in excel since they're
2004 Nov 18
3
storing profiles on a 3rd host (NetApp), and [profiles] section of smb.conf
1. Is it okay to use an NFS-mounted path in the [profiles] path statement? 2. How do I make sure that owner & permissions don't get set to root on certain profile files when the user profile is migrated to the PDC 'logon path' area? -------------------------------------------------------- I've set out to move our Windows PCs into a samba PDC domain, and my first profile
1999 Jul 15
2
S objects to R
I've tried to move objects from S to R. In S+, I use data.dump() and data.restore(). I've made a file all.dum using data.dump(ls()) in S+, but the R command load("all.dum") gives an error: > load("/jaz/all.dum") Error: restore file corrupted -- no data loaded Is there any way to pass my objects from S+ to R? Thanks Agus Dr. Agustin Lobo Instituto de Ciencias de
1998 Jun 04
5
Linux DoS attack through autoprobing
-----BEGIN PGP SIGNED MESSAGE----- The autodetection routines for some linux modules can tie up the machine for several seconds at a time. By trying to open devices not present on the machine, a local user can disrupt service considerably. A very simple exploit is victim$ ls /dev/*/* repeatedly. A suggested fix is to remove or chmod 0 device nodes for hardware not installed on the
1999 Jun 08
1
equiv of inspect ?
Is there an equivalent under R (I got the 0.64.1 version) of the inspect() function ? thanks. ------------------------------------------------------ mathieuros at bigfoot.com Universiti Paul Sabatier Toulouse Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com
2002 Sep 19
0
logsnip -- sorry, not much detail
I'm not sure what this means, but it references BUGS.txt as if the information may be of use. I'm not in the position to diagnose further. smbd didn't die totally, but the process reporting this is not my main smbd. My main smbd is at 5000 something, and is still up. This was a child process of some sort. I imagine this may be because I upgraded my openssl recently. After
2006 Aug 30
1
Can ONLY log in as root-console perms problem
I did yum update the other day and it downloaded and installed a bunch of stuff, including a kernel. Didn't have time to reboot until today. today when I reboot, I get a message something like this during boot (from memory since it doesn't seem to be saved in dmesg anywhere): CRITICAL unknown class console at line 23 in /etc/security/console.perms and when the system finishes booting,
2011 Feb 27
1
Carrierwave vs paperclip vs attachment_fu ??
I need to upload not only images but also other files(excel, pdf''s), I would like to setup custom validations for the specific file uploaded(size, format) and I am using rails 3 Any recommendations would be greatly appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email
2010 May 25
1
warning from install.packages()
Just curious: is there a particular reason why install.packages() gives a warning in normal use when 'lib' is not specified (e.g. argument 'lib' is missing: using '/usr/local/lib/R/site-library' )? It would seem to me that this is normal behavior as documented (" If missing, defaults to the first element of ?.libPaths()?.") It's one of the most common
2000 Aug 23
1
logons
I am running samba 1.9.18p10 on a Cobalt Qube2. Logins from Win98 machines were working fine until I installed patches 3.0 and 3.0.1 from Cobalt and now I get the error "... couldn't find service netlogon" Then, when more than 1 PC tries to access a file off one of the shares, smbd starts to eat 98% of the CPU and the log file says: "receive_local_message. Error in recvfrom.
2007 Jan 23
7
ActiveRecord requires sequence numbers in Oracle join table
I am mapping ActiveRecord classes to an existing Oracle database. This means I cannot change the database schema to fit ActiveRecord conventions. Predictably, I have gotten into trouble: I have several join tables that do not have a primary key column, and therefore no number sequence defined. ActiveRecord insists on requiring a sequence, and gets unhappy when there is none to find. Is there a
2001 Dec 20
2
embedded vorbis players
Anyone know of any vorbis players more or less the size of an MP3 player - something that will fit in a pocket? Or some projects to make one? I'd be willing to work on putting one together and port vorbis to some embedded processor. Any rough idea of what processor capabilities should be needed for the number crunching (is an FPU necessary, 16/32 bit, speed)? I realize the dev list might be a
1998 May 12
25
Checking remote servers
I''d like to hear some suggestions about securely administering a system remotely. Here''s the application: a project is going to scatter some server machines around the US. The server machines will be running Linux, with the only network servers being a custom application. Ignoring the separate question of physical security, how can I remotely check the system''s
2004 Jun 21
3
Samba denies access to vaild share
Hello, I'm looking for some help troublshooting why I can't access this share. Everything looks good to me, but smbd does not allow my account in.... Samba 3.0.4 on Debian > [2004/06/21 11:41:35, 2] smbd/service.c:make_connection_snum(311) > user 'LABOR\TIM' (from session setup) not permitted to access this share (ISO) > [2004/06/21 11:41:35, 3]
2000 Jan 25
0
Share name must = vaild user?
I have been having a heck of a time trying to setup samba with "security = share" I have the following shares and related config files defined yet windows 95/98 clients get password rejected when trying to connect to the shares. However I have found that if I call the share the same as the user in the valid user parameter the can connect fine. I have tried the "username map"
2011 Feb 04
5
Date parse - month and day reversed
I am getting the month and day reversed in parsing a date. I am wondering if there is some intelligence in Ruby that knows that at the moment I am in Mexico, as the parsing is working as if I was "6/15/2008".to_date => ArgumentError: invalid date "15/6/2008".to_date => Sun, 15 Jun 2008 What I really want is my date to be understood as month/day/year. Is there a way to
2011 Jul 13
6
some window files are missing from /.wine
i can't find some of the files and folders what should i do system32/driver/etc is missing
2011 Sep 15
2
Shared folder not listing
Hi Timo, I've got a weird problem on our dovecot. We're trying to setup private shared folder access. I have 2 users. tom at mailbox.com and system at mailbox.com. I have set the ACL's on all the folders (and subfolders) on system at mailbox.com. However, I'm not getting any of them listed when I check tom at mailbox.com <mailto:tom at mailbox.com's> 's IMAP