Hello Tuncay -

On Sun, 30 Apr 2000, Tuncay MARGILIC wrote:
> 
> I want to insert the IP or the name of the radius server to the accounting
> table. how can I describe this with AcctColumnDef?
> 

You will need the appropriate column in the Accounting table to begin with,
then specify an AcctSQLStatement something like this:

        <AuthBy SQL>
                DBSource ....
                DBUsername ....
                DBAuth ....
                AuthSelect .....
                AccountingTable .....
                AcctColumDef ....
                AcctSQLStatement insert into ACCOUNTING (HOSTNAME) values (%h)
                .....
        </AuthBy>

Have a look at section 6.24 in the Radiator 2.15 reference manual.

hth

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.



===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to