Path to this page:
./
wip/nss-pam-ldapd,
LDAP client for nsswitch
Branch: CURRENT,
Version: 0.9.12,
Package name: nss-pam-ldapd-0.9.12,
Maintainer: pkgsrc-usersnss-pam-ldapd provides a Name Service Switch (NSS) module that
allows an LDAP server to provide user account, group, host name,
alias, netgroup, and basically any other information that you
would normally get from /etc flat files or NIS.
It also provides a Pluggable Authentication Module (PAM) to do
authentication to an LDAP server.
DEINSTALL.NetBSD [+/-]# $NetBSD: DEINSTALL.NetBSD $
case ${STAGE} in
POST-DEINSTALL)
rm -f /usr/lib/nss_ldap.so.0
rm -f /usr/lib/security/pam_ldap.so
;;
esac
DEINSTALL.nss [+/-]# $NetBSD: DEINSTALL.nss $
case ${STAGE} in
POST-DEINSTALL)
${RM} -f /usr/lib/nss_ldap.so.0 ;;
${RM} -f /usr/lib/security/pam_ldap.so ;;
esac
Required to run:[
databases/openldap-client] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 773.421 KB
Version history: (Expand)
- (2023-02-13) Package has been reborn
- (2021-11-28) Updated to version: nss-pam-ldapd-0.9.12
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
CVS history: (Expand)
2012-12-13 19:20:29 by Francois Tigeot | Files touched by this commit (3) |
Log message:
Make this package work on DragonFly.
DragonFly's libc uses the same nss interface as the FreeBSD one.
|
2012-12-11 21:21:43 by Francois Tigeot | Files touched by this commit (4) |
Log message:
Import nss-pam-ldapd-0.8.12 as wip/nss-pam-ldapd.
nss-pam-ldapd provides a Name Service Switch (NSS) module that
allows a LDAP server to provide user account, group, host name,
alias, netgroup, and basically any other information that you
would normally get from /etc flat files or NIS.
It also provides a Pluggable Authentication Module (PAM) to do
authentication to an LDAP server.
Homepage: http://arthurdejong.org/nss-pam-ldapd/
|