Displaying 1 result from an estimated 1 matches for "myuser0".
Did you mean:
myuser
2006 May 26
0
Local groups with ADS users
...conf :
[TEST]
comment = TEST
path = /samba/TEST
browseable = No
public = No
read only = Yes
write list = @ADGROUP
and created the group :
#groupadd ADGROUP
but it's impossible to modify the AD user by using usermod for including
him in my group :
# usermod -G ADGROUP MYDOMAIN+myuser0
usermod: MYDOMAIN+myuser0 not found in /etc/passwd
and this for me is almost clear, because if usermod search only in
passwd it will not find anything. So i've added manually the user to the
group in the /etc/group file :
# tail -1 /etc/group
ADGROUP:x:1004:MYDOMAIN+myuser0,MYDOMAIN+myuser1...