changed some params to undef instead of empty

This commit is contained in:
Michal Rychlik 2016-07-27 09:12:08 +02:00
parent 4366d416bc
commit 7b956fc478

View File

@ -11,8 +11,8 @@ class nslcd::params {
$ldap_version = '3'
$ldap_binddn = undef
$ldap_bindpw = undef
$ldap_search_base = ''
$ldap_group_base = ''
$ldap_search_base = undef
$ldap_group_base = undef
$ldap_search_scope = 'subtree'
$ldap_filters = {}
$ldap_ssl = 'off'