Hi. Due to the various reasons, we have to use PAP on our NASes. I would like to setup a FreeRADIUS proxy server which will tunnel a regular PAP requests from remote NASes into an EAP requests (TTLS) than can be proxied to remote FreeRADIUS servers in a more secure manner.
At this moment we have a PAP to EAP bridge which utilises multithreaded Java server based on TinyRadius server API which invokes eapol_test as a client per every given request. This is quite ugly hack, unfortunately. Judging from the rlm_eap and proxy code in FreeRADIUS, I would say there is no way of doing it with current modules/code. I thought of hacking rlm_eap and making it to copy PAP requests to TTLS ones which can be later proxied. Is this the correct way? Thank you in advance. -- NAME:Dinko.kreator.Korunic DISCLAIMER:Standard.disclaimer.applies IRC:kre ICQ:16965294 JAB:[EMAIL PROTECTED] PGP:0xea160d0b HOME:http://dkorunic.net BLOG:http://dkorunic.wordpress.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

