Skip to content
New issue

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

Change adduser to useradd #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kjeldflarup
Copy link

I get my UID from an AD which uses very large number.
adduser and addgroup commands does not accept these large numbers (at least not in this alpine version)

adduser: number 1304035270 is not in 0..256000 range
addgroup: number 1304000513 is not in 0..256000 range

When creating users and groups change to useradd and groupadd

Signed-off-by: Kjeld Flarup [email protected]

@MarvAmBass
Copy link
Member

thanks for your work -> great idea with just installing those utils (it didn't occure to me 😄)

I need to look into it and test it before I can merge it (to many users to risk it) but looks really nice!

thanks and kind regards

Marvin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants