Displaying 1 result from an estimated 1 matches for "mapping_nt_groups_to_unix_group".
Did you mean:
mapping_nt_groups_to_unix_groups
2006 Feb 08
0
NT doesn't like that ... primary gid of user [info] is not a Domain group
...er_groups: primary gid of user [info] is not a Domain group !
get_domain_user_groups: You should fix it, NT doesn't like that
OBS: User [info] is comming from an XP station already joined to domain.
Googling, i found a partial explanation here:
http://www-jerry.oit.duke.edu/linux/docs/samba/mapping_nt_groups_to_unix_groups.html
On this PDC server, smb users has been created as following:
useradd info
useradd grig
groupadd -g 1002 winusers
after that i added info and grig to winusers group
# cat /etc/group|grep win
winusers:x:1002:info,grig
id info
uid=501(info) gid=501(info) groups=501(info),1002(winusers)
id gr...