summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-04-13 16:49:45 +0200
committerSimo Sorce <ssorce@redhat.com>2009-05-26 08:54:38 -0400
commit43bcf03e6e0e705cbfc66543223042102f48ac94 (patch)
treee8b9f35ec3e7de9fa465b39747a89b8e8d96884e
parentb55cd4c68b7ef6c7364b9c8ac2c5b644303c1120 (diff)
downloadsssd-43bcf03e6e0e705cbfc66543223042102f48ac94.tar.gz
sssd-43bcf03e6e0e705cbfc66543223042102f48ac94.tar.xz
sssd-43bcf03e6e0e705cbfc66543223042102f48ac94.zip
Fix typos in the Introspection XML file
-rw-r--r--server/infopipe/org.freedesktop.sssd.infopipe.Introspect.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/server/infopipe/org.freedesktop.sssd.infopipe.Introspect.xml b/server/infopipe/org.freedesktop.sssd.infopipe.Introspect.xml
index 0ff397b39..c35b14053 100644
--- a/server/infopipe/org.freedesktop.sssd.infopipe.Introspect.xml
+++ b/server/infopipe/org.freedesktop.sssd.infopipe.Introspect.xml
@@ -104,8 +104,9 @@
@param username The user to delete.
@param domain The domain from which to delete the user.
@return Returns an empty D-BUS reply if the deletion was successful. Failure will return an error.
- @error DBUS_ERROR_INVALID_ARGS No such username or domain. See error message for details.
- @error DBUS_ACCESS_DENIED Caller did not have permission to delete this user."
+ @error DBUS_ERROR_INVALID_ARGS No such domain. See error message for details.
+ @error DBUS_ACCESS_DENIED Caller did not have permission to delete this user.
+ @note DeleteUser ignores groups that don't exist."
/>
<arg name="username" type="s" direction="in" />
<arg name="domain" type="s" direction="in" />
@@ -217,7 +218,7 @@
@note DeleteGroup ignores groups that don't exist."
/>
<arg name="groupname" type="s" direction="in" />
- <arg name="domain" type="s" direction="out" />
+ <arg name="domain" type="s" direction="in" />
</method>
<method name="AddGroupMembers1">
@@ -253,6 +254,7 @@
<arg name="group" type="s" direction="in" />
<arg name="domain" type="s" direction="in" />
<arg name="members" type="as" direction="in" />
+ <arg name="membertype" type="y" direction="in" />
</method>
<method name="Set_YouReallyDoNotWantToUseThisFunction_GroupGID1">