From 0c6b300a283c7c6bfc03fa16af1f0ce934d02391 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Mar 2009 20:23:27 -0500 Subject: Implement AddGroupMembers and RemoveGroupMembers in the InfoPipe --- .../infopipe/org.freeipa.sssd.infopipe.Introspect.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml') diff --git a/server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml b/server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml index 0dcd2a0d5..c1a8b3df2 100644 --- a/server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml +++ b/server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml @@ -225,16 +225,17 @@ name="org.freeipa.sssd.infopipe.DocString" value="Add members to a group @param group Group being modified. - @domain The domain the group belongs to. - @members Array of member strings to add to the group. + @param domain The domain the group belongs to. + @param members Array of member strings to add to the group. + @param membertype 0: Users, 1: Groups @return Returns an empty D-BUS reply on success. Will return an error on failure. @error DBUS_ERROR_INVALID_ARGS The domain does not exist - @error DBUS_ERROR_ACCESS_DENIED The caller does not have authorization to modify the group. - @note AddGroupMembers ignores members that don't exist" + @error DBUS_ERROR_ACCESS_DENIED The caller does not have authorization to modify the group." /> + @@ -242,12 +243,12 @@ name="org.freeipa.sssd.infopipe.DocString" value="Remove members from a group @param group Group being modified. - @domain The domain the group belongs to. - @members Array of member strings to remove from the group. + @param domain The domain the group belongs to. + @param members Array of member strings to remove from the group. + @param membertype 0: Users, 1: Groups @return Returns an empty D-BUS reply on success. Will return an error on failure. @error DBUS_ERROR_INVALID_ARGS The domain does not exist - @error DBUS_ERROR_ACCESS_DENIED The caller does not have authorization to modify the group. - @note RemoveGroupMembers ignores members that don't exist" + @error DBUS_ERROR_ACCESS_DENIED The caller does not have authorization to modify the group." /> -- cgit