tim-donahue / bsdradius

Automatically exported from code.google.com/p/bsdradius
0 stars 1 forks source link

WebService (SOAP) module #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have developed a webservice module.
It support sending authorization and accounting requests to a web server using 
SOAP protocol.

I was wondering if you can include it in the next released version.

I have attached the file. Feedback on enhancements is highly appreciated. I am 
not a python expert and would like to get your input on enhancing it.

Original issue reported on code.google.com by Danny.Mo...@gmail.com on 5 Sep 2010 at 2:44

Attachments:

GoogleCodeExporter commented 9 years ago
hello

thank you very much for the post. 

could you please briefly describe application of this module. possible with 
some example?

thanks

Original comment by aivis.ol...@gmail.com on 30 Nov 2010 at 9:11

GoogleCodeExporter commented 9 years ago
Hi,
Thank you for the reply.
The module can be used by someone wishing to put the AAA logic in a web service 
format.

Benefits
1- Platform independent (the web service can be written with any language and 
platform)
2- Distributed (run on a separate machine)

mod_soap.conf
[ACCESS]
wsdl=http://172.16.140.1:8080/adm-appserver/RadiusAPI?wsdl

radius client -------> BSD radius ---------> Webservice 

Original comment by Danny.Mo...@gmail.com on 1 Dec 2010 at 6:17