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