nss-pam-ldapd: fix ownership of /etc/nslcd.conf

Closes: gh-4236 [via git-merge-pr]
This commit is contained in:
Michael Aldridge 2016-05-26 15:54:03 -05:00 committed by Dominik Honnef
parent 15019411e6
commit 5f57a3f5ab
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
case $ACTION in
post)
chown root:nslcd /etc/nslcd.conf
chmod 640 /etc/nslcd.conf
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'nss-pam-ldapd'
pkgname=nss-pam-ldapd
version=0.9.6
revision=2
revision=3
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
build_style=gnu-configure
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"