Reply-Message getting truncated
Hi All, I am trying to send Reply-Message as part of pair_make_reply * pair_make_reply("Reply-Message", auth_factor_display, T_OP_EQ);* The string is getting truncated after some length if I send big string. is there is length restrictions for Reply-Message? if yes, What is length restriction. is there is option to avoid the string feting truncated. Thanks, Shivaprasad
On Oct 16, 2018, at 4:09 PM, shivu prasad <shivaprasad2452@gmail.com> wrote:
I am trying to send Reply-Message as part of pair_make_reply * pair_make_reply("Reply-Message", auth_factor_display, T_OP_EQ);*
The string is getting truncated after some length if I send big string. is there is length restrictions for Reply-Message? if yes, What is length restriction.
All RADIUS attributes are limited to 253 bytes of data.
is there is option to avoid the string feting truncated.
No. Alan DeKok.
Thanks Alan. On Wed, Oct 17, 2018 at 1:41 AM Alan DeKok <aland@deployingradius.com> wrote:
On Oct 16, 2018, at 4:09 PM, shivu prasad <shivaprasad2452@gmail.com> wrote:
I am trying to send Reply-Message as part of pair_make_reply * pair_make_reply("Reply-Message", auth_factor_display, T_OP_EQ);*
The string is getting truncated after some length if I send big string. is there is length restrictions for Reply-Message? if yes, What is length restriction.
All RADIUS attributes are limited to 253 bytes of data.
is there is option to avoid the string feting truncated.
No.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
participants (2)
-
Alan DeKok -
shivu prasad