similar to: Group permissions issues with winbind on

Displaying 20 results from an estimated 30000 matches similar to: "Group permissions issues with winbind on"

2003 Oct 10
0
Share informations...
Hi all ! How can I change the rights on a folder or subfolder in a samba share ?! Exemple: i'v got this: - MyRep <- Owner(User1)(RWX) Group(MyGroup)(RWX) Other()() | - SubRep <- Owner(User1)(RWX) Group(MyGroup)(RWX) Other()() | | * File6.doc | | * File7.doc | * File1.doc | * File2.doc i've got 3 users and one group:
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
2014 Dec 28
0
Use Samba with ACL for read Active Directory and set Permissions via it.
On 28/12/14 08:47, Jason Long wrote: > I never used four different Workgroup or Domain. My domain is > "jasondomain" and as you see my last "smb.conf" it is. I change > "MYGROUP" to "jasondomain" but problem not solved. > > > On Saturday, December 27, 2014 7:02 AM, Rowland Penny > <rowlandpenny at googlemail.com> wrote: >
2006 Mar 28
2
ACL on groups working half
Hi all Samba users, For some I've got a Samba server running with the following config: Debian Sarge 2.6.8 kernel Samba 3.0.21 with winbind and LDAP as ADS member server A W2K003 PDC Samba's data partition is ext3 + ACL I've migrated my users homedirs and profiledirs from W2K003 to Samba. These each user owns his own homedir and has rwx------ permissions This seems to be working
2014 Dec 28
0
Use Samba with ACL for read Active Directory and set Permissions via it.
On 28/12/14 11:54, Jason Long wrote: > > Thank you so much. > > I changed "SAMDOM" to "jasondomain" and also "winbind use default domain = no" but problem exist. int he photo that I sent, I changed "WORKGROUP" to "jasondomain" too. > I have a question, My domain have a prefix with ".jj" and it is "jasondomain.jj".
2014 Dec 27
0
Use Samba with ACL for read Active Directory and set Permissions via it.
On 27/12/14 14:18, Jason Long wrote: > Thank you so much. > I changed my "smb.conf" and "password-auth-ac". I attached two file > for you and you can see them. My problem not solved :( and login > windows showed and not accept my username and password, I attached it too. > I paste my "fstab" file here and as you see the "acl" is enabled for
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
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
2014 Dec 28
2
Use Samba with ACL for read Active Directory and set Permissions via it.
Thank you so much. Thus I must change "idmap config JASONDOMAIN.JJ:backend = ad " to "idmap config JASONDOMAIN:backend = ad". How about Workgroup? is must change "JASONDOMAIN" too? About your question I must say that I Test this share via Linux too and Windows and Linux has same problem. About "What I would do is, install the OpenSSH server on the linux machine,
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 =
2004 Jul 22
1
Cannot delete used folders?
Greetings! Short version: -------------- I cannot rename or delete the directories that have been used in the past (i.e. files or subdirectories created within). Everything else is fine, renamable, deletable. All files (regardless wethder created before or after), all directories created after the first one. I was not able to find any hint on that - neither Google, nor UseNet archive(via
2015 Oct 07
1
Permissions for Group Shares
Hi all, I have a weird error that I can't seem to get my head wrapped around. I have the following setup: Member Server: Debian 7.9 with the latest version of SAMBA (4.3.0) SAMBA DC x 2 with the latest version of SAMBA (4.3.0) On my member server I have setup a share /Groups and on it I have all my folders that users will be accessing. This migration is coming over from a Macintosh
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
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
2014 Apr 18
0
problem with home share permissions
Hi, I tried to set up home share as described in https://wiki.samba.org/index.php/Setting_up_a_home_share ( centos 6.5 samba 4.1.7 ) with rsat tool but user1 can read and write on user2 folder and vice versa I think the problem is that the new users folders are created with rwx permissions for group users but I do not know how to avoid this. Thank you my smb.conf [global] workgroup =
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
2011 Feb 03
1
ACL and Replace all Child object permissions
I have an issue with samba+acl and Windows checkbox "Replace all Child object permissions" . I have a folder with defaults ACLs : /default:user:user1:rwx, default:user:user2:rwx owned by user1/ On Windows if I'm checking "Replace all Child object permissions with inheritable permissions from this object" on this folder, it losts the default ACL
2015 Sep 08
0
File permissions: system groups for do not work for group/shared mailboxes
Hello! I am struggling to set up a group mailbox for users of a certain system group. I want to grant access to the mailbox on a filesystem mode by using the system groups. The problem, the set up works fine and when I use setfacl and grant permissions too each user manually, it works fine. However, I want to use a system user's group membership in order to grant access to these mailboxes
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: