changeset 12983:c0b40ebc527d

auth_username_format default changed to %Lu
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Jun 2011 16:17:25 +0300
parents c22e5e7c0dcd
children d686decbc1a4
files NEWS src/auth/auth-settings.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Jun 03 16:27:41 2011 +0300
+++ b/NEWS	Tue Jun 07 16:17:25 2011 +0300
@@ -2,6 +2,8 @@
 
 	* 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)
--- a/src/auth/auth-settings.c	Fri Jun 03 16:27:41 2011 +0300
+++ b/src/auth/auth-settings.c	Tue Jun 07 16:17:25 2011 +0300
@@ -221,7 +221,7 @@
 	.cache_negative_ttl = 60*60,
 	.username_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@",
 	.username_translation = "",
-	.username_format = "",
+	.username_format = "%Lu",
 	.master_user_separator = "",
 	.anonymous_username = "anonymous",
 	.krb5_keytab = "",