|
Hello,
I just need to configure FreeRadius to manage auth
& acct for 2 different users too. I have create 2 instances of the sql
module, in my sql.conf:
sql instance1 {
...
}
sql instance2 {
...
}
But I don't understand how and where I can use this
instances. In radiusd.conf I have:
[authorize] {
...
instance1
...
}
[accounting] {
...
instance1
...
}
Where I need to indicate different sql instances
for different users?
Regards,
Evgeney
Bakhtin. |