Open horihiro opened 4 months ago
I'm trying AADLoginForLinux now. But the assigned UID/GID for the Entra ID user is 3197663, it is very large.
3197663
The following screenshot is a result of id command after logging in as Entra ID user.
id
This large number causes failure of chown/chgrp command for this user because the IDs is larger than 65535.
chown
chgrp
65535
Is there any way to assgin UID/GID, that is smaller than 65535, for Entra ID user by default?
usermod cannot change UID
usermod
I'm trying AADLoginForLinux now. But the assigned UID/GID for the Entra ID user is
3197663
, it is very large.The following screenshot is a result of
id
command after logging in as Entra ID user.This large number causes failure of
chown
/chgrp
command for this user because the IDs is larger than65535
.Is there any way to assgin UID/GID, that is smaller than 65535, for Entra ID user by default?