Rename memberOf to group_members in xml-rpc interface.

This commit is contained in:
Karl MacMillan
-
parent 3b66d27383
commit 27f0aab667
6 changed files with 9 additions and 9 deletions

View File

@@ -350,7 +350,7 @@ def handler(req, profiling=False):
h.register_function(f.update_group)
h.register_function(f.delete_group)
h.register_function(f.attrs_to_labels)
h.register_function(f.memberOf)
h.register_function(f.group_members)
h.handle_request(req)
finally:
pass