Skip to content

Commit db068fd

Browse files
committed
The sssd service won't start of /etc/sssd/sssd.conf permissions are not 0600
1 parent f7eeb7d commit db068fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
file { '/etc/sssd/sssd.conf':
3434
ensure => present,
35-
mode => '0444',
35+
mode => '0600',
3636
content => template('pamldap/sssd.conf.erb'),
3737
require => Class['pamldap::install'],
3838
notify => Class['pamldap::service'],

0 commit comments

Comments
 (0)