Usage of Cleartext-Password



I have just upgraded from 1.1.2. to 1.1.4.
Now I tried to convert my custom authorization module to use the "Cleartext-Password" attribute instead of "User-Password" (my passwords are in clear-text).

I simply replaced the following command at the end of the authorization routine of my module:

pairadd( &request->config_items, pairmake("User-Password", password, T_OP_CMP_EQ) );

with:

pairadd( &request->config_items, pairmake("Cleartext-Password", password, T_OP_CMP_EQ) );

But the daemon started to give "Login incorrect" errors (with no other error description), so I had to revert the change.

What am I missing?


Thanks.

--
___________________________________________________
    __
   |-                      giannici@neomedia.it
   |ederico Giannici      http://www.neomedia.it
___________________________________________________




This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.