similar to: Limiting to Windows domain groups

Displaying 20 results from an estimated 2000 matches similar to: "Limiting to Windows domain groups"

2004 Mar 19
1
How to control shell access by group?
Sorry if this is too newbie. I would appreciate any help. I would like to control shell access by group so that I don't have to add it to parameter "template shell: and give everyone that is authenticated shell access. I am using winbind so I see every window user when I do a "getent passwd" with /bin/null as their shell but I don't know how to go and change that for
2004 Mar 16
1
Ways to use Samba Authenication with apache 2
Mod_auth_apache seems to be only for version 1.2 and 1.3. Does anyone know of another solution? Any help would be appreciated. Jason Lehman Webmaster, Registrar's Office (813)974-4157 Phone 574-4157 Suncom (813)974-5271 FAX jlehman@admin.usf.edu Email
2004 Mar 15
0
I get authenicated but I can't get to share
I see in the log where I get authenticated but it won't let me have access to the share from Windows XP to linux box. If I set up the server without domain auth on samba and setup a matching account on the linux box I have no problems accessing. But we want to use domain auth. So then if I setup domain auth I can get authenticated in fact I can login to the linux box with my windows username
2011 Oct 25
1
regression using GMM for mulltiple groups
Inthe code below I was trying to to obtain the GMM estimates for CAPM (REGRESSION) for 36 stocks each have 180 observations,however it only gives me one output rather than 36. In SAS i would just put in a *By statement*. I have a variable TICKER that categorize them into 36 groups. *How can I obtain all 36 output instead of just one.* **
2009 Feb 24
3
All the products of common factors
This is a seemingly simple problem - hopefully someone can help. Problem: we have two integers. We want (1) all the common factors, and (2) all the possible products of these factors. We know how to get (1), but can't figure out a general way to get (2). Example: 40 and 80 have these factors: c(1,2,2,2,5) and c(1,2,2,2,2,5). We can use match() to get the common factors c(1,2,2,2,5). What
2001 Apr 17
2
setting up printers with Samba and Windows NT workstation
Hello all. I'm a samba newbie given the task of setting up samba to act as a print server for 5 HP laser printers ranging from the LaserJet 4MV to the LaserJet 8150N. I've done a search of the samba mailing list archives to see if my problem has already been addressed, but I have been unable to find anything that refers to the same error I'm receiving. I am using SWAT to administer
2006 Apr 25
4
pxelinux and startrom.com
Greetings Luis, I saw a thread about Startrom.com and startrom.o that had your name attached... I was wondering if you had a moment to comment on an issue that I have. I have a Linux server that is our corporate PXE server. It is set up in a logical folder structure so that a host can be pointed to boot a variety of different OS's (DOS, Linux loaders, Windows PE). Here is in my dilemma,
2005 Nov 10
1
dovecot 1.0alpha 4 error
I tried to research this but could not find anything. Apologies if someone already reported this issue. I was running alpha 3 on Solaris 9, and having some timeout issues on lasge mailboxes. Decided to upgrade to rc4 before tweaking anything else. On rc4, when I try to start dovecot, I am getting: dovecot: Nov 10 14:04:56 Info: Dovecot v1.0.alpha4 starting up dovecot: Nov 10 14:04:57 Error:
2002 Jun 21
1
problem with SJava
Sorry if this is a stupid question, but I think I followed the instructions in installing the latest R and SJava (on NT4.0). Once all is said and done I get the following error: > library(SJava) Error in .Defunct() : `.Alias' is defunct. See ?Defunct. Do I have a version problem? ------------------------------------------------------------------------------ This message is intended only
2015 Oct 08
2
4K ~ 3840x2160 resolution and frame buffer support
Thank you for your quick reply. I have a Gigabyte GT-730 2GB card hooked directly via a high quality HDMI cable to a 65 inch Samsung curved screen LCD 4K monitor. I'm not sure what I am looking for in dmesg and xorg log. Please advise. I have built the 3.19.8 kernel and enabled frame buffer support. I can see 7 out of the 8 penguins when I boot. My ultimate goal is to be able to boot to
2007 Jul 11
1
Full screen question regarding World of Warcraft
Hi, I currently switch between Cedega and Wine to play World of Warcraft. Overall Wine works fine except for 1 issue I have that I want to try and get fixed. When I play WoW full screened in Cedega, pressing keys such as Alt and an ability let me cast it upon myself without changing targets. If Cedega isn't in a full screen mode, this doesn't work. For Wine though regardless of whether it
2007 Oct 16
5
openssh question
If I need to add a client session logging (into a file), can I develop a loadable module instead of messing with clientloop.c/ssh.c? Sridhar Seetharaman Sridhar Seetharaman - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the
2008 May 22
6
Alternatives to rJava and JRI
Has anyone come across any alternatives to rJava and JRI? Are they any good? Better perhaps? Please give your reasons. Thanks, Danish - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are
2003 Sep 14
3
Re: Logistic Regression
Christoph Lehman had problems with seperated data in two-class logistic regression. One useful little trick is to penalize the logistic regression using a quadratic penalty on the coefficients. I am sure there are functions in the R contributed libraries to do this; otherwise it is easy to achieve via IRLS using ridge regressions. Then even though the data are separated, the penalized
2007 Nov 15
3
How to make rsync faster?
I manage 250+ redhat linux boxes. The boxes are all setup the same way. On a daily basis, we sync the app directory which is about 30gb out to all hosts. The daily delta is actually less than 1gb, but since I can't be sure if any individual box was tempered during the day, I always do a full sync. On a monthly basis, we run with "--delete" to clean out the stale files on the hosts.
2008 Jun 17
1
Build a R into a single static library on windows?
Hi R users, I've been developing a C++ library that depends on R through R.dll. The current way is to have R directories somewhere and have R_HOME pointing to it. This works. But it's inconvenient when deploying this library since the whole R distribution has to be deployed with it. It would be very nice if there is some way to build R into a single static library that any C/C++ program
2007 Dec 18
2
Is cp then mv the default?
Hi, I noticed there is an "-inplace" option on rsync web site's man page. So this seems to mean "copy then move" is the default behavior. Has this been the default all the time? I am running a pretty old version, see below, and I need to have the "copy then move" feature to ensure partial files are not accessed while they are being updated. [qt_prod@cflxqs55p
2003 Jul 17
0
Samba 2.2.8a/winbindd - 2K Domain users passwordchallenged
Okay okay - forgive me for being a whiney itchbay. But the fix was (when discussing *nix systems) quite counter intuitive ... I noticed that, even after using chmod #uid file, that the system was not returning the string name for the appropriate numerical uid. So, since I was headed out to lunch, I went ahead and rebooted the server. Lo and behold it all appears to work now. Correctly even.
2016 Jun 16
2
yum timeout ... (CentOS 6.8)
On 16.06.2016 21:39, Ned Slider wrote: > > On 16/06/16 19:41, Walter H. wrote: >> On 16.06.2016 19:40, Frank Cox wrote: >>> On Thu, 16 Jun 2016 19:34:09 +0200 >>> Walter H. wrote: >>> yum -disableplugin=fastestmirror nowseewhathappens. >>> >>> >> yes this goes fast, no timeout; >> can I configure this in /etc/yum.conf? >>
2015 Apr 05
2
nutdrv_qx hangs after send: QS
Hi, Apologies for the many replies. I have found this documentation: http://www.lehman.cuny.edu/cgi-bin/man-cgi?ugen+7 (I am using the ugen driver). Richard On Sun, Apr 5, 2015 at 3:34 AM Richard Flint <richard.flint at gmail.com> wrote: > Hi, > > I have to admit this sounds like it could screw up the system if not done > right - particularly because the solaris packaging