ldap: Fixed $mapping parameter comments and depency error from ldap::auth.
This commit is contained in:
parent
9a1964c71a
commit
4fea252cfb
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
# === Parameters
|
||||
#
|
||||
# $mapping:
|
||||
#
|
||||
# Attribute mapping to use. Valid values are ad and rfc2307.
|
||||
# Default is rfc2307.
|
||||
#
|
||||
class ldap::auth($mapping="rfc2307") inherits ldap::client {
|
||||
|
||||
|
@ -107,6 +108,7 @@ class ldap::auth($mapping="rfc2307") inherits ldap::client {
|
|||
mode => "0640",
|
||||
owner => "root",
|
||||
group => "nslcd",
|
||||
require => Package["libnss-ldapd"],
|
||||
notify => Service["nslcd"],
|
||||
}
|
||||
service { "nslcd":
|
||||
|
|
Loading…
Add table
Reference in a new issue