Parent Directory | Revision Log | Patch
revision 266 by misc, Wed Nov 17 15:45:22 2010 UTC | revision 267 by misc, Wed Nov 17 15:50:32 2010 UTC | |
---|---|---|
# | Line 10 class pam { | Line 10 class pam { |
10 | owner => root, | owner => root, |
11 | group => root, | group => root, |
12 | mode => 644, | mode => 644, |
13 | content => template("openldap/system-auth") | content => template("pam/system-auth") |
14 | } | |
15 | ||
16 | file { "nsswitch.conf": | |
17 | path => "/etc/nsswitch.conf", | |
18 | owner => root, | |
19 | group => root, | |
20 | mode => 644, | |
21 | content => template("pam/system-auth") | |
22 | } | } |
23 | } | } |
24 |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |