nss-pam-ldapd: fix ownership of /etc/nslcd.conf
Closes: gh-4236 [via git-merge-pr]
This commit is contained in:
parent
15019411e6
commit
5f57a3f5ab
|
@ -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'
|
# Template file for 'nss-pam-ldapd'
|
||||||
pkgname=nss-pam-ldapd
|
pkgname=nss-pam-ldapd
|
||||||
version=0.9.6
|
version=0.9.6
|
||||||
revision=2
|
revision=3
|
||||||
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
||||||
|
|
Loading…
Reference in New Issue