El Jueves, 1 de Octubre de 2009, Elena-Ramona Modroiu escribió:
Hello,
Iñaki Baz Castillo wrote:
Hi, trying to create a new subscriber I've realized that I must insert the ha1 (ha1b doesn't appear) by hand... doesn't SIREMIS implement the generation of the MD5 values by inserting the text plain password?
ha1b is not used at all by modules or something else afaik.
ha1b is used by auth module to perform Digest authentication in case the user sends "user@domain" in "username" field of (WWW-)Authorization header. In case it sends just "user" then ha1 field is taken to match the credentials "resposne".
Current versions work only with text plain passwords, due to usage in conjunction with send password service. Will be taken in consideration for next releases.
ok.
Thanks.