~ubuntu-branches/debian/squeeze/nss-pam-ldapd/squeeze

« back to all changes in this revision

Viewing changes to pam/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2009-10-20 12:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20091020120000-di0099d0pliwbsz1
Tags: 0.7.1
* implement password changing by performing an LDAP password modify EXOP
  request (closes: #550836)
* fix return of authorisation check in PAM module (patch by Howard Chu)
* fix "Use StartTLS?" debconf question when no ssl option is defined in the
  config
* fix for problem when authenticating to LDAP entries without a uid
  attribute in the DN
* general code clean-up and portability improvements and include all
  needed header files (closes: #547206)
* provide more information with communication error messages
* updated German debconf translation by Erik Schanze (closes: #546244)
* updated Vietnamese debconf translation by Clytie Siddall (closes: #548037)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
pam_ldap_so_SOURCES = ../nslcd.h ../common/nslcd-prot.h \
26
26
                      ../compat/attrs.h pam.c common.h
27
27
pam_ldap_so_LDFLAGS = -shared -Wl,--version-script,\$(srcdir)/exports.linux
28
 
pam_ldap_so_LDADD = ../common/libtio.a ../common/libprot.a -lpam
 
28
pam_ldap_so_LDADD = ../common/libtio.a ../common/libprot.a -lpam \
 
29
                    ../compat/libcompat.a
29
30
 
30
31
EXTRA_DIST = exports.linux
31
32