(RADIATOR) Client identifier
Henning Markussen
hm at mib.dk
Mon May 19 05:02:39 CDT 2008
Hello
I have a task where i need to separate a lot of network devices, who is
allowed to logon, and who is not.
The problem is that I don't have a list of all the ip addresses
Currently I'm using this setup to handle all devices the same.
<Client DEFAULT>
Secret xxxx
Identifier Default
</Client>
and then later the
<Handler Client-Identifier = Default>
</Handler>
Since I don't have a complete list of ip adresses, my plan was maybe to
use diffrent secrets.
<Client other>
Secret verysecret1
Identifier other
</Client>
<Client DEFAULT>
Secret verysecret1
Identifier Default
</Client>
and then
<Handler Client-Identifier = other>
do something
</Handler>
<Handler Client-Identifier = Default>
do something
</Handler>
But it seems that the Client part, has to be ip specific or the default
class.
I looked at IdenticalClients, but that again comes back to the problem
that I don't have a complete ip list.
Is there a other way/option/approach that I have missed?
Or any other ideas ....
- Henning
--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list