freeradius-server icon indicating copy to clipboard operation
freeradius-server copied to clipboard

Default list in update sections with dynamic LHS isn't applied

Open arr2036 opened this issue 8 years ago • 0 comments

Issue type

  • Defect - Unexpected behaviour (obvious or verified by project member).

Defect/Feature description

Default list in update section doesn't work if the LHS is a dynamic attribute reference.

Explicitly setting the list does work.

i.e.

Works (attribute added to control list)

update  {
	"&control:%{attr_by_oid:26.44318.%{1}}" := "%{2}"
}

Doesn't work (attribute added to request list)

update control  {
	"%{attr_by_oid:26.44318.%{1}}" := "%{2}"
}

This is a minor defect but should be fixed at some point before v4.0.x is released.

arr2036 avatar Oct 11 '17 06:10 arr2036