<div dir="ltr"><div>Hey,</div>
<div> </div>
<div>Regarding realms handled in the local server (mysql) and accounting...</div>
<div>I have defined realms in the users file such as:</div>
<div>                 DEFAULT Realm == "<a href="http://example.com">example.com</a>", Autz-Type := SQL_EXAMPLE</div>
<div>and in radiusd.conf I add in authorize { }</div>
<div>                 Autz-Type SQL_EXAMPLE {<br>                         sql_example</div>
<div>                 }</div>
<div>and as expected authentication works just fine by looking up in the current database.<br>To enable accounting for both realms I have done the same thing in radiusd.conf</div>
<div>for the accounting { } module:</div>
<div>                 Acct-Type SQL_EXAMPLE {<br>                         sql_example<br>                 }</div>
<div>Although this is defined no accounting records are saved in the database.</div>
<div>I am wondering if I'm missing something else like adding the Acct-Type to the users file too, such as:</div>
<div>DEFAULT Realm == "<a href="http://example.com">example.com</a>", Autz-Type := SQL_EXAMPLE, Acct-Type := SQL_HOTELNOVA</div>
<div> </div>
<div> </div>
<div> </div>
<div>Regards,</div></div>