[OpenSIPS-Users] Strange username registration
Douglas Lane
doug at wd.co.za
Thu Apr 8 23:01:22 CEST 2010
Hi Vallimamod,
ok I checked the hashes, and they're correct - the concern is my
modparam of password_column points to the cleartext password and not the
hash.
would you advise that I change the password_column to point to the hash
column instead?
Thanks
Doug
On 2010/04/08 10:01 PM, vallimamod abdullah wrote:
> Following my previous answer,
>
> On Thursday 8 Apr, 2010, at 9:49 PM, vallimamod abdullah wrote:
>
>
>> Maybe you can check if the password hash stored in db is correct:
>> compare the actual value of the db stored hash with the result of
>> the following shell command:
>>
>> $ printf 'user at domain:domain:password' | md5sum
>>
> In your case precisely (you don't want "user at domain" as the user
> name,) the correct value of password column should actually be the
> result of :
>
> printf 'user:domain:password' | md5sum
>
> Regards,
> - vma
> .
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
More information about the Users
mailing list