diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-06-13 16:24:13 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-06-13 16:24:13 -0600 |
commit | f01a2f1b004a165710d2aae9e42a048418333293 (patch) | |
tree | 75704d939e7d0c96bc2f11f9dd0860f2b4b8984a /imap/src | |
parent | d8d8e7ed38592812cc1238b87d18f46b9e83a45e (diff) | |
download | alpine-f01a2f1b004a165710d2aae9e42a048418333293.tar.xz |
* Promote the login authentication method higher than
OAUTHBEARER and XOAUTH2. This avoids using these authentication
methods when other authentication methods are still working.
Diffstat (limited to 'imap/src')
-rw-r--r-- | imap/src/osdep/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile index 5c9c6051..dd98eb81 100644 --- a/imap/src/osdep/unix/Makefile +++ b/imap/src/osdep/unix/Makefile @@ -139,7 +139,7 @@ RANLIB?=ranlib # Standard distribution build parameters -DEFAULTAUTHENTICATORS=ext md5 pla bea oa2 log +DEFAULTAUTHENTICATORS=ext md5 pla log bea oa2 # # mh needs to be after any other directory format drivers (such as mx or mix) # since otherwise mh will seize any directory that is under the mh path. |