search for: 83374eeaee91d90e848390ba3c7b264a

Displaying 5 results from an estimated 5 matches for "83374eeaee91d90e848390ba3c7b264a".

2017 Dec 22
2
Lua Auth
...tch 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
2
Lua Auth
...> 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) &g...
2017 Dec 22
0
Lua Auth
...n'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) passdb_table = {} passdb_table[ 'pass...
2017 Dec 22
0
Lua 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: >...
2017 Nov 30
3
Lua Auth
Op 29-11-2017 om 6:17 schreef Aki Tuomi: >> On November 29, 2017 at 4:37 AM Mark Moseley <moseleymark at gmail.com> wrote: >> >> >> Just happened to be surfing the docs and saw this. This is beyond awesome: >> >> https://wiki2.dovecot.org/AuthDatabase/Lua >> >> Any words of wisdom on using it? I'd be putting a bunch of mysql logic in