nss-pam-ldapd: fix ownership of /etc/nslcd.conf
Closes: gh-4236 [via git-merge-pr]
This commit is contained in:
committed by
Dominik Honnef
parent
15019411e6
commit
5f57a3f5ab
7
srcpkgs/nss-pam-ldapd/INSTALL
Normal file
7
srcpkgs/nss-pam-ldapd/INSTALL
Normal file
@@ -0,0 +1,7 @@
|
||||
case $ACTION in
|
||||
post)
|
||||
chown root:nslcd /etc/nslcd.conf
|
||||
chmod 640 /etc/nslcd.conf
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user