21 lines
728 B
Bash
21 lines
728 B
Bash
# Template file for 'nss-pam-ldapd'
|
|
pkgname=nss-pam-ldapd
|
|
version=0.9.8
|
|
revision=2
|
|
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/"
|
|
conf_files="/etc/nslcd.conf"
|
|
makedepends="pam-devel libldap-devel libsasl-devel mit-krb5-devel"
|
|
system_accounts="nslcd"
|
|
short_desc="LDAP identity management via nsswitch"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="https://arthurdejong.org/nss-pam-ldapd/"
|
|
distfiles="https://arthurdejong.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=ef7362e7f2003da8c7beb7bcc03c30494acf712625aaac8badc6e7eb16f3453f
|
|
|
|
post_install() {
|
|
vsv nslcd
|
|
}
|