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

LDAP support #86

Open
neoice opened this issue Jan 2, 2018 · 1 comment
Open

LDAP support #86

neoice opened this issue Jan 2, 2018 · 1 comment

Comments

@neoice
Copy link

neoice commented Jan 2, 2018

I've had the following in my [global] config for years:

	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.

@ajjahn
Copy link
Owner

ajjahn commented Jan 2, 2018

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.

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