[master] function fr_pair_list_afrom_file seems broken right now
It returns with only the first value pair in the output vps list (checked with dhcpclient). I think this commit broke it: https://github.com/FreeRADIUS/freeradius-server/commit/9fe44ec5f9655d84d86c6... I tried to rebuild with the previous version of this function, it works fine again. Regards, Nicolas. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
On Nov 2, 2020, at 8:51 AM, Chaigneau, Nicolas via Freeradius-Devel <freeradius-devel@lists.freeradius.org> wrote:
It returns with only the first value pair in the output vps list (checked with dhcpclient).
I think this commit broke it: https://github.com/FreeRADIUS/freeradius-server/commit/9fe44ec5f9655d84d86c6...
I've pushed a fix, thanks. Alan DeKok.
It returns with only the first value pair in the output vps list (checked with dhcpclient).
I think this commit broke it: https://github.com/FreeRADIUS/freeradius-server/commit/9fe44ec5f9655d84d86c6...
I've pushed a fix, thanks.
It's still not working as expected: A "\n\n" sequence is supposed to separate two lists of value pairs, but not anymore. All value pairs are returned in a single list now. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
On Nov 2, 2020, at 10:47 AM, Chaigneau, Nicolas via Freeradius-Devel <freeradius-devel@lists.freeradius.org> wrote:
It's still not working as expected: A "\n\n" sequence is supposed to separate two lists of value pairs, but not anymore. All value pairs are returned in a single list now.
Yeah, it would help for me to run "make test" I've pushed more fixes. Alan DeKok.
It's still not working as expected: A "\n\n" sequence is supposed to separate two lists of value pairs, but not anymore. All value pairs are returned in a single list now.
Yeah, it would help for me to run "make test"
I've pushed more fixes.
Everything seems fine this time. :) Thanks! This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
participants (2)
-
Alan DeKok -
Chaigneau, Nicolas