-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to get a [global] option into smb.conf? #159
Comments
For the record: What I really want is to add an
... perhaps this is easier these days? |
I found a way to avoid calling
This is much easier already. Still, I'm interested in how to add smb.conf options via container.json. |
I thought that I had fixed this issue with samba-in-kubernetes/sambacc#85. If you view that issue I even used "ldap server require strong auth" in my testing. What version of the samba-container were you using? Perhaps you're using a release tag - this fix has not made it into a release yet. We can also consider adding a tool like ldapmodify to the container image too, especially if samba-tool does not cover enough use cases. It's a pretty standard tool and I don't think it would be considered too much "bloat" |
@phlogistonjohn ah thanks, I didn't realize that I was looking at documentation of the master branch. But looking at https://quay.io/repository/samba.org/samba-ad-server?tab=history it seems that |
Specifically, I did not pull the |
OK, in that case I would have expected it to work, but the possibility of a new bug or something else is real. I will try to reproduce the error later myself, but knowing what exact sha you used would certainly help. FWIW the latest tag should be updated "nightly". |
I think I know what is happening. It appears that COPR that is supposed to automatically build sambacc isn't. The only package in the COPR right now is the last released sambacc version. I'm looking into it now. |
It seems that I misconfigured the webhook for github to trigger a COPR build. I kicked off a build manually and now there should be a I have attempted to fix the webhook and will monitor it more closely now - maybe I'll do a trivial PR just to try and check it soon so I don't forget. |
The |
Amazing, thanks for fixing that! I'm glad that it was useful for something after all 😁 I re-confirmed the bug on our current "services" VM image with the reproducer in the description, on this container image:
I pulled the latest one:
et voilà:
Cheers! 👍 |
I am trying to get
ldapmodify
to work in the quay.io/samba.org/samba-ad-server container (after installing /usr/bin/ldapmodify). For that I need to setldap server require strong auth = no
option in smb.conf's[global]
section. But despite https://github.com/samba-in-kubernetes/sambacc/blob/master/docs/configuration.md and various examples, it just doesn't seem to stick:my ~/samba-ad.json:
And yet there's no sign of it:
I also tried other options, like
"guest ok": "no"
which is from /usr/share/sambacc/examples/example1.jsonHow does this work?
Thanks in advance!
The text was updated successfully, but these errors were encountered: