~ubuntu-branches/ubuntu/precise/nss-pam-ldapd/precise-updates

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2010-07-03 17:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100703170000-qjnaavp1wx04z4ew
Tags: 0.7.7
* don't use use_authtok for password modification by default
* fine-tune pam-auth-update configuration after discussion with Steve
  Langasek (see: #583492)
  Note that this currently requires that shadow information is also provided
  by LDAP (in /etc/nsswitch.conf).
* ensure that nslcd is started after hostname lookups are available so
  getting to the LDAP server via DNS will work (patch by Petter
  Reinholdtsen) (closes: #585968)
* start k5start from the init script to keep the Kerberos ticket active if
  nslcd is configured for SASL GSSAPI Kerberos authentication, based on a
  patch by Daniel Dehennin (closes: #585639)
* upgrade to standards-version 3.9.0 (switch to Breaks/Replaces instead of
  Conflicts)
* refactoring and simplification of PAM module which also improves logging
* implement a nullok PAM option and disable empty passwords by default
* portability improvements and other minor code improvements
* the mechanism to disable name lookups through LDAP from within the nslcd
  process has been improved
* the undocumented use_sasl option has been removed (specifying sasl_mech
  now implies use_sasl)
* the sasl_mech, sasl_realm, sasl_authcid, sasl_authzid and sasl_secprops
  configuration options are now documented

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile.am - use automake to generate Makefile.in
2
2
#
3
3
# Copyright (C) 2006 West Consulting
4
 
# Copyright (C) 2006, 2007, 2008, 2009 Arthur de Jong
 
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Arthur de Jong
5
5
#
6
6
# This library is free software; you can redistribute it and/or
7
7
# modify it under the terms of the GNU Lesser General Public
86
86
                    ../common/libdict.a ../compat/libcompat.a
87
87
 
88
88
common_SOURCES = ../common/nslcd-prot.c ../nslcd.h ../nss/prototypes.h \
89
 
                 ../common/tio.c ../common/tio.h
 
89
                 ../common/tio.c ../common/tio.h ../nss/common.c
90
90
 
91
91
test_aliases_SOURCES = test_aliases.c ../nss/aliases.c $(common_SOURCES)
92
92
test_ethers_SOURCES = test_ethers.c ../nss/ethers.c $(common_SOURCES)