Hi,
I have two questions about adding new attributes to configuration data.
1) I would like to be able to add my own attributes to the realm entries
in clients.conf and proxy.conf. Is this possible? What I have in mind
would like something like this, for clients.conf:
client some.host.org {
secret = testing123
shortname = localhost
myAttribute = someValue
}
Then I would need a way to read that from within an RLM module, in my
case an EAP sub-module.
2) To implement my new EAP type, I may also need to define a config
parameter in radiusd.conf that would apply to all authentication
sessions at that RADIUS server for that EAP type. It appears EAP-TLS
already does this, but a quick checklist of things to implement would
help. My radiusd.conf would look like this:
eap {
default_eap_type = newType
timer_expire = 60
md5 {
}
newType {
newAttribute = someValue
}
}
Regards,
Dave
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- Re: How to add new configuration attributes Dave Mason
- Re: How to add new configuration attributes Alan DeKok
- Re: How to add new configuration attributes Dave Mason
- Re: How to add new configuration attributes Alan DeKok
