<br><font size=2 face="sans-serif">Hy all,</font>
<br>
<br><font size=2 face="sans-serif">i use freeradius 1.1.3</font>
<br>
<br><font size=2 face="sans-serif">here is my problem:</font>
<br><font size=2 face="sans-serif">i use radiusaccounting into a mysql
database.</font>
<br><font size=2 face="sans-serif">I want to extract information out of
the accounting packet and insert it into the sql database:</font>
<br>
<br><font size=2 face="sans-serif">My Acct-Session-Id looks like this.</font>
<br><font size=2 face="sans-serif">Acct-Session-Id = "domain\\user"Thu
Mar  1 14:29:58 2007"NC"</font>
<br>
<br><font size=2 face="sans-serif">the last field, here NC is one of this
NC|WSAM|JSAM</font>
<br>
<br><font size=2 face="sans-serif">So i put this to acct_users:</font>
<br>
<br><font size=2 face="sans-serif">DEFAULT Acct-Session-Id =~ "^.*(NC|JSAM|WSAM).*"</font>
<br><font size=2 face="sans-serif">        My-ST ==
`%{1}`</font>
<br>
<br><font size=2 face="sans-serif">My-ST is defined in dictionary</font>
<br>
<br><font size=2 face="sans-serif">ATTRIBUTE       My-ST
                  3004  
 string</font>
<br>
<br>
<br><font size=2 face="sans-serif">i see that rad_xlat gives the correct
value to My-ST but i cant use it in the sql statement.</font>
<br><font size=2 face="sans-serif">Its empty.</font>
<br>
<br><font size=2 face="sans-serif">acct_users: Matched entry DEFAULT at
line 23</font>
<br><font size=2 face="sans-serif">        radius_xlat:
 'WSAM'</font>
<br>
<br><font size=2 face="sans-serif">How can i define new Attributes? And
use them in sql.conf</font>
<br>
<br><font size=2 face="sans-serif">Thanks a lot</font>