Displaying 20 results from an estimated 10000 matches similar to: "setfacl fails for some user names and not others"
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
2014 Dec 19
0
setfacl: Option -m: Invalid argument near character 3
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 trying to deploy this server and I need a working solution tomorrow
-
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
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 20
0
setfacl: Option -m: Invalid argument near character 3
I also have two DCs and I am using them also as filers.
Built-In users and groups are normally mapped by idmap.ldb
I also got issues with mapping of built-in users. I needed the same idmap.ldb on both of my DCs.
I also don't see these groups by hitting getent group.
I followed another stragedy: Every new group that will have filesystem access has a name starting with GGF (Group Global File).
2005 Feb 07
0
Problems with Trusted Domains
The company I work for is split across two sites, each site has its own
domain. The local end is a Samba server (DomA) with about 50 users, the
remote end is NT4(DomB) with about 150 active users (400+ usernames in
userlist). The two sites are connected over a VPN (Internally
DomA=172.16.1.0/24, DomB=10.1.0.0/16) and the two domains trust each other.
Users from either site regularly visit,
2014 Dec 19
0
setfacl: Option -m: Invalid argument near character 3
The only thing I have in my smb.conf that is related is this:
idmap_ldb:use rfc2307 = yes
I don't have any of that other stuff for mapping ids.
Is there a howto on that somewhere?
and my nsswitch.conf I have:
passwd: files sss
shadow: files
group: files sss
the sss was only because I was trying sss but it was ONLY "files" to
start with.
Rich
-----Original
2007 Aug 06
1
setfacl(1) - Can FreeBSD's ACLs contain groups from NT/AD domains ?
Hi all,
I have "FreeBSD 7.0-CURRENT #1: Wed Jul 25" authenticating successfully against
active directory via samba's winbindd(8). I need to manage samba shares via
FreeBSD ACLs and CIFS ACLs. From my reading of setfacl(1) I should be able to
set group permissions using the syntax of DOMAIN\group-name. For example:
#setfacl -d -m g:"MYDOMAIN\mygroupname":rwx test
2014 Dec 19
0
setfacl: Option -m: Invalid argument near character 3
Actually it looks like it is working properly with the exception of a
couple of items. Domain Users is properly being mapped to the "users"
unix group so that is probably fine. What I don't have the ability to
do is use groups such as "Authenticated Users" or "Everyone" or "System"
in any of the acls. Additionally I cannot edit permissions from my
2010 Jan 12
2
setfacl:operation not supported
Hi all
from last few days i got struct in problem.when i try to use setfacl command
"setfacl -m u:himmat:r-- /ide2/asd"
i get the error setfacl : /ide2/asd : operation not supported
i also has mounted acl using -:
"mount -f -o remount,acl / " Note: -f option is for force
i am using red hat kernel 2.4.20-8 and acl-2.2.3-1
One more thing i have to ask whether acl utility
2015 Mar 20
1
Centos 6: setfacl: .: Argument list too long
On 20.03.2015 02:14, muiz wrote:
> Dear all,
>
>
> I have a Centos 6 (64bit) server used for samba and ACL control.
> There has a folder which a lot of user can access, when I add a new user's ACL, but failed, do you know how to resolve this problem?
use xargs like in:
|find . -name "*.pdf" -print0 | xargs -0 RUNACOMMAND
robert
|
>
>
> [root at s1
2011 Aug 30
1
setfacl <dir> : operation not supported , using glusterfs 3.2.2
Dear gluster team,
I have installed glusterfs on my servers for the storage.
Machine: x86_64-redhat-linux
I have created volumes with rdma protocol for infiniband. I have mount with
acl option on server and client. When I run setfacl for glusterfs mount
point it works fine but when i do it for nfs mount it says.
setfacl <dir> : operation not supported.
The logs created in server are as
2015 Mar 20
0
Centos 6: setfacl: .: Argument list too long
Dear all,
I have a Centos 6 (64bit) server used for samba and ACL control.
There has a folder which a lot of user can access, when I add a new user's ACL, but failed, do you know how to resolve this problem?
[root at s1 abc]# getfacl /abc
# file: abc
# owner: root
# group: root
user::rwx
user:user01:---
user:user02:---
user:user03:---
...
user:user25:---
group::r-x
mask::r-x
other::r-x
2015 Mar 24
0
Centos 6: setfacl: .: Argument list too long
Hi, James,
The file system is xfs (/dev/mapper/centos-home xfs 1891292900 1556745108 334547792 83% /home)
Thanks and best regards,
Muiz
At 2015-03-23 19:36:02, "James Pearson" <james-p at moving-picture.com> wrote:
>muiz wrote:
>> Dear all,
>>
>>
>> I have a Centos 6 (64bit) server used for samba and ACL control.
>> There has a
2007 Dec 12
0
Cannot see trusted domains (getfacl or setfacl)
Hi,
I have a samba server (version 3.0.28). I have joined my server to my domain
with no problems.
Since I will have postfix in my machine, (to relay mails externally) I
configured my /etc/resolv.conf with my external dns first and later my
internal dns. The problem is that when I try to apply acl permissions on
some folder (using setfacl) I cannot see the trusted domains, If I comment
out the
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
2011 Aug 30
2
setfacl <dir>:operation not supported
Dear gluster team,
I have installed glusterfs on my servers for the storage.
Machine: x86_64-redhat-linux
I have created volumes with rdma protocol for infiniband. I have mount with
acl option on server and client. When I run setfacl for glusterfs mount
point it works fine but when i do it for nfs mount it says.
setfacl <dir> : operation not supported.
The logs created in server are as
2014 Dec 19
3
setfacl: Option -m: Invalid argument near character 3
On 19/12/14 13:40, Rich Webb wrote:
> 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
>
2015 Mar 24
1
Centos 6: setfacl: .: Argument list too long
Hi,
How many user's you have assigned on that directory?
--Regards
Ashishkumar S. Yadav
On Tue, Mar 24, 2015 at 5:30 AM, muiz <muiz at 163.com> wrote:
> Hi, James,
> The file system is xfs (/dev/mapper/centos-home xfs 1891292900
> 1556745108 334547792 83% /home)
>
>
> Thanks and best regards,
> Muiz
>
> At 2015-03-23 19:36:02, "James
2014 Dec 18
2
setfacl: Option -m: Invalid argument near character 3
Hi,
I have a Samba 4 AD DC running for which I now want to create a file
share on it and control permissions through windows. I provisioned the
domain with this command:
samba-tool domain provision --use-rfc2307 --interactive
--function-level=2008_R2 --use-ntvfs
My share definition in my smb.conf is as follows:
[Shared]
comment = Shared Files
path =