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
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
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)