From 67166ecb169a831a6b91dd7391d3ee4cc9bfbfb4 Mon Sep 17 00:00:00 2001 From: geekix Date: Tue, 4 Sep 2018 14:03:57 +0200 Subject: [PATCH] Fix ldap uris --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e55b01..eac64e3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ However, we recommend that you declare the class and override a few parameters: ``` 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' } ```