radius client modify and delete work

This commit is contained in:
John Dennis
2007-11-14 00:04:19 -05:00
parent c4bf859bfb
commit c24da12fe1
9 changed files with 307 additions and 18 deletions

View File

@@ -351,7 +351,10 @@ def handler(req, profiling=False):
h.register_function(f.delete_group)
h.register_function(f.attrs_to_labels)
h.register_function(f.group_members)
h.register_function(f.get_radius_client_by_ip_addr)
h.register_function(f.add_radius_client)
h.register_function(f.update_radius_client)
h.register_function(f.delete_radius_client)
h.handle_request(req)
finally:
pass