similar to: Unwanted permission changes

Displaying 20 results from an estimated 20000 matches similar to: "Unwanted permission changes"

2002 May 15
1
Permission problems with samba 2.2.x
Hello, Sometimes I have to create and use Navision Databases on samba shares - this works with samba 2.0.x but does not with samba 2.2.x (tried 2.2.3a and 2.2.4). The following tests were done with a acl enabeled samba and an acl aware kernel/filesystem, but I also have done these tests with acl not compiled into samba on an host without acl in the kernel - same result, does not work, same
2007 Jun 01
1
Weird behaviour when using "kernel oplocks = yes" leading to "corrupt" files - bug in samba?
Hi folks, Today I noticed some strange behaviour when accessing a samba server (samba 3.0.25a) from windows: On our Debian fileserver I prepared a file testfile.txt being owned by user usera and group dpt-a. Then I "setfacl -m g:admins:rwx testfile.txt". User userb who is only in group admins, but not in dpt-a is thus permitted to access and change this file by its POSIX-ACL, which
2010 May 18
3
[PATCH] btrfs: should add a permission check for setfacl
On btrfs, do the following ------------------ # su user1 # cd btrfs-part/ # touch aaa # getfacl aaa # file: aaa # owner: user1 # group: user1 user::rw- group::rw- other::r-- # su user2 # cd btrfs-part/ # setfacl -m u::rwx aaa # getfacl aaa # file: aaa # owner: user1 # group: user1 user::rwx <- successed to setfacl group::rw- other::r-- ------------------ but we
2007 Sep 20
2
acl permissions not staying
Hi guys, I've got a problem where if I set permissions on a folder(Admin) "setfacl -R -d -m u::rwx,g::wrx,o::- Admin/" and "setfacl -m o:- Admin" I get the following. mail:/data/samba/shared # getfacl Admin/ # file: Admin # owner: BCP+administrator # group: samba user::rwx user:samba:rwx group::rwx group:BCP+admin:r-x mask::rwx other::--- default:user::rwx
2019 Jul 04
0
cannot set filesystem permissions on shares
> >> Run this : getfacl /home/users > > getfacl: Removing leading '/' from absolute path names > > # file: home/users > > # owner: root > > # group: A\\domain\040admins > > user::rwx > > user:root:rwx > > user:10512:rwx > > group::rwx > > group:A\\domain\040admins:rwx > > mask::rwx > > other::--- > >
2007 Sep 21
2
[Fwd: Re: acl permissions not staying]
Please if anyone has any info... Neil Wilson wrote: > Hi guys, > > I've got a problem where if I set permissions on a folder(Admin) > "setfacl -R -d -m u::rwx,g::wrx,o::- Admin/" and "setfacl -m o:- Admin" > > I get the following. > > mail:/data/samba/shared # getfacl Admin/ > # file: Admin > # owner: BCP+administrator > # group: samba
2014 Dec 26
1
Use Samba with ACL for read Active Directory and set Permissions via it.
I use this script to create folders for users #!/bin/bash if [ ! -e /data/homes/$1/$2 ]; then /usr/bin/mkdir -p /data/homes/$1/$2 /usr/bin/chown "$2":"Domain Users" /data/homes/$1/$2 /usr/bin/chmod g+s /data/homes/$1/$2 /usr/bin/chmod 770 /data/homes/$1/$2 /usr/bin/setfacl -m g:"domain admins":rwx /data/homes/$1/$2
2006 Mar 08
0
Assigning Permissions on Domain Member Server
Dear all I have a samba PDC (3.0.21c) with openldap (2.3.19) with 2 domain Member Servers(samba 3.0.21c) with ACL support i use domain member servers as file servers . all my clients are windows 2000 professional. i have the following scenario at my I have created 3 groups, "prj1team", "prj1mgr", "prj1engg". i have created folder called "myproject" in a
2007 Jun 01
0
3.0.24 -- Office read only issue, bizarre EAs and disappearing ACLs
Everyone, I have finally resolved the new heartburn 3.0.24 on Ubuntu Feisty was giving me and have stumbled upon some information that might help others out there. I was seeing problems with ACL entries getting mangled and disappearing, Excel making files read only and extended attributes doing bizarre things. The solution revolved around what appears to be a change in how ACLs are managed.
2008 Jul 02
0
issue with acl's
Good day all, CentOS 5/Latest Vanilla Samba that comes with CentOS. I have a folder on a samba share that has the following permissions: [root at server]# getfacl TechnicalReports/ # file: TechnicalReports # owner: root # group: projectteam user::rwx user:dnk:rwx group::rwx mask::rwx other::--- default:user::rwx default:user:dnk:rwx default:group::rwx default:mask::rwx default:other::--- now
2016 Aug 10
1
File Server member DC ACL permissions
I will choose to use the winbind. Based on the link that Rowland said: https://wiki.samba.org /index.php/Setup_Samba_as_an_AD_Domain_Member I followed the steps as described in the tutorial. I created symlinks. In the main DC I added this line in smb.conf: idmap_ldb: use RFC2307 = yes Changed /etc/nsswitch.conf passwd: files winbind shadow: files group: files winbind hosts:
2016 Aug 10
1
File Server member DC ACL permissions
Greetings, Previously I had set up a file server with DC on the same machine. As recommendations, created another machine to be the file server. I made the settings as far as I could do, but I can not give permissions on shared folders. Must give permissions on shared folders for groups and users of the domain. I'm using Samba 4.4.5 in DC's and also the file server. I joined the file
2018 Jun 15
0
Bug: Loosing Group Permissions in Archive Mode with Sticky Bit and ACL Mask
Hello, I currently try to copy a directory locally between two ext4 filesystems while preserving permissions and ACLs using the -aAX options. Under some conditions, rsync does not copy the posix permissions completely, it changes the group::rwx to a group::--- permission. The latest rsync available on Debian Jessie is 3.1.1, but the changelog for 3.1.2 and 3.1.3 did not seem to mention such a bug
2005 Jul 30
0
Samba share file permission problems
Dear all: Is it possible to set Samba share (and the files under the share) from = Samba using setfacl? I want to set up a common directory for certain = group of people to read, write and execute it (user::rwx group::rwx). I = assigned user1 as the owner of all the files under this common directory = and here is the thing: when user2(or any other users in the same group) accessed any of the =
2005 Oct 11
1
User auth-groups vs Win2k ADS Problems
Hello Everyone This samba server was working perfectly without problems. Running as an Domain member vs Win2K ADS One day it stopped working. All that happened 5 days ago was a change of the administrator/root password We adjusted the wbinfo -set-auth-user towards the new password. But nothing have worked since. install:/ # wbinfo -V Version 3.0.13-1.1-SUSE What might be wrong
2015 Aug 07
0
Cannot change directory permissions
On 07/08/15 12:25, Felix Matouschek wrote: > Hi Rowland, > > > Regarding my permissions problem: > > Newly created files, no permission changes yet: > > ls -la: > drwxrwx--- 3 fmatouschek vipco-users 4096 Aug 7 13:12 . > drwxr-xr-x 55 root vipco-users 4096 Aug 4 10:12 .. > drwxrwx--- 2 fmatouschek vipco-users
2014 Dec 19
0
setfacl: Option -m: Invalid argument near character 3
Matt, Thanks for the reply. I'm not trying to add the "users" group. I'm trying to add the "Domain Users" group. That is the reason for the \ in front of the space. It's translated as a literal. I think I could also put quotes around it and not have to use the \ and the space. The problem is getent group only is listing local unix groups. I think that is
2006 Mar 07
0
Assigning Permissions on Member Server
Dear all I have a samba PDC (3.0.21c) with openldap (2.3.19) with 2 domain Member Servers(samba 3.0.21c) with ACL support i use domain member servers as file servers . all my clients are windows 2000 professional. i have the following scenario at my I have created 3 groups, prj1team, prj1mgr, prj1engg. i have created folder called "myproject" in a samba share called projects.
2014 Dec 19
1
setfacl: Option -m: Invalid argument near character 3
On 19/12/14 01:33, Rich Webb wrote: > Please is there anyone who has an answer on why this might be happening? > Do I need some sort of sssd support or winbind or something? In the > wiki about setting up acl's it doesn't say anything about any other > requirements, only that you have to have acl support and xattr support > in your filesystem which I do. > > I'm
2014 Dec 19
0
setfacl: Option -m: Invalid argument near character 3
Running CentOS 6.6 Using the Sernet Enterprise packages - sernet-samba-ad. Just tried: getent group "Domain Users" getent group DOMAIN\\Domain\ Users and neither command returned any entries. Rich -----Original Message----- From: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny Sent: Friday, December 19, 2014 8:37 AM To: samba