diff options
author | drochner <drochner@pkgsrc.org> | 2005-08-29 09:49:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-08-29 09:49:07 +0000 |
commit | f91163a714ea41fb937bf9be458d941530fda544 (patch) | |
tree | a5145e150ba3bb0ab99dd880c42ded4978e92463 /security/pam-ldap/patches/patch-aa | |
parent | 021b2359af7b227404e9be101b2bc916abb210b9 (diff) | |
download | pkgsrc-f91163a714ea41fb937bf9be458d941530fda544.tar.gz |
update to 180
changes:
-manpage added
-fix for BUG#210: use start_tls on referrals if configured to do so
-when handling new password policy control, only fall through to account
management module if a policy error was returned (CERT VU#778916)
pkgsrc change: use /etc/pam_ldap.conf as config file, to distinguish
from nss_ldap
Diffstat (limited to 'security/pam-ldap/patches/patch-aa')
-rw-r--r-- | security/pam-ldap/patches/patch-aa | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/security/pam-ldap/patches/patch-aa b/security/pam-ldap/patches/patch-aa index 0639fb324eb..390454d2991 100644 --- a/security/pam-ldap/patches/patch-aa +++ b/security/pam-ldap/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2004/11/19 19:08:43 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2005/08/29 09:49:07 drochner Exp $ ---- Makefile.in.orig 2004-09-30 22:33:14.000000000 -0400 +--- Makefile.in.orig 2005-08-18 00:35:13.000000000 +0200 +++ Makefile.in @@ -70,7 +70,7 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -11,15 +11,15 @@ $NetBSD: patch-aa,v 1.3 2004/11/19 19:08:43 jlam Exp $ EXTRA_DIST = COPYING.LIB CVSVersionInfo.txt ChangeLog README ldap.conf pam.conf pam_ldap.spec pam.d -@@ -98,6 +98,7 @@ pam_ldap_so_OBJECTS = pam_ldap.o md5.o +@@ -100,6 +100,7 @@ pam_ldap_so_OBJECTS = pam_ldap.o md5.o pam_ldap_so_LDADD = $(LDADD) pam_ldap_so_DEPENDENCIES = CFLAGS = @CFLAGS@ +LTCOMPILE = $(SHLIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) - DIST_COMMON = README ./stamp-h.in AUTHORS COPYING COPYING.LIB ChangeLog \ -@@ -116,7 +117,7 @@ OBJECTS = $(pam_ldap_so_OBJECTS) + man5dir = $(mandir)/man5 +@@ -122,7 +123,7 @@ OBJECTS = $(pam_ldap_so_OBJECTS) all: all-redirect .SUFFIXES: @@ -28,7 +28,7 @@ $NetBSD: patch-aa,v 1.3 2004/11/19 19:08:43 jlam Exp $ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile -@@ -185,6 +186,9 @@ distclean-compile: +@@ -191,6 +192,9 @@ distclean-compile: maintainer-clean-compile: @@ -38,7 +38,7 @@ $NetBSD: patch-aa,v 1.3 2004/11/19 19:08:43 jlam Exp $ pam_ldap.so: $(pam_ldap_so_OBJECTS) $(pam_ldap_so_DEPENDENCIES) @rm -f pam_ldap.so $(LINK) $(pam_ldap_so_LDFLAGS) $(pam_ldap_so_OBJECTS) $(pam_ldap_so_LDADD) $(LIBS) -@@ -385,7 +389,14 @@ mostlyclean-generic distclean-generic cl +@@ -432,7 +436,14 @@ mostlyclean-generic distclean-generic cl maintainer-clean-generic clean mostlyclean distclean maintainer-clean @@ -54,12 +54,15 @@ $NetBSD: patch-aa,v 1.3 2004/11/19 19:08:43 jlam Exp $ @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir)/security @EXTENSION_SO_TRUE@ $(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so -@@ -397,7 +408,7 @@ install-data-local: +@@ -442,9 +453,9 @@ install-exec-local: pam_ldap.so + + install-data-local: @$(NORMAL_INSTALL) - @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \ +- @if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \ ++ @if test ! -f $(DESTDIR)$(sysconfdir)/pam_ldap.conf; then \ $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \ - $(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \ -+ $(INSTALL_DATA) $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \ ++ $(INSTALL_DATA) $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/pam_ldap.conf; \ fi uninstall-local: |