From b7fb4fe943d3c6913990db783fa9415ac1e5be3805896254a3c9527eadf53266 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 22 May 2021 11:00:53 +0000 Subject: [PATCH] Accepting request 889948 from home:rzl - Build with full Cyrus SASL support * Negotiating SASL credentials with an EXTERNAL bind mechanism requires interaction. Kerberos provides its own interaction function that skips all interaction, thus preventing the mechanism from working. OBS-URL: https://build.opensuse.org/request/show/889948 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=250 --- krb5.changes | 8 ++++++++ krb5.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/krb5.changes b/krb5.changes index 74dfbb6..1a60cdb 100644 --- a/krb5.changes +++ b/krb5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 3 09:40:17 UTC 2021 - Rodrigo Lourenço + +- Build with full Cyrus SASL support + * Negotiating SASL credentials with an EXTERNAL bind mechanism requires + interaction. Kerberos provides its own interaction function that skips + all interaction, thus preventing the mechanism from working. + ------------------------------------------------------------------- Thu Apr 22 15:10:12 UTC 2021 - Samuel Cabrero diff --git a/krb5.spec b/krb5.spec index 71a9286..4ac870c 100644 --- a/krb5.spec +++ b/krb5.spec @@ -44,6 +44,7 @@ Patch7: 0007-SELinux-integration.patch Patch8: 0008-krb5-1.9-debuginfo.patch BuildRequires: autoconf BuildRequires: bison +BuildRequires: cyrus-sasl-devel BuildRequires: keyutils BuildRequires: keyutils-devel BuildRequires: openldap2-devel