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
|
# === 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":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue