{ FR_CONF_OFFSET_FLAGS("type", CONF_FLAG_NOT_EMPTY | CONF_FLAG_MULTI | CONF_FLAG_REQUIRED, rlm_radius_t, types),
.func = type_parse },
- { FR_CONF_OFFSET_FLAGS("replicate", CONF_FLAG_DEPRECATED, rlm_radius_t, replicate) },
-
- { FR_CONF_OFFSET_FLAGS("synchronous", CONF_FLAG_DEPRECATED, rlm_radius_t, synchronous) },
-
- { FR_CONF_OFFSET_FLAGS("originate", CONF_FLAG_DEPRECATED, rlm_radius_t, originate) },
-
{ FR_CONF_OFFSET("max_packet_size", rlm_radius_t, max_packet_size), .dflt = "4096" },
{ FR_CONF_OFFSET("max_send_coalesce", rlm_radius_t, max_send_coalesce), .dflt = "1024" },
fr_radius_ctx_t common_ctx;
- bool replicate; //!< Ignore responses.
- bool synchronous; //!< Retransmit when receiving a duplicate request.
- bool originate; //!< Originating packets, instead of proxying existing ones.
- ///< Controls whether Proxy-State is added to the outbound
- ///< request
rlm_radius_mode_t mode; //!< proxy, client, etc.
uint32_t max_attributes; //!< Maximum number of attributes to decode in response.