7 lines
95 B
Text
7 lines
95 B
Text
case $ACTION in
|
|
post)
|
|
chown root:nslcd etc/nslcd.conf
|
|
chmod 640 etc/nslcd.conf
|
|
;;
|
|
esac
|
|
|