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've had the following in my [global] config for years:
[global]
security = user encrypt passwords = true passdb backend = ldapsam:ldap://127.0.0.1 ldap admin dn = "cn=smbadin,dc=neoice,dc=net" ldap suffix = dc=neoice,dc=net ldap ssl = off ldap passwd sync = yes
I was sad to see that none of the LDAP options are supported.
The text was updated successfully, but these errors were encountered:
These option could be added to https://github.com/ajjahn/puppet-samba/blob/master/manifests/server.pp pretty easily. If you're willing to submit a PR with tests, I'd merge it in.
Sorry, something went wrong.
No branches or pull requests
I've had the following in my
[global]
config for years:I was sad to see that none of the LDAP options are supported.
The text was updated successfully, but these errors were encountered: