<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello !<br><br></div>I contact you because I notice something strange with IPA environment.<br><br></div>I created a group :<br></div>ipa group-add g1 --desc="my first group"<br><br></div>Then I created a user with the GID of g1<br>GID1=`ipa group-show g1 | awk '/GID/ {printf("%s",$2)}'`<br></div>ipa user-add --first=u1 --last=u1 --homedir=/home/u1 --shell=/bin/bash --gidnumber=${GID1} u1<br><br></div>Then when I perform ipa group-show g1 command, I got the following result :<br>###<br>  Group name: g1<br>  Description: my first group<br>  GID: <gid1><br>###<br></div></div><div><br></div><div>Same for ipa user-show u1 :<br>###<br>  User login: u1<br>  First name: u1<br>  Last name: u1<br>  Home directory: /home/u1<br>  Login shell: /bin/bash<br>  Email address: u1@<MYDOMAIN><br>  UID: <uid1><br>  GID: <gid1><br>  Account disabled: False<br>  Password: False<br>  Member of groups: ipausers<br>  Kerberos keys available: False<br>###</div><div><br></div>These 2 commands does not see u1 as a member of g1.<br></div>When I try the command id u1, I can see the group :<br><br>###<br>id u1<br>uid=<uid1>(u1) gid=<gid1>(g1) groups=<gid1>(g1)<br>###<br><div><div><div><div><div><br></div><div>Is it the normal behaviour of these IPA commands ?<br><br></div><div>Best regards.<br><br></div><div>Bahan<br></div></div></div></div></div></div>