~ubuntu-branches/debian/sid/sendmail/sid

« back to all changes in this revision

Viewing changes to debian/patches/8.13/8.13.8/ldap_url_search.p0

  • Committer: Bazaar Package Importer
  • Author(s): Richard A Nelson (Rick)
  • Date: 2007-05-05 20:10:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070505201000-xd515upx318zlkgh
Tags: 8.14.1-1
* *** *** libmilter gets a new version *** ***
  *** *** MimeDefang and other packages will need to be rebuilt *** ***

* New upstream release
  - Fix 8.14.0 regressions & issues
* Refit patches
* Drop qtool patch, equivalent applied upstream
* Force configure defaults (new machine, gotta get it right)
* update configure.ac for newer db versions
* refresh FAQ
* build against db4.5                                      closes: #421945
* build-indep-depends on groff, not groff-base             closes: #362872

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: ldap.c
2
 
===================================================================
3
 
RCS file: /cvs/libsm/ldap.c,v
4
 
retrieving revision 1.51
5
 
retrieving revision 1.53
6
 
diff -u -r1.51 -r1.53
7
 
--- ./sendmail-8.13.8/libsm/ldap.c      30 Oct 2003 23:11:12 -0000      1.51
8
 
+++ ldap.c      30 Oct 2003 23:33:10 -0000      1.53
9
 
@@ -1043,6 +1043,7 @@
10
 
                                                   NULL : lmap->ldap_attr),
11
 
                                                  lmap->ldap_attrsonly);
12
 
                        }
13
 
+#if SM_CONF_LDAP_URL_SEARCH
14
 
                        else if (rl->lr_type == SM_LDAP_ATTR_URL)
15
 
                        {
16
 
                                /* do new URL search */
17
 
@@ -1051,6 +1052,7 @@
18
 
                                                      lmap->ldap_attrsonly);
19
 
                                newflags |= SM_LDAP_USE_ALLATTR;
20
 
                        }
21
 
+#endif /* SM_CONF_LDAP_URL_SEARCH */
22
 
                        else
23
 
                        {
24
 
                                /* unknown or illegal attribute type */