summaryrefslogtreecommitdiffstats
path: root/crypto/cyrus-sasl/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cyrus-sasl/CONFIGURE')
-rwxr-xr-xcrypto/cyrus-sasl/CONFIGURE3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/cyrus-sasl/CONFIGURE b/crypto/cyrus-sasl/CONFIGURE
index 5f11d9d138..bc24be8c94 100755
--- a/crypto/cyrus-sasl/CONFIGURE
+++ b/crypto/cyrus-sasl/CONFIGURE
@@ -13,7 +13,8 @@ config_query_option CS_APOP "Enable APOP authentication?" n "--enable-checkapop"
if [ "$CS_PLAINTEXT" == "n" ] && [ "$CS_SHARED" == "n" ] && [ "$CS_KERBEROS" == "n" ]; then
message "You didn't select any authentication mechanism!" &&
- return 1
+ CS_SHARED=y
+ if ! query "defaulting to shared secret. is this ok?" y ; then return 1; fi
fi &&
if [ "$CS_PLAINTEXT" == "y" ] && [ "$CS_SHARED" == "y" ] && [ "$CS_KERBEROS" == "y" ]; then