From: Arran Cudbard-Bell Date: Mon, 11 Oct 2021 17:01:51 +0000 (-0500) Subject: Populat attr_chap_challenge X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adde01547de9f8d09cd6c6850240481325857c57;p=thirdparty%2Ffreeradius-server.git Populat attr_chap_challenge --- diff --git a/src/bin/radclient.c b/src/bin/radclient.c index dcb781aabdf..7171e465cec 100644 --- a/src/bin/radclient.c +++ b/src/bin/radclient.c @@ -128,7 +128,7 @@ fr_dict_attr_autoload_t radclient_dict_attr[] = { { .out = &attr_request_authenticator, .name = "Request-Authenticator", .type = FR_TYPE_OCTETS, .dict = &dict_freeradius }, { .out = &attr_chap_password, .name = "CHAP-Password", .type = FR_TYPE_OCTETS, .dict = &dict_radius }, - { .out = &attr_chap_password, .name = "CHAP-Challenge", .type = FR_TYPE_OCTETS, .dict = &dict_radius }, + { .out = &attr_chap_challenge, .name = "CHAP-Challenge", .type = FR_TYPE_OCTETS, .dict = &dict_radius }, { .out = &attr_packet_type, .name = "Packet-Type", .type = FR_TYPE_UINT32, .dict = &dict_radius }, { .out = &attr_user_password, .name = "User-Password", .type = FR_TYPE_STRING, .dict = &dict_radius }, { NULL }