<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello all,</div><div><br></div><div>After the server and the client are installed, I run</div><div><br></div><div>ipa user-add myname<br></div><div><br></div><div>to add users. The users are added successfully, but each user get his own GID, which is the same as his UID, even though "ipa config-show --all" shows<br></div><div>  Default users group: ipausers<br></div><div><br></div><div>How do I put all new users to this ipausers group? If I use --gidnumber=INT, how to find out the GID of the ipausers group?</div><div><br></div><div>I tried to delete a user using "ipa user-del myname", but the private group myname is left there. So I did the following:<br></div><div><br></div><div># ipa group-del myname<br>ipa: ERROR: Deleting a managed group is not allowed. It must be detached first.<br># ipa group-detach myname<br>ipa:
 ERROR: myname: group not found<br></div><div># ipa user-add myname<br>First name: myfirstname<br>Last name: mylastname<br>ipa: ERROR: Unable to create private group. A group 'myname' already exists.<br><br></div><div>How do I get out of this loop?</div><div><br></div><div>Thanks,</div><div>George</div><div><br></div></div></body></html>