What password backend are you using? I had the same problem with ldapsam until I altered the sambaPrimaryGroupSID so that it was sambaSID+GID. It looks like you are probably using local server accounts rather than an LDAP. You will need to create NT groups like 501, 512, 513 in your /etc/group file and map them to NT groups. The Samba How-to tells you how to do this. You will need to use something like:
# net groupmap add SambaSID+GID unixgroup=<string> type=<domain|local|builtin> ntgroup=<string> Jason -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of abebe lsslp Sent: Thursday, May 27, 2004 12:17 PM To: [EMAIL PROTECTED] Subject: [Samba] primary gid of user [username] is not a Domain group Hey, I have a samba 3.0.0. PDC on my Fedora Core server. I have one win 98, one XP and one NT clients. As I log on, I get "primary gid of user [username] is not a Domain group" error. I am sure gid is 100 (users) and my add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u If I login using the root account, I don't have this problem. What can I do to fix this? Ambex --------------------------------- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
