Skip to content
Snippets Groups Projects

Bullseye Compatibility

Merged Lars Beckers requested to merge bullseye into master
All threads resolved!
9 files
+ 139
19
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -10,7 +10,7 @@
@@ -10,7 +10,7 @@
disable_plaintext_auth = yes
disable_plaintext_auth = yes
# Authentication cache size (e.g. 10M). 0 means it's disabled. Note that
# Authentication cache size (e.g. 10M). 0 means it's disabled. Note that
# bsdauth, PAM and vpopmail require cache_key to be set for caching to be used.
# bsdauth and PAM require cache_key to be set for caching to be used.
#auth_cache_size = 0
#auth_cache_size = 0
# Time to live for cached data. After TTL expires the cached record is no
# Time to live for cached data. After TTL expires the cached record is no
# longer used, *except* if the main database lookup returns internal failure.
# longer used, *except* if the main database lookup returns internal failure.
@@ -98,7 +98,7 @@ auth_username_format = %Ln
@@ -98,7 +98,7 @@ auth_username_format = %Ln
#auth_ssl_username_from_cert = no
#auth_ssl_username_from_cert = no
# Space separated list of wanted authentication mechanisms:
# Space separated list of wanted authentication mechanisms:
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp
# gss-spnego
# gss-spnego
# NOTE: See also disable_plaintext_auth setting.
# NOTE: See also disable_plaintext_auth setting.
auth_mechanisms = plain
auth_mechanisms = plain
@@ -128,5 +128,4 @@ auth_mechanisms = plain
@@ -128,5 +128,4 @@ auth_mechanisms = plain
#!include auth-sql.conf.ext
#!include auth-sql.conf.ext
#!include auth-ldap.conf.ext
#!include auth-ldap.conf.ext
#!include auth-checkpassword.conf.ext
#!include auth-checkpassword.conf.ext
#!include auth-vpopmail.conf.ext
#!include auth-static.conf.ext
#!include auth-static.conf.ext
Loading