summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/10-auth.conf.diff
blob: 0f102cdf04f23bba5a067a5bb920cafa07ba1f06 (plain)
  1. --- 10-auth.conf.orig 2014-07-07 23:26:30.000000000 +0200
  2. +++ 10-auth.conf 2016-10-24 15:20:30.000000000 +0200
  3. @@ -48,7 +48,7 @@
  4.  # the standard variables here, eg. %Lu would lowercase the username, %n would
  5. # drop away the domain if it was given, or "%n-AT-%d" would change the '@' into
  6. # "-AT-". This translation is done after auth_username_translation changes.
  7. -#auth_username_format = %Lu
  8. +auth_username_format = %Ln
  9. # If you want to allow master users to log in by specifying the master
  10. # username within the normal username string (ie. not using SASL mechanism's
  11. @@ -97,7 +97,7 @@
  12. # plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
  13. # gss-spnego
  14. # NOTE: See also disable_plaintext_auth setting.
  15. -auth_mechanisms = plain
  16. +auth_mechanisms = plain login
  17. ##
  18. ## Password and user databases