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

smb.service ERROR: failed to setup guest info #59

Open
noelmcloughlin opened this issue Mar 5, 2019 · 4 comments
Open

smb.service ERROR: failed to setup guest info #59

noelmcloughlin opened this issue Mar 5, 2019 · 4 comments

Comments

@noelmcloughlin
Copy link
Member

noelmcloughlin commented Mar 5, 2019

CentOS issue: https://bugzilla.redhat.com/show_bug.cgi?id=1648399 = Fix your configuration

@noelmcloughlin noelmcloughlin changed the title smb.service fails ERROR: failed to setup guest info smb.service ERROR: failed to setup guest info [CentOS] Mar 6, 2019
@noelmcloughlin noelmcloughlin changed the title smb.service ERROR: failed to setup guest info [CentOS] smb.service ERROR: failed to setup guest info Jul 22, 2019
@noelmcloughlin
Copy link
Member Author

noelmcloughlin commented Jul 22, 2019

@noelmcloughlin
Copy link
Member Author

noelmcloughlin commented Jul 22, 2019

Maybe this suggestion is better default-

    idmap config *:backend = tdb
    idmap config *:range = 3000-7999
    idmap config {{ default_workgroup }} : backend = rid
    idmap config {{ default_workgroup }} : range = 10000-999999

Or this suggestion-

    idmap config *:backend = tdb
    idmap config *:range = 3000-7999
    idmap config {{ default_workgroup }} : backend = ad
    idmap config {{ default_workgroup }} : range = 10000-999999

@noelmcloughlin
Copy link
Member Author

@spirritus do you have suggestions on this?

@spirritus
Copy link

spirritus commented Jul 30, 2019

We use this:
idmap config * : backend = tdb
idmap config * : range = 1000000 - 2000000

idmap config {{ default_workgroup }}: backend = rid
idmap config {{ default_workgroup }}: range = 100000 - 200000

I have no experience with backend = ad.

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

No branches or pull requests

2 participants