similar to: Secondary Groups and Group Mapping

Displaying 20 results from an estimated 1000 matches similar to: "Secondary Groups and Group Mapping"

2009 Aug 28
1
how to explain the interaction terms regarding "treatment contrast" of lm model
Dear list, I am confused on how to explain the interaction term in the context of "treatment contrast". for example, I have an data frame as below: sub group val 1 a group1 3.685625 2 a group1 3.407445 3 a group1 4.040920 4 a group1 2.890875 5 b group1 3.853280 6 b group1 4.113585 7 b group1 3.043250 8 b group1 3.800920 9 c group1 5.394305 10 c
2008 Oct 21
2
Hello
Hello New user of Mandriva, I have been directed to Wine for gaming compatibility. So here is my question : is there a list of game working through Wine ? I was used to play LOTR (Lord of the Ring) and POTCO (Pirates of the Caraibes) with my window interface and I would like to remove XP and just keep Mandriva. THank you
2009 Jul 22
2
.Ink file editing
I'm trying to edit an*.Ink of a mod (http://www.moddb.com/mods/rj-rotwk) of LotR:BfME2 RoWK but i can't make it work here is a copy of what i'm trying to do: windows normal link: Code: "C:\Program Files\Electronic Arts\The Lord of the Rings, The Rise of the Witch-king\lotrbfme2ep1.exe" -mod "C:\RJ_RotWK_1_06" the game is installed in Code:
2011 Dec 09
2
DDO issues, again, sorry
ok, well im not amazing with Linux, but i got Dungeons and dragons online to work perfectly in the last version of ubuntu. i did, honestly! i just pulled my pc out again, updated to the newest version of ubuntu. tried to run DDO. nothing, quite cross. played around for a bit, tried a full reinstall of both wine, DDO and the LOTR launcher. as far as i can tell. im having problems with the launcher
2007 May 17
4
bug or feature?
R version 2.5.0, under gentoo linux. This may be just my ignorance about naming conventions inside loops and subsets, but the following appears like a bug to me. y = c( 1963, 1963, 1964, 1964, 1965, 1965 ); r1= rnorm(6); d= data.frame ( y=y, r1=r1 ); ## note: I am not attach()ing anything anywhere ## this should give me two results, which it does ahw.y= subset(d, d$y==1963);
2003 Nov 26
1
WinXP error when launch "Network Identification Panel"
I have a problem on WinXP Pro. When I try to launch "Network Identification Panel" or "My Computer" Properties I receive an error from svchost.exe like "Memory Could not be read ... pres Cancel to Debug" and in smbd log file I have: [2003/11/26 09:37:39, 2] lib/smbldap.c:smbldap_search_domain_info(1296) Searching
2003 Dec 11
2
samba3/ldap/net groupmap fails
hi, we recently upgraded from samba 2.2.8a w/ldap to samba3 w/ldap and having troubles with domain group mappings. first symptom is that net groupmap list returns nothing. [root@lola root]# net groupmap list [root@lola root]# if we try to add a groupmapping, the command fails: net groupmap add sid=<sid-gid> ntgroup="Domain Admins" unixgroup=domadm type=domain --debuglevel=4
2004 Jan 27
0
problems with group mappings with ldap
the weirdness continues net groupmap modify ntgroup="Domain Admins" unixgroup="ntadmin" NT Group Domain Admins doesn't exist in mapping DB --- On Mon 01/26, John H. < mrmailer@myway.com > wrote: From: John H. [mailto: mrmailer@myway.com] To: samba@lists.samba.org Date: Mon, 26 Jan 2004 17:40:49 -0500 (EST) Subject: Re: [Samba] net:
2003 Apr 19
0
3.0 alpha23 ldapsam/group mapping issue
I just moved from using samba 2.2.5 using ldapsam on a mac os x server 10.2.5 system to samba 3.0 alpha23. I have this samba server acting as a PDC. I would like to enable group mappings but am having an issue. This is the first group mapping error I get when a user first logs in: ldap_connect_system: succesful connection to the LDAP server [2003/04/19 13:39:00, 2]
2006 Mar 17
1
Problem at include a machine in domain
Hello guys! My name its Stephan and i'm from Brazil , so sorry for my bad english. I'm configuring a Samba how a PDC in my network... working with OpenLdap. I'm using Slackware 10.2 (Default Kernel, 2.4) Samba 3.0.21c slapd 2.3.19. smbdap-tools. When i include a machine in my domain for smbldap-tools , its all right. But when i try to include tha machine for windows (for the clients)
2003 Dec 21
1
why does this happen?
do I somehow have to add RID's? [root@linserv2 sbin]# ldapsearch -x -h localhost -b "o=Mullen,c=US" '(cn=Domain Admins)' version: 2 # # filter: (cn=Domain Admins) # requesting: ALL # # Domain Admins, Groups, Mullen, US dn: cn=Domain Admins,ou=Groups,o=Mullen,c=US objectClass: posixGroup objectClass: sambaGroupMapping gidNumber: 512 cn: Domain Admins memberUid:
2005 Sep 01
1
Samba with LDAP -> Can't include Windows Client
Hi, at first sorry for my horrible englisch. My name is Benjamin Nagel and I had setup a lot of Samba Server, but untill now without LDAP as backend. My data: Suse 9.2 Samba 3.0.9-2.3-SUSE OpenLDAP: slapd 2.2.15 I had setup Samba and OpenLDAP like the IDEALX documentation. I can create a linux user with the smbldap-useradd script and I can login with this user. But when I want to include a
2004 Apr 05
1
Why samba-3.0.2 give me this error message?
Hi All, Need your expert advice regarding Samba3 + OpenLDAP. I have configure openldap and Samba3 on my FreeBSD5.2.1. I have make Samba3 as a PDC on and Authenticate using LDAP. Everythings works fine.... I can login using sambauser1 to my Samba3-PDC and do profile roaming. However I come accross bellow error message on my /var/log/message and it's really annoying me. Can some body advice
2003 Mar 11
2
2GB File size limit on ext3?
I'm using RedHat 7.2 with kernel 2.4.18-26.7.xsmp and root mount using ext3. And I have simple test.pl script: #!/usr/local/bin/perl open FILE, ">testfile"; while(1){ print FILE "Test.\n" or die $!; } It's died when the file size is 2147483647 and give error message: "File size limit exceeded" and I run "cat testfile testfile >>
2011 Mar 05
1
file mode lost in file.copy()?
Hi, Recently I noticed file.copy() would discard the file mode information. Is this the expected behaviour or a bug for file.copy()? > file.create('testfile') [1] TRUE > file.info('testfile') size isdir mode mtime ctime testfile 0 FALSE 644 2011-03-05 17:06:39 2011-03-05 17:06:39 atime uid gid uname grname
2011 Mar 05
1
file mode lost in file.copy()?
Hi, Recently I noticed file.copy() would discard the file mode information. Is this the expected behaviour or a bug for file.copy()? > file.create('testfile') [1] TRUE > file.info('testfile') size isdir mode mtime ctime testfile 0 FALSE 644 2011-03-05 17:06:39 2011-03-05 17:06:39 atime uid gid uname grname
2008 Feb 18
2
skip non-converging nls() in a list
Howdee, My question appears at #6 below: 1. I want to model the growth of each of a large number of individuals using a 4-parameter logistic growth curve. 2. nlme does not converge with the random structure that I want to use. 3. nlsList does not converge for some individuals. 4. I decided to go around nlsList using: t(sapply(split(data, list(data$id)), function(subd){coef(nls(mass ~
2004 Aug 26
1
Net groupmap fails
Samba 3.0.6 installed. Net join ads worked perfectly. Net groupmap add fails as follows: lildude# net groupmap add unixgroup=admin ntgroup=Administrators [2004/08/26 09:28:19, 0] param/loadparm.c:map_parameter(2449) Unknown parameter encountered: "default_keytab_name" [2004/08/26 09:28:19, 0] param/loadparm.c:lp_do_parameter(3139) Ignoring unknown parameter
2004 Jul 09
1
Regarding net groupmap
Well, my Samba 3.0.4 is joined to a w2k AD and works fairly well so far, as it's not in a production environment yet. I am now testing it for such a release and have encountered a permission problem. Unless I chmod -R 777 the Samba share directroy, users can only read files on the share, including the ADS users in Domain Admins. Reading the Samba online manual, I figured the groupmap
2003 Oct 29
1
net groupmap modify bug
Hi, After a successful upgrade from samba3alpha19 to samba3.0.1pre1 I am now doing the group mapping stage. The problem I am having is modifying a group in the LDAP directory. I am using net groupmap modify ntgroup=staff unixgroup=staff type=domain. The error it is coming up with is [2003/10/29 17:21:39, 2] passdb/pdb_ldap.c:ldapsam_search_one_group(1615) ldapsam_search_one_group: searching