summaryrefslogtreecommitdiff
path: root/debian/patches/8.14/8.14.3/ldap_url_search.patch
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2009-03-01 06:15:00 +0000
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 20:07:44 +0200
commitce95a56b62dfc55ef26a7d1494fc88854c33a6bc (patch)
treedde60c8879369aee5d66f455fd91cd2fb4c73d7f /debian/patches/8.14/8.14.3/ldap_url_search.patch
parent83792056bacbb2db3bc1255f9993844e5e3aee28 (diff)
downloadsendmail-debian/8.14.3-8.tar.gz
Imported Debian patch 8.14.3-8debian/8.14.3-8
Diffstat (limited to 'debian/patches/8.14/8.14.3/ldap_url_search.patch')
-rw-r--r--debian/patches/8.14/8.14.3/ldap_url_search.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/patches/8.14/8.14.3/ldap_url_search.patch b/debian/patches/8.14/8.14.3/ldap_url_search.patch
deleted file mode 100644
index 088e071..0000000
--- a/debian/patches/8.14/8.14.3/ldap_url_search.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: ldap.c
-===================================================================
-RCS file: /cvs/libsm/ldap.c,v
-retrieving revision 1.51
-retrieving revision 1.53
-diff -u -r1.51 -r1.53
---- ./sendmail-8.14.3/libsm/ldap.c 30 Oct 2003 23:11:12 -0000 1.51
-+++ ldap.c 30 Oct 2003 23:33:10 -0000 1.53
-@@ -1043,6 +1043,7 @@
- NULL : lmap->ldap_attr),
- lmap->ldap_attrsonly);
- }
-+#if SM_CONF_LDAP_URL_SEARCH
- else if (rl->lr_type == SM_LDAP_ATTR_URL)
- {
- /* do new URL search */
-@@ -1051,6 +1052,7 @@
- lmap->ldap_attrsonly);
- newflags |= SM_LDAP_USE_ALLATTR;
- }
-+#endif /* SM_CONF_LDAP_URL_SEARCH */
- else
- {
- /* unknown or illegal attribute type */