Displaying 2 results from an estimated 2 matches for "group_write_right".
Did you mean:
group_write_rights
2017 Sep 29
4
user cannot access shares on new ad-dc
...ile 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:${GROUP_WRITE_RIGHTS:---
mask::rwx
other::---
default:user::rwx
d...
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