Re: [Dovecot] SSHA256 scheme

2010-07-31 Thread Daniel Luttermann
Patrick Westenberg wrote on 31.07.2010: > Hallo, > Daniel Luttermann schrieb: >> Your PHP application generates the password with the given scheme and >> write it to the password field. > wie soll ich denn via PHP dass Passwort generieren, wenn ich nicht weis > in welcher Art und Weise Passwort

Re: [Dovecot] SSHA256 scheme

2010-07-28 Thread Daniel Luttermann
Patrick Westenberg wrote on 28.07.2010: > Daniel Luttermann schrieb: >> when you create a password with dovecotpw or doveadm you can >> copy&paste the generated password into your database. > I can´t use dovecotpw. Passwords will be generated by PHP > (webfrontend). should be no problem... Pers

Re: [Dovecot] SSHA256 scheme

2010-07-28 Thread Patrick Westenberg
Daniel Luttermann schrieb: when you create a password with dovecotpw or doveadm you can copy&paste the generated password into your database. I can´t use dovecotpw. Passwords will be generated by PHP (webfrontend).

Re: [Dovecot] SSHA256 scheme

2010-07-27 Thread Daniel Luttermann
Patrick Westenberg wrote on 27.07.2010: > Hi again, > I`m a bit confused how to store a SSHA256 password in the database and > I can`t find any information in the wiki. > Do I have to store the SHA256 hash and the salt separately (what would > the password_query be like in this way) or just the

[Dovecot] SSHA256 scheme

2010-07-27 Thread Patrick Westenberg
Hi again, I`m a bit confused how to store a SSHA256 password in the database and I can`t find any information in the wiki. Do I have to store the SHA256 hash and the salt separately (what would the password_query be like in this way) or just the final SSHA256 hash? Regards Patrick