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

Set the previously unset idmap range #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Walter-o
Copy link

@Walter-o Walter-o commented Feb 4, 2024

Docker-samba by crazy-max keeps shouting:
idmap range not specified for domain '*'
when log level is above 0.

So i tracked it down to an idmap variable for some userid ranges not being set.
And in this pull request i set it to 5000-7999 (this is arbitrary) which i think supports exactly 2999 users.

I also read online that these IDs should not overlap over any user accounts that exist on the system, but i don't know if having this in docker changes that.

So in conclusion:

  • This pull request fixes that bug where it spams an error every 5-10 seconds
  • We still need an expert looking at this to make sure i didn't create a ticking timebomb

GL guys!

@Walter-o
Copy link
Author

Walter-o commented Feb 4, 2024

Also this is the thread where i got some pieces of info:

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

1 participant