Displaying 6 results from an estimated 6 matches for "rightsfile".
Did you mean:
rightfile
2017 Aug 24
5
sysvolreset doesn't reset all ACLs
...www > permissions.acl
# restore rights
#setfacl --restore=permissions.acl
# mkdir -m 700 Manager
# setfacl -m d:g:manager:rwx,g:manager:rwx Manager
# copy the acl
#getfacl basefile | setfacl -b -M - targetfile
# other examples:
# http://www.calculate-linux.org/main/en/setting_filesystem_acl
RIGHTSFILE="default-rights-sysvol.acl"
cat << EOF > ${RIGHTSFILE}
# file: sysvol
# owner: root
# group: BUILTIN\134administrators
user::rwx
user:root:rwx
user:BUILTIN\134administrators:rwx
user:BUILTIN\134server\040operators:r-x
user:3000002:rwx
user:3000003:r-x
group::rwx
group:BUILTIN\13...
2017 Sep 29
4
user cannot access shares on new ad-dc
...emove the profile and user folder, goto the ADUC , Profile tab.
Change something in the user and profile field so windows see's a change.
Then klik apply.
For other quick fix.
You see the 2005 there, make sure that matchs your own
wbinfo -G 2005
S-1-5-18
wbinfo -Y S-1-5-18
#!/bin/bash
RIGHTSFILE="default-rights-user-profile.acl"
GROUP_WRITE_RIGHTS="domain\040users"
USER_SYSTEM="$(wbinfo -Y S-1-5-18)"
cat << EOF > ${RIGHTSFILE}
# file: user.V6/
# owner: user
# group: domain\040users
user::rwx
user:${1}:rwx
group::---
group:${USER_SYSTEM}:rwx
group:${G...
2017 Sep 29
3
user cannot access shares on new ad-dc
> On 29.09.2017 11:44 Rowland Penny wrote:
> Have you set up the libnss_winbind links, PAM and /etc/nsswitch.conf ?
Yes, I had modified two lines in /etc/nsswitch.conf:
passwd: files winbind
group: files winbind
No, I had not seen a pointer to libnss, but now did
ln -s /usr/local/samba/lib/libnss_winbind.so.2 /lib/i386-linux-gnu/
ln -s
2017 Aug 25
0
sysvolreset doesn't reset all ACLs
...700 Manager
> > # setfacl -m d:g:manager:rwx,g:manager:rwx Manager
> >
> > # copy the acl
> > #getfacl basefile | setfacl -b -M - targetfile
> >
> > # other examples:
> > # http://www.calculate-linux.org/main/en/setting_filesystem_acl
> >
> > RIGHTSFILE="default-rights-sysvol.acl"
> >
> > cat << EOF > ${RIGHTSFILE}
> > # file: sysvol
> > # owner: root
> > # group: BUILTIN\134administrators
> > user::rwx
> > user:root:rwx
> > user:BUILTIN\134administrators:rwx
> > user:BUILTI...
2017 Aug 25
1
sysvolreset doesn't reset all ACLs
...# setfacl -m d:g:manager:rwx,g:manager:rwx Manager
>>>
>>> # copy the acl
>>> #getfacl basefile | setfacl -b -M - targetfile
>>>
>>> # other examples:
>>> # http://www.calculate-linux.org/main/en/setting_filesystem_acl
>>>
>>> RIGHTSFILE="default-rights-sysvol.acl"
>>>
>>> cat << EOF > ${RIGHTSFILE}
>>> # file: sysvol
>>> # owner: root
>>> # group: BUILTIN\134administrators
>>> user::rwx
>>> user:root:rwx
>>> user:BUILTIN\134administrators:rw...
2017 Aug 24
4
sysvolreset doesn't reset all ACLs
On 2017-08-24 13:00, Rowland Penny via samba wrote:
> On Thu, 24 Aug 2017 12:41:36 +0200
> Sven Schwedas via samba <samba at lists.samba.org> wrote:
>
>> On 2017-08-24 12:27, Rowland Penny via samba wrote:
>>> On Thu, 24 Aug 2017 12:03:42 +0200
>>> Sven Schwedas via samba <samba at lists.samba.org> wrote:
>>>
>>>>
>>>>