Displaying 4 results from an estimated 4 matches for "c86575ac9776d0995355d03719c82e".
2017 Dec 22
2
Lua Auth
...idn't take a table, I could stash data away and
> > then
> > > un-stash it in auth_userdb_lookup
> > >
> > > Thanks!
> > >
> > >
> >
> > Yeah, this is a bug we have fixed =)
> >
> > https://github.com/dovecot/core/commit/c86575ac9776d0995355d03719c82e
> > 7ceac802e6#diff-83374eeaee91d90e848390ba3c7b264a
> >
> >
>
> I'm on rc1, so I appear to already have that git commit (as part of rc1).
>
> # /usr/sbin/dovecot --version
> 2.3.0.rc1 (12aba5948)
>
> For testing this, I tried replacing my passdb looku...
2017 Dec 22
2
Lua Auth
...db_lookup() so I could take advantage of prefetch and thought that
> if auth_passdb_lookup didn't take a table, I could stash data away and then
> un-stash it in auth_userdb_lookup
>
> Thanks!
>
>
Yeah, this is a bug we have fixed =)
https://github.com/dovecot/core/commit/c86575ac9776d0995355d03719c82e7ceac802e6#diff-83374eeaee91d90e848390ba3c7b264a
Aki
2017 Dec 22
0
Lua Auth
...hought
> that
> > if auth_passdb_lookup didn't take a table, I could stash data away and
> then
> > un-stash it in auth_userdb_lookup
> >
> > Thanks!
> >
> >
>
> Yeah, this is a bug we have fixed =)
>
> https://github.com/dovecot/core/commit/c86575ac9776d0995355d03719c82e
> 7ceac802e6#diff-83374eeaee91d90e848390ba3c7b264a
>
>
I'm on rc1, so I appear to already have that git commit (as part of rc1).
# /usr/sbin/dovecot --version
2.3.0.rc1 (12aba5948)
For testing this, I tried replacing my passdb lookup with this:
function auth_passdb_lookup(req)...
2017 Dec 22
0
Lua Auth
...d
> > > then
> > > > un-stash it in auth_userdb_lookup
> > > >
> > > > Thanks!
> > > >
> > > >
> > >
> > > Yeah, this is a bug we have fixed =)
> > >
> > > https://github.com/dovecot/core/commit/c86575ac9776d0995355d03719c82e
> > > 7ceac802e6#diff-83374eeaee91d90e848390ba3c7b264a
> > >
> > >
> >
> > I'm on rc1, so I appear to already have that git commit (as part of rc1).
> >
> > # /usr/sbin/dovecot --version
> > 2.3.0.rc1 (12aba5948)
> >
> > For...