diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2005-09-17 22:45:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:53 +0200 |
commit | 72da392bc6f950320f71f82f856161e950ed85e0 (patch) | |
tree | 759257db9b3c3f003afdd10e26311cc0da2e14bd /debian/patches/8.13/8.13.5/ldap_url_search.p0 | |
parent | 57e90819277308515ca576cc3e76d5125fe24580 (diff) | |
download | sendmail-debian/8.13.5-1.tar.gz |
Imported Debian patch 8.13.5-1debian/8.13.5-1
Diffstat (limited to 'debian/patches/8.13/8.13.5/ldap_url_search.p0')
-rw-r--r-- | debian/patches/8.13/8.13.5/ldap_url_search.p0 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/8.13/8.13.5/ldap_url_search.p0 b/debian/patches/8.13/8.13.5/ldap_url_search.p0 new file mode 100644 index 0000000..842ecf0 --- /dev/null +++ b/debian/patches/8.13/8.13.5/ldap_url_search.p0 @@ -0,0 +1,24 @@ +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.13.5/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 */ |