Fix ldap uris
This commit is contained in:
parent
dcf2972f79
commit
67166ecb16
@ -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'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user