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

« back to all changes in this revision

Viewing changes to nss/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:
36
36
                      shadow.c
37
37
nss_ldap_so_LDFLAGS = -shared -Wl,-soname,$(NSS_LDAP_NSS_VERSIONED) \
38
38
                      -Wl,--version-script,\$(srcdir)/exports.linux
39
 
nss_ldap_so_LDADD = @nss_ldap_so_LIBS@ ../common/libtio.a ../common/libprot.a
 
39
nss_ldap_so_LDADD = ../common/libtio.a ../common/libprot.a
40
40
 
41
41
EXTRA_DIST = exports.linux
42
42