Hi! I would like to auth my users from my own script. radiusd -X debug [otp_auth] expand: %{User-Name} -> qtgame [otp_auth] expand: %{User-Password} -> ?O????:J?? ?r [otp_auth] expand: %{reply:Secret} -> 8bd1f2fc2c2f68bb [otp_auth] expand: %{reply:Pin} -> 1616 [otp_auth] expand: %{reply:Offset} -> 0 my script don't understand this user-password :( how can i use cleartext password? and the other hand the ENV variable : USER_PASSWORD="3!\333$\026\276\362\202\002\2522\231\355\302[\374" how can i create this password from cleartext or can i decrypt to cleartext? QTGame
Krisztian Kuti wrote:
radiusd -X debug
[otp_auth] expand: %{User-Name} -> qtgame [otp_auth] expand: %{User-Password} -> ?O????:J?? ?r
Read the REST of the debug output to see what's going wrong. Honestly. the answer to your question is *already* in the debug output. All you need to do is to read it. Alan DeKok.
participants (2)
-
Alan DeKok -
Krisztian Kuti