Fix ldap uris

This commit is contained in:
geekix 2018-09-04 14:03:57 +02:00
parent dcf2972f79
commit 67166ecb16

View File

@ -39,7 +39,7 @@ However, we recommend that you declare the class and override a few parameters:
``` ```
class { 'nslcd': class { 'nslcd':
ldap_uris => ['ldap01://ldap.mycompany.com','ldap02://ldap.mycompany.com'], ldap_uris => ['ldap://ldap01.mycompany.com:389','ldap://ldap02.mycompany.com:389'],
ldap_search_base => 'dc=company,dc=com' ldap_search_base => 'dc=company,dc=com'
} }
``` ```