Remove registration of get_keytab

This commit is contained in:
Rob Crittenden
2008-01-03 09:29:58 -05:00
parent bbe1fdd8e9
commit 58071a759a

View File

@@ -366,7 +366,6 @@ def handler(req, profiling=False):
h.register_function(f.update_password_policy)
h.register_function(f.add_service_principal)
h.register_function(f.find_service_principal)
h.register_function(f.get_keytab)
h.register_function(f.get_radius_client_by_ip_addr)
h.register_function(f.add_radius_client)
h.register_function(f.update_radius_client)