~ubuntu-branches/ubuntu/trusty/nss-pam-ldapd/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2011-03-10 22:00:00 UTC
  • mto: (14.1.5 experimental) (16.1.6)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20110310220000-tyhxifj2ovpxnqqm
Tags: 0.8.1
* SECURITY FIX: the PAM module will allow authentication for users that do
                not exist in LDAP, this allows login to local users with an
                incorrect password (CVE-2011-0438)
                the explotability of the problem depends on the details of
                the PAM stack and the use of the minimum_uid PAM option
* add FreeBSD support, partially imported from the FreeBSD port (thanks to
  Jacques Vidrine, Artem Kazakov and Alexander V. Chernikov)
* document how to replace name pam_check_service_attr and
  pam_check_host_attr options in PADL's pam_ldap with with pam_authz_search
  in nss-pam-ldapd (closes: #610925)
* implement a fqdn variable that can be used in pam_authz_search filters
* create the directory to hold the socket and pidfile on startup
* implement host, network and netgroup support in pynslcd

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
# Copyright (C) 2006 Luke Howard
21
21
# Copyright (C) 2006 West Consulting
22
 
# Copyright (C) 2006, 2007, 2008, 2009 Arthur de Jong
 
22
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Arthur de Jong
23
23
#
24
24
# This library is free software; you can redistribute it and/or
25
25
# modify it under the terms of the GNU Lesser General Public
294
294
EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
295
295
             $(wildcard m4/*.m4) HACKING $(DEBIAN_FILES)
296
296
 
297
 
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --with-pam-seclib-dir="\$${libdir}/security"
 
297
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --with-pam-seclib-dir="\$${libdir}/security" \
 
298
                            --enable-pynslcd
 
299
 
298
300
ACLOCAL_AMFLAGS = -I m4
299
301
all: config.h
300
302
        $(MAKE) $(AM_MAKEFLAGS) all-recursive