# HG changeset patch # User Timo Sirainen # Date 1313360281 -10800 # Node ID 717af808a752f9a8691c4f782a3885509d2c9511 # Parent 3439fc65838a72eb6385b4234f4269b4c59fe9c1 example-config: Updated auth_username_format default to match reality. diff -r 3439fc65838a -r 717af808a752 doc/example-config/conf.d/10-auth.conf --- a/doc/example-config/conf.d/10-auth.conf Mon Aug 15 01:11:47 2011 +0300 +++ b/doc/example-config/conf.d/10-auth.conf Mon Aug 15 01:18:01 2011 +0300 @@ -47,7 +47,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 = +#auth_username_format = %Lu # 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