# You can specify which list the attribute goes into by
# prefixing the attribute name with the list. This allows
# you to update multiple lists with one configuration.
- attributes {
+ update cache {
# list:Attr-Name
- reply:Filter-Id := "%l"
+ reply:Filter-Id += "%l"
control:Class := 0x010203
}
/*
- * Verify that the "attributes" section makes sense.
+ * Verify that the cache section makes sense.
*/
static int cache_verify(rlm_cache_t *inst)
{
return -1;
}
- inst->cs = cf_section_sub_find(conf, "attributes");
+ inst->cs = cf_section_sub_find(conf, "update");
if (!inst->cs) {
radlog(L_ERR, "rlm_cache: Failed to find \"attributes\" subsection");
cache_detach(inst);