-
Notifications
You must be signed in to change notification settings - Fork 34
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
Make app_pki_key and app_pki_cert optional #141
Comments
I've submitted a PR that resolves this issue (#137) but it's been awaiting review for a while now. |
Hi @sabo, oops, seems like my brain didn't connect the dots while looking through the PRs. I was thinking about how to do this without breaking their current logic. Now it would be interesting to know wether the dev(s) prefer to do it the "default" way, which would be an opt-in or keep the current way and implement your opt-out strategy. I'll keep this issue open for now to increase visibility of this issue. |
The PR mentioned above (#137) has been merged so I believe this issue can be closed. |
Can verify it is working now. Thx everyone! |
Hi,
we don't use Client certificate authentication and failed to connect to our openldap since it apparently always uses client authentication as the mechanism.
When we commented out the lines
from manifests/provider/ldap.pp everything started working as expected.
Looking around for this issue i also found this issue https://simp-project.atlassian.net/jira/software/c/projects/SIMP/issues/SIMP-10741
Could you make this two parameters optional. Default seems to be "not set" anyway?
TIA
The text was updated successfully, but these errors were encountered: