Fixed: http://hg.dovecot.org/dovecot-2.2/rev/b7f7ad2bc4d0
> On 05 Aug 2015, at 17:30, matthias lay wrote:
>
> Hi list,
>
> I have a question on auth caching in 2.2.18.
>
> I am using acl_groups for a master user, appended in a static userdb file
>
> # snip ###
> ma
hi again,
On Thu, 27 Aug 2015 14:37:59 +0300
Teemu Huovila wrote:
>
> However, I am unable to reproduce this. Could you post your doveconf
> -n please? Im especially interested in your passdb and userdb
> configurations and auth-cache settings.
>
just reproduced the bug with a fresh clean 2.
hi teemu,
thx for your reply.
the user is a masteruser that hast a static passwd file. this is where
the ACL_GROUPS is applied
cat /etc/dovecot/passwd.masteruser
master@uma:{SHA}ojN+jsbELZbRJeRb0qj9+MMjPUs=::userdb_acl_groups=umareadmaster
allow_nets=127.0.0.1
##
* the
Hello
Thank you for your report. We really appreciate it, especially when you can
pinpoint a commit.
However, I am unable to reproduce this. Could you post your doveconf -n please?
Im especially interested in your passdb and
userdb configurations and auth-cache settings.
br,
Teemu Huovila
On
hi timo,
I checked out the commit causing this.
its this one:
http://hg.dovecot.org/dovecot-2.2/diff/5e445c659f89/src/auth/auth-request.c#l1.32
if I move this block back as it was. everything is fine
diff -r a46620d6e0ff -r 5e445c659f89 src/auth/auth-request.c
--- a/src/auth/auth-request.c
just tested against dovecot 2.2.15
everythings works fine. so might be a bug introduced between 2.2.16 and
2.2.18
On 08/05/2015 04:30 PM, matthias lay wrote:
> Hi list,
>
> I have a question on auth caching in 2.2.18.
>
> I am using acl_groups for a master user, appended in a static userdb
Hi list,
I have a question on auth caching in 2.2.18.
I am using acl_groups for a master user, appended in a static userdb file
# snip ###
master@uma:{SHA}=::userdb_acl_groups=umareadmaster
allow_nets=127.0.0.1
# snap ###
and use t