14 Sep
2005
14 Sep
'05
11:21 a.m.
Hello, Freeradius developers! There is one feature or bug in algorhytm in rlm_python module. If rlm_python receives RLM_MODULE_REJECT as python script return code it cleans all attributes from reply message. But, as far as I know, it is allowed to return some attributes to NAS in reject message. I would like to send h323-return-code in authorization reject message to explain to NAS why particular message was rejected. I found code in rlm_python.c which is responsible about this "feature" and removed it. You can find patch in attachment of this e-mail. It would be really kind from your side if you applied it in further releases. Regards, Valts Mazurs.