           SPELL=nss-pam-ldapd
         VERSION=0.7.19
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=http://arthurdejong.org/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
      SOURCE_GPG=9F8D08A7.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://arthurdejong.org/nss-pam-ldapd/
      LICENSE[0]=LGPL
         ENTERED=20090906
           SHORT="NSS and PAM modules for name lookups using LDAP"
cat << EOF
nss-pam-ldapd is Name Service Switch module and Pluggable Authentication Module
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 LDAP server.

The NSS module is a fork from the nss_ldap package by PADL Software Pty Ltd..
This fork was done to implement some structural design changes. These changes
were needed because there are some issues with the original design.

The biggest advantages of nss-pam-ldapd are:

 * 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
EOF
