Norman Rasmussen schrieb:

On 5/25/06, Ulrich Staudinger <[EMAIL PROTECTED]> wrote:

has someone a good solution how to reuse an existing community site with
md5'd passwords with a jabber server?


reading http://www.ietf.org/rfc/rfc2831.txt section 3.9:

if you change the existing password storage from
   md5({ passwd })
to store
   md5({ username-value, ":", realm-value, ":", passwd })
then you can use that value during digest-md5 sasl auth.

This does mean some migration for user's passwords (they'll all have
to enter their current password to start using the jabber services -
backend could check old md5(pwd) hash, and compute and store new
md5(name:realm:pwd) hash)

Actually i thought about that process, too. But considering i have a small number of users already, i don't want to bother them with retyping their password.

Cheers,
Ulrich
begin:vcard
fn:Ulrich B. Staudinger
n:Staudinger;Ulrich B.
org:activestocks.de
adr;quoted-printable:;;Karoline-Zwiener-Strasse 10;G=C3=BCtersloh;D;33332;Germany
email;internet:[EMAIL PROTECTED]
tel;work:++49-5241-9619922
tel;fax:++49-5241-9619980
tel;cell:++49-176-24506471
url:http://www.activestocks.de
version:2.1
end:vcard

Reply via email to