We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
usermod cannot change UID
usermod
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: