ldap: Fixed $mapping parameter comments and depency error from ldap::auth.

This commit is contained in:
Timo Makinen 2014-01-21 17:12:04 +02:00
parent 9a1964c71a
commit 4fea252cfb

View file

@ -15,7 +15,8 @@
# === Parameters # === Parameters
# #
# $mapping: # $mapping:
# # Attribute mapping to use. Valid values are ad and rfc2307.
# Default is rfc2307.
# #
class ldap::auth($mapping="rfc2307") inherits ldap::client { class ldap::auth($mapping="rfc2307") inherits ldap::client {
@ -107,6 +108,7 @@ class ldap::auth($mapping="rfc2307") inherits ldap::client {
mode => "0640", mode => "0640",
owner => "root", owner => "root",
group => "nslcd", group => "nslcd",
require => Package["libnss-ldapd"],
notify => Service["nslcd"], notify => Service["nslcd"],
} }
service { "nslcd": service { "nslcd":