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 <simo@redhat.com>
This commit is contained in:
Simo Sorce 2022-06-09 13:42:21 -04:00
parent a1359a445d
commit de822fc001
1 changed files with 1 additions and 1 deletions

View File

@ -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