similar to: ACLs with samba

Displaying 20 results from an estimated 4000 matches similar to: "ACLs with samba"

2002 Dec 27
2
CUPS permissions issues
Hello- I am running Debian Woody, Samba 2.2.7, and Cups 1.1.14-3. I can print as any local Linux client, but there is a permissions issue when I try to print from Windows 2000. My spool directory is /var/spool/cups, the permissions are set 700 to user lp and group sys. If I chmod the directory to 777, printing works fine, but when I restart cupsd, the permissions revert back to 700. I am running
2003 May 28
1
Passing domain name to PPP
Hi- Our PPP RAS server is running Samba 2.2.8a and winbind. We want to authenticate dialup users through the PDC (Win NT 4 SP6). However, in order to do so, the dommainname needs to be prepended to the username, ie, DOMAIN+USERNAME. We don't want to have to teach all our dialup users to add the domainname when they login to RAS, so we are looking for a way to script this. Has anyone tweaked
2001 Sep 19
2
--with-acl-support
Dear Andrew Tridgell, i cant compile the 2.2.1-9 package --with-acl-support, beacuse HAVE_SYS_ACL_H has wrong settings somewhere. i cant fix the bug, i just comment out the #ifdef HAVE_SYS_ACL_H line in the source/include/includes.h for a (i hope) good compilation. i use acl 1.1.2 from sgi, and the latest debian woody packages. Regards. Imre Szollosi mailto:szollosi@elme.hu
1999 Mar 04
0
SAMBA digest 2006
> Date: Wed, 3 Mar 1999 17:02:35 -0500 > From: "Tom Hallewell" <hallewellt@rfa.org> > To: <samba@samba.org> > Subject: SMS under samba > Message-ID: <002501be65c1$8becad70$6b021eac@banger.rfa.org> > > Is anyone aware of a way to do server-based software management/installation > on Win95 clients in a samba environment? My co-workers are
2011 Jun 01
2
Samba + ACL + Linux Client
Hello, I'm Oliver and I need help for a experiment. I have a sharing with Samba version 3.2.5, my distribution Linux is Debian(Lenny) and the acl version is 2.2.47. Below my configurations files: #/etc/fstab /dev/sda3 /shared reiserfs defaults,acl 0 1 #smb.conf [data] comment = files path = /shared inherit acls = yes inherit permissions = yes map acl inherit = Yes #
2005 May 01
1
ACL and copy/move file
Inside a single directory, I have 2 subdirectories: dirname=working (root.root rwsrwsr-x) user::rwx group::rwx user:user1:rwx group:group1:rwx default:user::rwx default:group::rwx default:user:user1:rwx default:group:group1:rwx dirname=controlled (root.root rwsrwsr-x) user::rwx group::rwx group:group2:rwx default:group:group2:rwx default:user::rwx default:group::rwx The idea being that files
2009 Aug 07
1
Samba permission problem
Hi, I have an Ubuntu server acting as PDC on a LAN whose client have WIN Xp professional installed. Domain's users are divided into different groups. Let's focus on only two of them, say group1 and group2. Now I have a share defined in smb.conf as follows: [shareName] comment =
2008 Nov 24
1
No write permission if POSIX bits 0 on ZFS written by M$ Office - dos_mode returning r
Hi all, I'd appreciate any pointers or advise regarding the following issue with files written by M$ Office on Samba 3.0.32 on snv_98 (OpenSolaris) on a ZFS filesystem: samba share: [sharename] read only = No browseable = yes writeable = yes directory mask = 0770 create mask = 0770 delete readonly = Yes acl check permissions =
2015 Apr 08
5
Randomly occurring file losses on samba share
Hello, having migrated from OSX Server with AFP filesharing, we've experienced a problem with randomly occurring file losses on our samba server. Due to the fact we were not able to reproduce the problem reliably, we are quite clueless what could cause this behavior and therefore desperately looking for any hints. The Server in question is running Ubuntu 14.04LTS with the Version of Samba
2002 Nov 17
2
WINBIND configuration and NT Authentication]
Hi, Yes it's possible to authenticate users from win 2000 server with winbind. For me the PAM configuration was the hardest part. I used mandrake 9 and it has a realy good pre config. And if you want to modify the folder/file permissions from NT/W2k PDC then don't use ReiserFS as the filesystem. Use either EXT3 or XFS. Mayby the ReiserFS 4 will have the ACL support. I have had
2007 Feb 25
2
RFA and nsRFA
Dear Sir There are two packages of regional frequency analysis RFA and nsRFA. Are both give us same results if not then what you will suggest. I am confused about this. Please guid me in this regard AMINA -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. Email: amnakhan493@gmail.com amna_989@hotmail.com amna_989@yahoo.com [[alternative HTML version deleted]]
2013 Feb 27
1
Fwd: Re: CIFS Mount Obeying ACLs
Sorry Andrew, I forgot to send to the list. -------- Original Message -------- Subject: Re: [Samba] CIFS Mount Obeying ACLs Date: Wed, 27 Feb 2013 09:32:48 +0100 From: steve <steve at steve-ss.com> To: Andrew Martin <amartin at xes-inc.com> On 27/02/13 01:03, Andrew Martin wrote: > Hello, > > I have configured a Samba 3 fileserver (on Ubuntu 12.04) joined to a Samba
2020 Mar 10
2
Errors for shares since 4.12.0
Hi Am 09.03.20 um 16:32 schrieb Rowland penny via samba: > On 09/03/2020 14:25, Andreas Hauffe via samba wrote: >> [global] >> ??????? dedicated keytab file = /etc/krb5.keytab >> ??????? kerberos method = secrets and keytab > Why the dedicated keytab ? We have a kerberized NFS4 running on that machine, too. > >> workgroup = ILRW >> ??????? idmap config dom :
2009 Nov 16
1
No Visible Binding for global variable
While building a package, I see the following: * checking R code for possible problems ... NOTE cheat.fit: no visible binding for global variable 'Zobs' plot.jml: no visible binding for global variable 'Var1' I see the issue has come up before, but I'm having a hard time discerning how solutions applied elsewhere would apply here. The entire code for both functions is below,
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
If you are using the debian/rules from apt-get or the source tarball, you need to not only include --with-acl-support in debian/rules, you also need to vi debian/config.cache --> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}" with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}" This will allow it to compile. Unfortunately, for me,
2011 Mar 11
2
insertion of a row between individuals
Can someone help with a fairly simple task? I have a data set where I would like to insert a 0 time event between individuals: what I have: VAR DATE TIME CONC COVAR 1 NOV2 0.25 10 group1 1 NOV2 0.5 20 group1 1 NOV2 1 5 group1 1 NOV2 2 1 group1 1 NOV2 3 0.1 group1 2 NOV2 0.25 10
2011 Nov 03
1
Reclassify string values
Hi All, Is there a simple way to convert a string such as c("A", "B" ,"C", "D") to a string of c("Group1", "Group1", "Group2", "Group2"). Naturally I could use the factor function as below but I don't like seeing that warning message (and I don't want to turn off warning messages). Perhaps a function
2007 Feb 25
2
RFA
Dear Sir in the following example,is the vector lmom a l-moment ratios vector? What is meant by size = northCascades[,1]? And what are the values in c(0.0104,0.0399,0.0405)? Please help me I am unable to understand these from help manual. Best Regards AMINA data(northCascades) lmom <- c(1, 0.1103, 0.0279, 0.1366) kappaParam <- kappalmom(lmom) heterogeneity(500, 19, size =
2002 Nov 22
1
acl: what's missing ?
hello everybody, I'm running Debian unstable/testing using kernel 2.4.19 + (working) acl+xattr patch 0.8.53. these are my installed acl-related packages and the output of ./configure concerning acls : shai-hulud:/usr/src/samba/source# dpkg -l | grep acl; ./configure | grep -i acl ii acl 2.1.1-1 Access control list utilities ii libacl1 2.1.1-1 Access
2003 Jul 31
2
winbind, pam_stack and debian
Hey all Im trying to get a samba pc reading passwords off a windows pdc for authorising user shares. The howtos all say to use pam_stack.so for this however it does not exist in debian (its a redhat thing). is there a workaround for this? Thanks! Brent -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. .