On Thu, 5 Jun 2003, Ross Reed wrote: > I was considering marking the AcctSessionId Unique in MySQL in order to not > have duplicates. Duplicates are creating a problem for our radius accounting > data being imported to SQL2K. > > Will setting that column Unique cause undo problems that I cannot forsee?
It's better to set AcctUniqueId as unique. AcctSessionId is as unique as the nas manages to make it. One *big* problem I faced with such workarounds is that accounting relaying with radrelay will not work anymore since the sql module will return RLM_MODULE_FAIL and radiusd will just not respond to the corresponding accounting request. As a result radrelay remains stuck in the same accounting record. > > Ross Reed > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
