similar to: Permissions

Displaying 20 results from an estimated 100000 matches similar to: "Permissions"

2005 Sep 30
4
by() processing on a dataframe
I want to calculate a statistic on a number of subgroups of a dataframe, then put the results into a dataframe. (What SAS PROC MEANS does, I think, though it's been years since I used it.) This is possible using by(), but it seems cumbersome and fragile. Is there a more straightforward way than this? Here's a simple example showing my current strategy: > dataset <-
2010 Aug 21
1
lattice::xyplot() with one factor for points and another for lines
Hi: In lattice, how does one handle separate graphical behavior for two different factors? In the xyplot below, the objective is to use the levels of one factor to distinguish corresponding shapes and colors, and the levels of the other factor to perform level-wise loess smooths. # Illustrative data: d <- data.frame(time = rep(1:8, each = 6), val = rnorm(48), gp1 =
2010 Aug 22
0
lattice::xyplot() with one factor for points and another for lines - solution
Hi: Yesterday, I posted a question regarding how to handle different graphical behavior between two factors in xyplot() [package lattice]. After a public and private reply from Deepayan Sarkar, the problem has been resolved nicely, including the addition of a stacked legend for the two factors in question. The latter requires package latticeExtra. library(lattice) library(latticeExtra) # Test
2009 Aug 12
3
Combinatorial problem
I have been struggling trying to write some code to produce all combinations subject to some restrictions. I thought someone might have some bright ideas. I have 11 values which fall into 5 groups. I want all combinations of 2,3, and 4 values where each value must be from a different group. The numbers in the groups are different. Here is a definition of the groups: groups <- list(gp1 =
2011 Sep 29
1
plot.igraph
I am having trouble plotting one of my graphs (think graph theory graph with edges and vertices, not scatterplots or histograms). For some pairs of vertices, I want multiple edges to be visible in my graph. As an example of this, in my script below, I want two edges to be visible from vertex 1 and vertex 9 (among some others) yet when I plot it, only one edge is visible.
2008 Sep 02
0
Samba and file system permissions (secondary/auxillary/non-primary groups)
Hi I have a problem with samba integrated with Active Directory (2003). I wish to have one share containing different folders and I wish access to these folders to be controlled at the file system level. So that if a connecting user is in the group(s) specified at the filesystem level he or she is permitted access to that folder according to the folders permissions. I'm running Ubuntu 8.04.1,
2003 Dec 17
1
repeated measures aov problem
Hi all, I have a strange problem and rigth now I can't figure out a solution. Trying to calculate an ANOVA with one between subject factor (group) and one within (hemisphere). My dependent variable is source localization (data). My N = 25. My data.frame looks like this: > ML.dist.stack subj group hemisphere data 1 1 tin left 0.7460840 2 2 tin left
2020 Jun 16
0
iwlwifi problem after Centos 8.2 update
Hi! I get high cpu usage on my laptop (yes im running Centos on my laptop) after my last update. At the beginning i though it was libvrtd but after stopping it gnome monitor keep showing high cpu usage although i couldnt find the app that was responsible for it with the top command. I searched my log files and I saw alot of iwlwifi message. I had to turn off wifi in order to stop high cpu
2014 Apr 23
2
Change permissions as administrator
I'm new in the mailing list, so hello to everyone. I have two file servers with samba4 as domain members of a windows server 2012 AD. I'd like to change permissions from windows machines as administrator, but I can only change permissions by the file owner. Is this possible? Thank you in advance Andr?s Configuration: Debian amd64 kernel 3.12. Samba 4.1.6-Debian (from distro)
2003 Apr 14
0
ACL group permissions only work on primary group
Intro: There have been a few postings on this subject with few answers. If anyone knows where to point those of us trying to work this out, or will enlighten us as to the limitations of ACL's and Samba, we would appreciate your help. So far, acl.bestbits.at does not have any information on this particular problem. Environment: Samba 3.0 alpha 21 or 23 (I skipped 22, but most likely it had
2015 Feb 25
2
Samba4 Permissions on Shares
Hi guys, Please could someone try assist me. I seem to be encountering some permission issues with moving to Samba4 AD and setting permissions via the Windows Share... I'm running samba-4.1.14-10 on Centos 6.5 This is my smb.conf [global] workgroup = MYDOMAIN-HO realm = mydomain-ho.local netbios name = HEADOFFICE server role = active directory domain
2016 Oct 13
0
Unable to set up home share correctly
On Thu, 13 Oct 2016 10:33:20 +0200 Udo Willke via samba <samba at lists.samba.org> wrote: > Hi everyone, > > after some struggling I have finally set up a Samba AD DC and a file > server more or less successfully. Unfortunately I am failing at one > of the last steps: the configuration of the home share, where I can't > set the permissions correctly which, as a
2019 Jun 21
0
Samba winbind on redhat 7
Hello, I am facing 2 issues now. The first one is the more critical for me... 1. When I switch from sssd to winbind with : # authconfig --enablekrb5 --enablewinbind --enablewinbindauth --enablemkhomedir --update My sftp access did not work. Does it change the way to pass the login ? I used to connect in sftp with userlogin / userpassword //var/log/secure :// / /Jun 21 11:08:31 [localhost]
2016 Oct 13
3
Unable to set up home share correctly
Hello Rowland, thank you for your swift reply. I made the modifications you suggested, which unfortunately did not better the situation. No change as to the "Creator Owner" rights and the Administrator account still shown as locked. Also, I couldn't spot any suspicious messages in the Samba logfiles besides maybe get_referred_path: |profiles| in dfs path
2016 Oct 13
2
Unable to set up home share correctly
Hi everyone, after some struggling I have finally set up a Samba AD DC and a file server more or less successfully. Unfortunately I am failing at one of the last steps: the configuration of the home share, where I can't set the permissions correctly which, as a consequence, seems to prevent the creation of the users' folders on the home share I am using the standard Samba packages on
2004 Feb 17
0
Samba3/ADS: share permissions vs ACLs
Hello, I'm struggling with permissions management in samba 3.0.2, ads member mode, on SuSE 9. I have essentially two questions: 1) What is the precendence of the various permissions (Filesystem, share, ACL, smb.conf, user vs. group in each) that Samba observes, and how do they effect each other? 2) Should I be able to set share-level permissions on a samba share from a Win2k machine by
2011 Nov 07
1
Permissions in printer share
Hi everyone, I'm trying to migrate my print server to Samba. All is working well except security. In my domain, some groups are able to print to certain printers and others to other printers. I tried with "write list = @group" but it doesn't worked. How do I configure the permissions on samba's printers, for a user group can print to only certain printers? Here is my
2005 Apr 05
1
Can't mount samba share, Access denied
Hello, I have samba configured with the following smb.conf file: [global] workgroup = mydomain netbios name = servername security = domain printcap name = cups disable spoolss = yes show add printer wizard = no idmap uid = 15000-20000 idmap gid = 15000-20000 winbind use default domain = yes use sendfile = yes printing = cups [myshare] comment = My new share path = /export/myshare valid users =
2018 Jun 23
1
use spnego question - samba 47 to samba48 migration
In Time. Checking the services, folders and permissions, it seems samba48 does not follow exactly the same samba47 model. When restarting samba47 by using "/usr/local/etc/rc.d/samba_server restart" I could see all three services being restarted (smbd, nmbd and winbind) Now restarting samba48 I can see 2 services only (smbd and nmbd); The Winbind seems to be separated. I could not find
2010 Oct 15
0
Network Browsing
Hello, We use a Ricoh Aficio 3035 copier which has multiple functions- one of them is to scan to a folder via SMB/FTP/NFS. We've chosen to scan documents into PDF documents via SMB to user's shared folders on a Windows NT server for several years with no issues. About a year ago the user's folders location was changed to one on Windows 2003 Server also with no problems. Last week I