Displaying 20 results from an estimated 1886 matches for "rwx".
Did you mean:
rax
2016 Jul 09
4
Home Folder
Hello! I am following the how to
https://wiki.samba.org/index.php/User_home_drives
But even though there reported a process for User X does not access the
home of Y User, this is happening
root at fileserver:/srv/samba# getfacl home/
# file: home/
# owner: root
# group: root
user::rwx
user:root:rwx
user:administrator:rwx
group::r-x
group:root:r-x
group:5007:r-x
group:domain\040admins:rwx
group:5024:rwx
mask::rwx
other::---
default:user::rwx
default:user:root:rwx
default:user:administrator:rwx
default:group::r-x
default:group:root:r-x
default:group:domain\040admins:rwx
default:gr...
2009 Jan 07
3
Excel permission in samba
...path = /home/IT
browseable = yes
writeable = yes
preserve case = yes
short preserve case = yes
force security mode = 0600
inherit acls = yes
### END OF smb.conf file ##########################
Parent directory is "IP Addresses"
ls -al
drwxrws---+ 2 root root 4096 Jan 7 17:13 IP Addresses
getfacl result
# file: IP\040Addresses
# owner: root
# group: root
user::rwx
user:clamav:rwx
user:aalsaadi:rwx
user:isa_mario:rwx
user:skoirala:rwx
user:ahussain:rwx
user:rskendar:rwx
user:adelali:rwx
user:malbadri:rwx
group::r-x
m...
2019 Jun 21
3
Samba winbind on centos 7 - "domain users" acls added
hello,
My 2nd issue is about acls which are added by "Domain users".
May you help me to solve it again ?
Concerning this issue, on my samba share, I set permissions for the
share "groups" located on /var/datashared for "domain admins" (rwx) and
"domain users" (r-x)
/var]# getfacl datashared/
# file: datashared/
# owner: root
# group: root
user::rwx
group::r-x
group:MYDOMAIN\134admins\040du\040domaine:rwx
group://MYDOMAIN\134utilisateurs\040du\040domaine:r-x
mask::rwx
other::---
default:user::rwx
default:group::r-x
default:...
2018 Nov 06
3
classicupgrade
Hai,
Ok, i expected a bit different outputs.
On my DC, i use /home/samba/sysvol and /home/samba/netlogon.
This is what i expected.
getfacl /home/samba/
getfacl: Removing leading '/' from absolute path names
# file: home/samba/
# owner: root
# group: BUILTIN\134administrators
user::rwx
user:root:rwx
group::rwx
group:BUILTIN\134administrators:rwx
group:BUILTIN\134server\040operators:r-x
group:NT\040AUTHORITY\134system:rwx
group:NT\040AUTHORITY\134authenticated\040users:r-x
mask::rwx
other::r-x
default:user::rwx
default:user:root:rwx
default:group::---
default:group:BUILTIN\134admi...
2016 Jun 21
2
Rights issue on GPO
Am 21.06.2016 um 10:41 schrieb lists:
> Hi Achim,
>
> On 21-6-2016 0:01, Achim Gottinger wrote:
>> Hi MJ and Rowland,
>>
>> I did abit of testing last week (two debian jesie servers with sernet
>> 4.2 samba packages). Seems when rsync is run against rsyncd or involved
>> via xinet as it is described in the wiki the user and group mapping does
>> not
2018 Nov 06
3
classicupgrade
...p: Re: [Samba] classicupgrade
>>
>> Hello Luis
>> i followed your email and i created this file with your link:
>>
>> [root at dc1 samba.PDC]# cat default-rights-sysvol.acl
>> # file: /home/samba/sysvol
>> # owner: root
>> # group: root
>> user::rwx
>> user:root:rwx
>> user:3000004:rwx
>> user:3000000:r-x
>> user:3000001:rwx
>> user:3000018:r-x
>> group::rwx
>> group:3000004:rwx
>> group:3000000:r-x
>> group:3000001:rwx
>> group:3000018:r-x
>> mask::rwx
>> other::---
>&...
2015 Jun 17
3
samba tool and sysvol/gpo checks error/bugged? ( but it all works ok)
...AG:DAD:P
?
the strange thing.? it complains about? something.else.tld\Policies\{EAF212FE-4718-4693-BD18-6B4FC8A0513A}
?
checked the rights.
getfacl \{EAF212FE-4718-4693-BD18-6B4FC8A0513A\}/
?
# file: {EAF212FE-4718-4693-BD18-6B4FC8A0513A}/
# owner: domain\040admins
# group: domain\040admins
user::rwx
user:3000002:rwx
user:3000003:r-x
user:enterprise\040admins:rwx
user:3000010:r-x
group::rwx
group:3000002:rwx
group:3000003:r-x
group:enterprise\040admins:rwx
group:domain\040admins:rwx
group:3000010:r-x
mask::rwx
other::---
default:user::rwx
default:user:3000002:rwx
default:user:3000003:r-x
defaul...
2016 Jul 12
0
Home Folder ( extra tip )
...UID/GID and then apply the home dir folders in RSAT.
Only for user home dirs.
This can help if you also use ssh to login and you cant enter your own home dir.
Per example:
Your ACL ( for the user )
> # File: rs-01 /
> # Owner: administrator
> # Group: domain \ 040users
> user :: rwx
> user: rs-01: rwx
> user: administrator: rwx
> group :: r-x
> group: domain \ 040users: r-x
> group: BUILTIN \ 134administrators: rwx
> mask :: rwx
> other :: ---
> default: user :: rwx
> default: user: rs-01: rwx
> default: user: administrator: rwx
> default: x r-...
2018 Jul 19
2
ACL - samba vs filesystem
...t;>
>> my samba share has
>>
>> inherit acls = Yes
>>
>> and inherits(I guess) from global:
>>
>> create mask = 0744
>> directory mask = 0755
>>
>> Now, share's underlying filesystem has acls set on a folder:
>>
>> user::rwx
>> user:me:rwx
>> user:appmgr:r-x
>> group::---
>> mask::rwx
>> other::---
>> default:user::rwx
>> default:user:me:rwx
>> default:user:appmgr:r-x
>> default:group::---
>> default:mask::rwx
>> default:other::---
>>
>> In s...
2016 Jun 21
0
Rights issue on GPO
...e) that
there is a difference at all:
rsync to rsyncd result on DC4:
> root at dc4:~/sysvol# getfacl /var/lib/samba/sysvol
> getfacl: Removing leading '/' from absolute path names
> # file: var/lib/samba/sysvol
> # owner: root
> # group: BUILTIN\134administrators
> user::rwx
> user:root:rwx
> user:BUILTIN\134administrators:rwx
> user:3000009:r-x
> user:OURDOMAIN\134proxmox$:rwx
> group::rwx
> group:1078:r-x
> group:BUILTIN\134administrators:rwx
> group:3000009:r-x
> group:OURDOMAIN\134proxmox$:rwx
> mask::rwx
> other::---
> default:u...
2006 Dec 12
3
problem with acls and dos mode in 3.0.23d
Hello!
I have direstory with following acl:
getfacl Visio2002
# file: Visio2002
# owner: ilyin
# group: ilyin
user::rwx
user:dm:rwx
user:pitomtsev:rwx
user:nap:rwx
user:mav:rwx
user:goi:rwx
user:ilyin:rwx
user:huzyahmetov:rwx
group::r-x
group:common:r-x
mask::rwx
other::---
default:user::rwx
default:user:pitomtsev:rwx
default:user:nap:rwx
default:user:mav:rwx
default:user:goi:rwx
default:user:ilyin:rwx
default:group...
2007 Dec 19
3
Problem with ACL and Samba
Dear All
I am facing a strange problem that I could not solve, so, maybe you can help
me.
Look at this situation:
I created a new directory with those ACLs (through Samba using Windows XP)
[root@server /home/smb/adm]# getfacl teste
#file:teste
#owner:1002
#group:1006
user::rwx
group::rwx
group:suporte:rwx
group:administ:rwx
mask::rwx
other::---
[root@server /home/smb/adm]# getfacl -d teste
#file:teste
#owner:1002
#group:1006
user::rwx
group::rwx
group:suporte:rwx
group:administ:rwx
mask::rwx
other::---
My ACLs are right, ok, now I will copy a XLS file to that folder:...
2015 Feb 19
4
Samba4, idmap.ldb & ID_TYPE_BOTH
...removed Administrator from idmap.ldb
and restarted samba. Before restarting samba, I checked a few things, on
the DC, getfacl returned this for /var/lib/samba/sysvol/
getfacl: Removing leading '/' from absolute path names
# file: var/lib/samba/sysvol/
# owner: root
# group: 3000000
user::rwx
user:root:rwx
user:3000000:rwx
user:3000001:r-x
user:3000002:rwx
user:3000003:r-x
group::rwx
group:3000000:rwx
group:3000001:r-x
group:3000002:rwx
group:3000003:r-x
mask::rwx
other::---
default:user::rwx
default:user:root:rwx
default:user:3000000:rwx
default:user:3000001:r-x
default:user:3000002:rw...
2018 Jul 19
4
ACL - samba vs filesystem
hi guys
my samba share has
inherit acls = Yes
and inherits(I guess) from global:
create mask = 0744
directory mask = 0755
Now, share's underlying filesystem has acls set on a folder:
user::rwx
user:me:rwx
user:appmgr:r-x
group::---
mask::rwx
other::---
default:user::rwx
default:user:me:rwx
default:user:appmgr:r-x
default:group::---
default:mask::rwx
default:other::---
In shell when I create a file in that folder I see:
user::rw-
user:me:rwx #effective:rw-
user:appmgr:r-x ...
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
default:group::rwx
def...
2016 Jul 12
0
Home Folder
...ean, when access RSAT and add the "Home Folder" of the User, and give
a Apply, the folder is automatically created with the permissions below,
where the "Domain Users" is already linked:
getfacl rs-01 /
# File: rs-01 /
# Owner: administrator
# Group: domain \ 040users
user :: rwx
user: rs-01: rwx
user: administrator: rwx
group :: r-x
group: domain \ 040users: r-x
group: BUILTIN \ 134administrators: rwx
mask :: rwx
other :: ---
default: user :: rwx
default: user: rs-01: rwx
default: user: administrator: rwx
default: x r-group ::
default: group: domain \ 040users: r-x
default...
2018 Nov 06
0
classicupgrade
...a at lists.samba.org
> Onderwerp: Re: [Samba] classicupgrade
>
> Hello Luis
> i followed your email and i created this file with your link:
>
> [root at dc1 samba.PDC]# cat default-rights-sysvol.acl
> # file: /home/samba/sysvol
> # owner: root
> # group: root
> user::rwx
> user:root:rwx
> user:3000004:rwx
> user:3000000:r-x
> user:3000001:rwx
> user:3000018:r-x
> group::rwx
> group:3000004:rwx
> group:3000000:r-x
> group:3000001:rwx
> group:3000018:r-x
> mask::rwx
> other::---
> default:user::rwx
> default:user:root:rwx
>...
2013 May 19
1
(force) default security mask
..."john" and "doe" and group "foobar" have full access to this "special" directory, and "Domain Users" or other should only have read rights.
root at samba:/data/public# getfacl special
# file: special/
# owner: admin
# group: Domain\040Users
user::rwx
user:john:rwx
user:doe:rwx
group::r-x
group:foobar:rwx
mask::rwx
other::---
default:user::rwx
default:user:john:rwx
default:user:doe:rwx
default:group::r-x
default:group:foobar:rwx
default:mask::rwx
default:other::---
When user "john", "doe" or anyone of group "foobar"...
2013 Aug 29
1
Sysvol replication problem
...ids
and when I replicate these folders
with rsync, the secondary DC is using wrong IDs, and at the end, I can't
access sysvol folder on second dc (via share).
On FSMO master "getfacl radio101.local" returns:
# file: radio101.local
# owner: root
# group: 3000000
# flags: -s-
user::rwx
user:root:rwx
group::rwx
group:3000000:rwx
group:3000009:r-x
group:3000033:r-x
group:3000034:rwx
mask::rwx
other::---
default:user::rwx
default:user:root:rwx
default:group::---
default:group:3000000:rwx
default:group:3000009:r-x
default:group:3000033:r-x
default:group:3000034:rwx
default:mask::rwx...
2017 Sep 29
3
user cannot access shares on new ad-dc
...I tried "net cache flush"
These tests succeed:
wbinfo --ping-dc
getent passwd COMPANY\\user
getent group "COMPANY\\Domain Users"
The output of “getfacl sysvol” looks strange:
# file: usr/local/samba/var/locks/sysvol
# owner: root
# group: BUILTIN\134administrators
user::rwx
user:root:rwx
user:3000000:rwx
group::rwx
group:BUILTIN\134administrators:rwx
group:BUILTIN\134server\040operators:r-x
group:3000002:rwx
group:3000003:r-x
mask::rwx
other::---
default:user::rwx
default:user:root:rwx
default:user:3000000:rwx
default:group::---
default:group:BUILTIN\134administrators...