Package: krb5 Severity: wishlist Tags: patch Hi,
Since 1.3.1, it seems that SASL authentication to the LDAP KDB module was supported. See https://k5wiki.kerberos.org/wiki/Projects/LDAP_SASL_support configure script checks sasl.h, without libsasl2-dev > checking sasl/sasl.h usability... no > checking sasl/sasl.h presence... no > checking for sasl/sasl.h... no > configure: WARNING: not building LDAP SASL support However, with libsasl2-dev as attached patch, it seems that is enabled. > checking sasl/sasl.h usability... yes > checking sasl/sasl.h presence... yes > checking for sasl/sasl.h... yes So, could you apply and check it, please? -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
>From 4458369fd73648d32a57c88cf2272ef54b80a764 Mon Sep 17 00:00:00 2001 From: Hideki Yamane <[email protected]> Date: Tue, 11 Jul 2017 20:16:36 +0900 Subject: [PATCH] support SASL --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c663f1ec3..551c7da09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +krb5 (1.15.1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * debian/control + - add Build-Depends: libsasl2-dev to support SASL on LDAP + + -- Hideki Yamane <[email protected]> Tue, 11 Jul 2017 20:16:11 +0900 + krb5 (1.15.1-1) unstable; urgency=medium * New Upstream Version diff --git a/debian/control b/debian/control index 581a3eb2f..20d59be67 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: standard Build-Depends: debhelper (>= 10), byacc | bison, comerr-dev, docbook-to-man, libkeyutils-dev [linux-any], libldap2-dev <!stage1>, - libncurses5-dev, libssl-dev, ss-dev, + libncurses5-dev, libssl-dev, ss-dev, libsasl2-dev, libverto-dev (>= 0.2.4), pkg-config, dh-systemd Build-Depends-Indep: python, python-cheetah, python-lxml, python-sphinx, doxygen, doxygen-latex, texlive-generic-extra Standards-Version: 3.9.8 -- 2.13.2

