From de822fc001f8a8f206465a2ce6c69b577d776c86 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 9 Jun 2022 13:42:21 -0400 Subject: [PATCH] Enable sasldb authentication mechanism The sasldb authentication mechanism has been marked as experimental for a long time but it's not an experimental nowadays and it's officially recommended to use with cyrus-imapd server Originally submitted by Pavel Zhukov Signed-off-by: Simo Sorce --- cyrus-sasl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 2ebbab0..53eaf21 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -258,8 +258,8 @@ echo "$LDFLAGS" %endif --enable-sql --with-mysql=yes --with-pgsql=yes \ --without-sqlite \ + --enable-auth-sasldb \ "$@" - # --enable-auth-sasldb -- EXPERIMENTAL make sasldir=%{_plugindir2} make -C saslauthd testsaslauthd make -C sample