Displaying 3 results from an estimated 3 matches for "mywife_hom".
Did you mean:
mywife_home
2018 Mar 02
2
User permissions of profile/home directory lost
...ad only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
[Profiles]
path = /home/Profiles/
read only = No
[home]
path = /home
read only = No
The two users have these IDs as determined by getent:
MYDOM\mywife:*:3001108:3000513::/home/mywife_home:/bin/bash
MYDOM\me:*:3001107:3000513::/home/my_home:/bin/bash
Home directories:
drwx------+ 43 MYDOM\mywife MYDOM\domain users 4096 Feb 28 23:02
mywife_home
drwx------+ 80 MYDOM\me MYHOME\domain users 20480 Feb 28 08:21 my_home
Profile directories:
drwxrwx---+ 17 MYDOM\mywife MYDOMdomain users...
2018 Mar 01
2
User permissions of profile/home directory lost
Hi All,
I run a small domain for my home that consists just of two user
accounts... one for my wife and one for me. I just have a single DC and
the home and profile shares are located on the DC. For years this setup
has served just fine giving me access to both linux and windows with a
unified authentication and file server base.
However, on Monday around 12 noon MST my wife lost permissions
2018 Mar 02
0
User permissions of profile/home directory lost
...efault settings, but you have 'map untrusted to
domain = no', this was the default until 4.7.0, but this changed to
'auto', it might be an idea to read 'man smb.conf'
>
> The two users have these IDs as determined by getent:
> MYDOM\mywife:*:3001108:3000513::/home/mywife_home:/bin/bash
> MYDOM\me:*:3001107:3000513::/home/my_home:/bin/bash
Ah, I think I see where your 'RID' backend comes from, you have added
the users RID to '3000000' and then added this as a uidNumber attribute
to AD.
There is nothing really wrong with your set up, I think you may...