24 Feb
2010
24 Feb
'10
5:11 p.m.
Igor Smitran wrote:
Hello, I am trying to rewrite some custom AVPairs that cisco sends me. In order to do that i've created cusatom dictionary: ... When radius is started with this dictionary i don't get any value for disc-cause-ext attribute. It doesn't exist.
Hmm... the code in rlm_preprocess checks if the attribute is "string" type. I don't see why this is necessary. See line 155 (or so) in src/modules/rlm_preprocess/rlm_preprocess.c. Alan DeKok.