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

« back to all changes in this revision

Viewing changes to pam/Makefile.in

  • 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:
17
17
 
18
18
# Makefile.am - use automake to generate Makefile.in
19
19
#
20
 
# Copyright (C) 2009 Arthur de Jong
 
20
# Copyright (C) 2009, 2010 Arthur de Jong
21
21
#
22
22
# This library is free software; you can redistribute it and/or
23
23
# modify it under the terms of the GNU Lesser General Public
55
55
host_triplet = @host@
56
56
target_triplet = @target@
57
57
noinst_PROGRAMS = pam_ldap.so$(EXEEXT)
 
58
@HAVE_VERSION_SCRIPT_FLAG_TRUE@am__append_1 = $(VERSION_SCRIPT_FLAG)\$(srcdir)/pam_ldap.map
58
59
subdir = pam
59
60
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
141
142
SHELL = @SHELL@
142
143
STRIP = @STRIP@
143
144
VERSION = @VERSION@
 
145
VERSION_SCRIPT_FLAG = @VERSION_SCRIPT_FLAG@
144
146
abs_builddir = @abs_builddir@
145
147
abs_srcdir = @abs_srcdir@
146
148
abs_top_builddir = @abs_top_builddir@
202
204
pam_ldap_so_SOURCES = ../nslcd.h ../common/nslcd-prot.h \
203
205
                      ../compat/attrs.h pam.c common.h
204
206
 
205
 
pam_ldap_so_LDFLAGS = -shared -Wl,--version-script,\$(srcdir)/exports.linux
 
207
pam_ldap_so_LDFLAGS = -shared $(am__append_1)
206
208
pam_ldap_so_LDADD = ../common/libtio.a ../common/libprot.a -lpam \
207
209
                    ../compat/libcompat.a
208
210
 
209
 
EXTRA_DIST = exports.linux
 
211
EXTRA_DIST = pam_ldap.map
210
212
all: all-am
211
213
 
212
214
.SUFFIXES: