On Fri, Feb 25, 2005 at 02:26:12PM -0500, Dustin Doris wrote: > Is there a way to specify different operators when adding something to the > $RAD_REPLY hash? > > Such as. > $RAD_REPLY{'Attribute'} = "+= Value";
Currently, no. But you can try: $RAD_REPLY{'Attribute'} = [ 'Value 1', 'Value 2' ]; I had an idea of making %RAD_* hashes tied to corresponding avp lists, and making possible use of operators; I started to work on it, but I have no time to finish it now :( -- Fduch M. Pravking - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html