26 Jan
2006
26 Jan
'06
12:35 p.m.
Stephan Jaeger <stephan.jaeger@ewetel.de>wrote:
request_data_get() deletes the data from the request after retrieving it, therefore it is not possible to use a regex value e.g. %{1} in rlm_policy twice like:
Ah, that would be a bug. The solution is probably to add a "request_data_reference", which returns a reference, but doesn't free the data. Then make the regex stuff call that. Alan DeKok.