dovecot-2.2: director: Changed director_username_hash setting's ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 10 05:24:40 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/36c3d44a5ba3
changeset: 14798:36c3d44a5ba3
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 17 15:14:21 2012 +0300
description:
director: Changed director_username_hash setting's default from %u to %Lu
This allows potential trouble when username isn't always lowercased.

diffstat:

 src/director/director-settings.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0722a06a0d9f -r 36c3d44a5ba3 src/director/director-settings.c
--- a/src/director/director-settings.c	Tue Jul 17 15:13:21 2012 +0300
+++ b/src/director/director-settings.c	Tue Jul 17 15:14:21 2012 +0300
@@ -80,7 +80,7 @@
 
 	.director_servers = "",
 	.director_mail_servers = "",
-	.director_username_hash = "%u",
+	.director_username_hash = "%Lu",
 	.director_user_expire = 60*15,
 	.director_doveadm_port = 0
 };


More information about the dovecot-cvs mailing list