Displaying 1 result from an estimated 1 matches for "tejw".
Did you mean:
teja
2005 Oct 11
1
Group mapping only working for initial group?
Hello,
on my Samba 3.0.14a PDC (Debian Woody) I created a local unix group
named "gpusers". Then I mapped it to a new NT domain group named
"GPPower":
# net groupmap add rid=1005 ntgroup="GPPower" unixgroup=gpusers
Then added a user "mdv", who already had its own initial group "mdv", to
the new gpusers group:
# usermod -g mdv -G gpusers mdv