help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] multiple reply_attr_query


From: Pavel Kuz
Subject: Re: [Help-gnu-radius] multiple reply_attr_query
Date: Mon, 25 Nov 2002 15:24:34 +0200
User-agent: Mutt/1.4i

On Mon, Nov 25, 2002 at 03:11:14PM +0200, Ciprian Nica wrote:
> Hello,
> 
> I want to run multiple mysql queryes to generate the reply pairs. That 
> is becouse I need to take some pairs from some tables and others from 
> some other tables.
> 
> Is this possible somehow ?
Yes, you can using SQL syntax

for example:
reply_attr_query \
        select param from table \
        union select param1 from table1 \
        union select param2 from table2 ;

etc.
> 
> Can I put more lines starting with reply_attr_query in sqlserver 
> configuration file ?
> 
> Yours,
> Ciprian Nica
> 
> 
> 
> 

-- 
--------
Regards,
Pavel.

"He's the kind of man for the times that need the kind of man he is ..."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]