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

Add ldap reqcert #560

Merged
merged 1 commit into from
Nov 2, 2018
Merged

Add ldap reqcert #560

merged 1 commit into from
Nov 2, 2018

Conversation

bastelfreak
Copy link
Member

This is a resubmit of #378


Add the option to specify the ldap_reqcert this is needed in some SSL implementations

@bastelfreak bastelfreak added the enhancement New feature or request label Nov 2, 2018
@bastelfreak bastelfreak mentioned this pull request Nov 2, 2018
manifests/web.pp Outdated
@@ -151,6 +151,9 @@
# [*ldap_clientkey*]
# Set location of client key used by LDAP authentication.
#
# [*ldap_reqcert *]
# Specifies what checks to perform on a server certificate ( never | allow | try | demand,hard )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The demand,hard is a bit odd. However, since there's a data type I'd suggest to leave them out. If you generate a REFERENCE.md the data type should be enough.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated it. I checked the docs, demand and hard are independent values.

@bastelfreak bastelfreak merged commit 60bba3c into voxpupuli:master Nov 2, 2018
@bastelfreak bastelfreak deleted the ldap branch November 2, 2018 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants