freeradius-users,!
Hi all.
I have successfully configured freeradius to work with realm and proxy.
In the radius.conf file:
realm isp-1 {
format = prefix
delimiter = "\\"
ignore_default = yes
ignore_null = yes
}
In the proxy.conf file:
realm isp-1 {
type = radius
authhost = LOCAL
accthost = LOCAL
}
realm LOCAL {
type = radius
authhost = LOCAL
accthost = LOCAL
}
Now I want to realized the following situation:
All users must enter an realm name when he or she logs in form a supplicant.If
there is no one ,just reject.
I have read the freeradius doc,and it says the realm NULL can do this.But I don't know
how to do.Any Suggestions?
Regards!
[EMAIL PROTECTED]
2004-11-03