dovecot-2.2: acl: Recent changes caused global ACL filenames to ...

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 11 22:15:28 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/efba333bf4c0
changeset: 17140:efba333bf4c0
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 12 07:14:58 2014 +0900
description:
acl: Recent changes caused global ACL filenames to be looked up with real mailbox names, not vnames.

diffstat:

 src/plugins/acl/acl-backend-vfile.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 27ac53f11f1f -r efba333bf4c0 src/plugins/acl/acl-backend-vfile.c
--- a/src/plugins/acl/acl-backend-vfile.c	Fri Feb 07 15:53:54 2014 -0500
+++ b/src/plugins/acl/acl-backend-vfile.c	Wed Feb 12 07:14:58 2014 +0900
@@ -166,7 +166,7 @@
 			if (backend->global_path != NULL &&
 			    _backend->global_file == NULL) {
 				aclobj->global_path =
-					i_strconcat(backend->global_path, "/", name, NULL);
+					i_strconcat(backend->global_path, "/", vname, NULL);
 			}
 		} else {
 			/* Invalid mailbox name, just use the default


More information about the dovecot-cvs mailing list