dovecot-2.2: doveadm user: Fixed looking up multiple users when ...

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 18 15:47:01 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/5870a1656b9f
changeset: 16979:5870a1656b9f
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 18 15:46:46 2013 +0200
description:
doveadm user: Fixed looking up multiple users when they had different UIDs

diffstat:

 src/doveadm/doveadm-auth.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 0ba1ca4552b7 -r 5870a1656b9f src/doveadm/doveadm-auth.c
--- a/src/doveadm/doveadm-auth.c	Sun Nov 17 16:58:20 2013 +0000
+++ b/src/doveadm/doveadm-auth.c	Mon Nov 18 15:46:46 2013 +0200
@@ -478,7 +478,8 @@
 			MAIL_STORAGE_SERVICE_FLAG_NO_CHDIR |
 			MAIL_STORAGE_SERVICE_FLAG_NO_LOG_INIT |
 			MAIL_STORAGE_SERVICE_FLAG_NO_PLUGINS |
-			MAIL_STORAGE_SERVICE_FLAG_NO_NAMESPACES);
+			MAIL_STORAGE_SERVICE_FLAG_NO_NAMESPACES |
+			MAIL_STORAGE_SERVICE_FLAG_TEMP_PRIV_DROP);
 	}
 
 	while ((input.username = argv[optind++]) != NULL) {


More information about the dovecot-cvs mailing list