Advanced fork of nss_ldap with sasl support Maintained by:zi@FreeBSD.org Port Added: 30 May 2012 15:28:32 License: LGPL21 LGPL3
nss-pam-ldapd, a Name Service Switch (NSS) module and
Pluggable Authentication Module (PAM) that allows your
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
allows you to do authentication to an LDAP server.
Key differences from nss_ldap:
* lighter NSS library
* lighter PAM library
* simpler internal semantics
* clear separation between NSS, PAM and LDAP code (the server
part could easily be implemented in another language)
* less connections to the LDAP server
WWW: http://arthurdejong.org/nss-pam-ldapd/
To install the port:cd /usr/ports/net/nss-pam-ldapd-sasl/ && make install clean To add the package:pkg_add -r nss-pam-ldapd-sasl
Configuration Options
===> The following configuration options are available for nss-pam-ldapd-sasl-0.8.13:
SASL=on: Build sasl support
====> Options available for the multi MG1: you have to choose at least one of them
PAM=on: Build pam_ldap
NSS=on: Build nss support
===> Use 'make config' to modify these settings
- update to 0.8.12
- while here adopt optionsNG and trim historical header
PR: 174384
Submitted by: john.marshall@riverwillow.com.au
Approved by: portmgr (tabthorpe)