Re: bug: ARGON2 hash selection incompatible with LDAP

2022-11-24 Thread Aki Tuomi
> 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

Re: bug: ARGON2 hash selection incompatible with LDAP

2022-11-16 Thread Krisztián Szegi
"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

Re: bug: ARGON2 hash selection incompatible with LDAP

2022-11-16 Thread Aki Tuomi
> 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

Re: bug: ARGON2 hash selection incompatible with LDAP

2022-11-15 Thread Krisztián Szegi
"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? >

Re: bug: ARGON2 hash selection incompatible with LDAP

2022-11-15 Thread Michael Ströder
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.

Re: bug: ARGON2 hash selection incompatible with LDAP

2022-11-15 Thread Krisztián Szegi
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

Re: bug: ARGON2 hash selection incompatible with LDAP

2022-11-15 Thread Aki Tuomi
> 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)