Re: rlm_exec does not change already existing attributes

2006-04-24 Thread Joe Maimon
Dmitry Lyubimkov wrote: In the rlm_exec module for change of attributes according to result of script it is used if (output_pairs) pairmove(output_pairs, &answer); in function static int exec_dispatch(void *instance, REQUEST *request) But function pairmove in valuepair.c

rlm_exec does not change already existing attributes

2006-04-24 Thread Dmitry Lyubimkov
In the rlm_exec module for change of attributes according to result of script it is used if (output_pairs) pairmove(output_pairs, &answer); in function static int exec_dispatch(void *instance, REQUEST *request) But function pairmove in valuepair.c does only the following /*