Add UI for service principal creation and keytab retrieval

This commit is contained in:
Rob Crittenden
2007-12-05 15:17:11 -05:00
parent c397041bfa
commit 15b7dc6ff9
12 changed files with 498 additions and 2 deletions

View File

@@ -360,6 +360,7 @@ def handler(req, profiling=False):
h.register_function(f.get_password_policy)
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.handle_request(req)
finally: