Open dungfucious opened 1 year ago
Hi @dungfucious. Thanks for this comment, glad to see it helped. Could you please push a pull request so that I see more clearly the changes you had to do ?
Hello @dungfucious could you please take a minute to answer my previous comment ? Without answer in the next few days I'll close this issue.
literally just changed those 2 lines above. There may have been some proprietary info put into the codes during troubleshooting, so i am unable to post the full codes.
Thank you for posting this solution. Had to make these 2 changes for it to work in our environment
RADIUS::avp replace 80 0
RADIUS::avp replace 80 [binary format H32 0]
binary scan [CRYPTO::sign -alg hmac-md5 -key $static::seckey [binary format HHSHH $reply_rad_code $reply_rad_pid [ UDP::payload length ] $lookup_rad_auth $rad_attrs ]] H* mess_auth
set mess_auth [CRYPTO::sign -alg hmac-md5 -key $static::seckey [binary format HHSHH $reply_rad_code $reply_rad_pid [ UDP::payload length ] $lookup_rad_auth $rad_attrs ]]