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:
parent
a1359a445d
commit
de822fc001
@ -258,8 +258,8 @@ echo "$LDFLAGS"
|
|||||||
%endif
|
%endif
|
||||||
--enable-sql --with-mysql=yes --with-pgsql=yes \
|
--enable-sql --with-mysql=yes --with-pgsql=yes \
|
||||||
--without-sqlite \
|
--without-sqlite \
|
||||||
|
--enable-auth-sasldb \
|
||||||
"$@"
|
"$@"
|
||||||
# --enable-auth-sasldb -- EXPERIMENTAL
|
|
||||||
make sasldir=%{_plugindir2}
|
make sasldir=%{_plugindir2}
|
||||||
make -C saslauthd testsaslauthd
|
make -C saslauthd testsaslauthd
|
||||||
make -C sample
|
make -C sample
|
||||||
|
Loading…
Reference in New Issue
Block a user