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

timelimit can now be unset and add sasl_nocanon parameter #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

timelimit can now be unset and add sasl_nocanon parameter #83

wants to merge 1 commit into from

Conversation

cedef
Copy link

@cedef cedef commented Dec 5, 2017

  • Allow $ldap::client::timelimit to be set to '' (empty string) so that
    timelimit parameter is absent from generated ldap client config file
  • Add new param $ldap::client::sasl_nocanon which defaults to false
    and that not appear in ldap client config file by default.
  • Add related spec tests :)

- Allow `$ldap::client::timelimit` to be set to '' (empty string) so that
  `timelimit` parameter is absent from generated ldap client config file
- Add new param `$ldap::client::sasl_nocanon` which defaults to `false`
  and that not appear in ldap client config file by default.
- Add related spec tests :)
@cedef
Copy link
Author

cedef commented Dec 5, 2017

Note: The build is not passing on ruby version 2.0 because public_suffix requires Ruby version >= 2.1

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

Successfully merging this pull request may close these issues.

1 participant