> On 15/11/2022 14:55 EET Aki Tuomi wrote:
>
>
> > On 15/11/2022 14:45 EET Krisztián Szegi wrote:
> >
> >
> > Good day to all,
> >
> > this is my first post to the mailing list!
> >
> > I'd like to report that non-binding auth to (Open)LDAP doesn't work if the
> > latter hashes passw
"Krisztián Szegi" k@mszk.eu – 15 November 2022 20:18
> "Michael Ströder" mich...@stroeder.com – 15 November 2022 15:00
> > On 11/15/22 13:45, Krisztián Szegi wrote:
> >> I'd like to report that non-binding auth to (Open)LDAP doesn't work
> >> if the latter hashes passwords with ARGON2.
> > Coul
> On 15/11/2022 21:17 EET Krisztián Szegi wrote:
>
>
> "Michael Ströder" mich...@stroeder.com – 15 November 2022 15:00
> > On 11/15/22 13:45, Krisztián Szegi wrote:
> >> I'd like to report that non-binding auth to (Open)LDAP doesn't work
> >> if the latter hashes passwords with ARGON2.
> > Co
"Michael Ströder" mich...@stroeder.com – 15 November 2022 15:00
> On 11/15/22 13:45, Krisztián Szegi wrote:
>> I'd like to report that non-binding auth to (Open)LDAP doesn't work
>> if the latter hashes passwords with ARGON2.
> Could you please elaborate why using LDAP bind is a problem for you?
>
On 11/15/22 13:45, Krisztián Szegi wrote:
I'd like to report that non-binding auth to (Open)LDAP doesn't work
if the latter hashes passwords with ARGON2.
Could you please elaborate why using LDAP bind is a problem for you?
Ciao, Michael.
Sorry, I wanted to post from this alias, but From-Address isn't saved with my
drafts :)
I failed to recognize during my patchwork that the verification function is the
same for ARGON2I and -ID:
both call `verify_argon2`, which in turn calls `libsodium's
crypto_pwhash_str_verify`.
In the new l
> On 15/11/2022 14:45 EET Krisztián Szegi wrote:
>
>
> Good day to all,
>
> this is my first post to the mailing list!
>
> I'd like to report that non-binding auth to (Open)LDAP doesn't work if the
> latter hashes passwords with ARGON2.
>
> Although dovecot (I am using http://2.3.19.1)