12 Oct
2015
12 Oct
'15
9 a.m.
On Oct 12, 2015, at 5:28 AM, Lotkov Svyatoslav <ellezdi@gmail.com> wrote:
Is there any replacement for "userparse" (FR 2) function (located in lib/valuepair.c) ? I need a function to convert my comma-separated string to VALUE_PAIR
In 3.0.10, use fr_pair_list_afrom_str() We don't recommend making custom modules for older versions of the server. The internal API has changed due to cleanups and bug fixes. Alan DeKok.