]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth_username_format default changed to %Lu
authorTimo Sirainen <tss@iki.fi>
Tue, 7 Jun 2011 13:17:25 +0000 (16:17 +0300)
committerTimo Sirainen <tss@iki.fi>
Tue, 7 Jun 2011 13:17:25 +0000 (16:17 +0300)
NEWS
src/auth/auth-settings.c

diff --git a/NEWS b/NEWS
index 11d9f1f58304f15bd638916d0f02f24005769960..4d733a159f8ee9d21c969d8c1fbc3ecb5deebea7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ v2.1.UNSTABLE 2011-xx-xx  Timo Sirainen <tss@iki.fi>
 
        * Plugins now use UTF-8 mailbox names rather than mUTF-7:
          acl, autocreate, expire, trash, virtual
+       * auth_username_format default changed to %Lu. If you really want
+         case sensitive usernames, set it back to empty.
 
        + imapc (= IMAP client) storage allows using a remote IMAP server to
          be used as storage. This allows using Dovecot as a smart (caching)
index d064c09f7311f4fc9846590c9f844f924d225336..178db91ca7728564684e94acec28b05e41f8ac62 100644 (file)
@@ -221,7 +221,7 @@ static const struct auth_settings auth_default_settings = {
        .cache_negative_ttl = 60*60,
        .username_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@",
        .username_translation = "",
-       .username_format = "",
+       .username_format = "%Lu",
        .master_user_separator = "",
        .anonymous_username = "anonymous",
        .krb5_keytab = "",