25 Jan
2006
25 Jan
'06
7:49 a.m.
Im trying to get RLM_perl to respond with two Cisco-AVPair lines (what would usually be done with += in users)
So try that with rlm_perl
the server functions that update the list need to see the += operator.
I don't believe it works like that with rlm_perl, as += in perl means 'add as an integer to the scalar specified'. There is no way of specifying the operator in your reply items, the code within rlm_perl asks for you to give it a scalar reference, which is what ive done.