add ipa-findradiusclient search

This commit is contained in:
John Dennis
2007-11-14 15:32:08 -05:00
parent c24da12fe1
commit c4dbe6433d
6 changed files with 157 additions and 0 deletions

View File

@@ -355,6 +355,7 @@ def handler(req, profiling=False):
h.register_function(f.add_radius_client)
h.register_function(f.update_radius_client)
h.register_function(f.delete_radius_client)
h.register_function(f.find_radius_clients)
h.handle_request(req)
finally:
pass