Re: [SR-Users] negative www_authorize result codes

2011-11-09 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > quick look into the code and the README seems outdated. But there is no > -7 return code in auth and auth_db -- return codes are taken from > modules/auth/api.h, structure auth_cfg_result_t. Maybe -7 is specific > for radius auth function. daniel, that is ok

Re: [SR-Users] negative www_authorize result codes

2011-11-08 Thread Daniel-Constantin Mierla
Hello, On 11/9/11 3:10 AM, Juha Heinanen wrote: auth_db/README tells this about www_authorize() negative result codes: Negative codes may be interpreted as follows: * -1 (generic error) - some generic error occurred and no reply was sent out; * -2 (invalid password) - va

[SR-Users] negative www_authorize result codes

2011-11-08 Thread Juha Heinanen
auth_db/README tells this about www_authorize() negative result codes: Negative codes may be interpreted as follows: * -1 (generic error) - some generic error occurred and no reply was sent out; * -2 (invalid password) - valid user, but wrong password; * -3 (invalid user)