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

fix for issue #297, adding the path for the ldap auth plugin on CentOS 7 #300

Closed
wants to merge 4 commits into from

Conversation

kindred
Copy link

@kindred kindred commented Oct 15, 2018

Pull Request (PR) description

A fix for the malformed config file on CentOS 7 when using the LDAP auth plugin.

This Pull Request (PR) fixes the following issues

Fixes #297

@@ -30,7 +30,7 @@
case $facts['os']['release']['major'] {
'7': {
$additional_packages = ['easy-rsa']
Copy link
Member

Choose a reason for hiding this comment

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

Should this now also be $additional_packages = ['easy-rsa','openvpn-auth-ldap'] for EL7 as well as EL6?
(If these parameters are now the same on EL6 and EL7, they can also be moved out of this case statement).

Copy link
Member

Choose a reason for hiding this comment

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

Did EL7 packages become available some time after #215 ?

Copy link
Author

Choose a reason for hiding this comment

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

It looks like the openvpn-auth-ldap package is now available in the repo for EL7. Will amend the PR.

@@ -30,7 +30,7 @@
case $facts['os']['release']['major'] {
'7': {
$additional_packages = ['easy-rsa']
Copy link
Member

Choose a reason for hiding this comment

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

Did EL7 packages become available some time after #215 ?

@Dan33l
Copy link
Member

Dan33l commented Oct 18, 2018

Looks related with issue #172

@alexjfisher
Copy link
Member

openvpn-auth-ldap is definately available in epel 7 these days. No idea since when though.

Copy link
Member

@Dan33l Dan33l left a comment

Choose a reason for hiding this comment

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

Hi sorry for delay and thank you for the PR.

Rebase is now needed.
Take care that module is now using hiera data and so params.pp is removed.

@kindred kindred closed this Nov 6, 2018
@Dan33l
Copy link
Member

Dan33l commented Nov 6, 2018

Oups ? why closed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

openvpn-auth-ldap.so plugin not being loaded in CentOS 7
3 participants