Re: Using sql and userfile together

2012-01-24 Thread Krzysztof Grobelak
Thanks very much for that Alan. On 23/01/12 20:16, Alan Buxey wrote: Hi, Hello all, I just wanted to ask how could I make FR to use either users file or sql to send attributes based on the NAS ip address. I suspect that I would need to use ulang for that. Something like:

Using sql and userfile together

2012-01-23 Thread Krzysztof Grobelak
Hello all, I just wanted to ask how could I make FR to use either users file or sql to send attributes based on the NAS ip address. I suspect that I would need to use ulang for that. Something like: if(NAS-IP-Address == NAS A IP) { use sql } else { use users file } I'm just wondering

Re: Using sql and userfile together

2012-01-23 Thread Alan Buxey
Hi, Hello all, I just wanted to ask how could I make FR to use either users file or sql to send attributes based on the NAS ip address. I suspect that I would need to use ulang for that. Something like: if(NAS-IP-Address == NAS A IP) {     use sql } else