summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp/ifp_iface.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-05-02 19:17:38 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-06-03 13:37:06 +0200
commit64f5e4b48926c9c14994e73c5a950a5ac876ec8e (patch)
treeb17e73ca49261a0be00b41d5e05d8076413e17d8 /src/responder/ifp/ifp_iface.xml
parentbd8cf980dc2e7035a8ce893df4a8ccaf9bbf11ad (diff)
downloadsssd-64f5e4b48926c9c14994e73c5a950a5ac876ec8e.tar.gz
sssd-64f5e4b48926c9c14994e73c5a950a5ac876ec8e.tar.xz
sssd-64f5e4b48926c9c14994e73c5a950a5ac876ec8e.zip
IFP: Add a GetGroupsList method
This patch adds a new method on the bus with the following synopsis: <method name="GetUserGroups"> <arg name="user" type="s" direction="in" /> <arg name="values" type="as" direction="out"/> </method> Its purpose is to return names of groups the user is a member of as a list of strings. Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit 3fe339bcba0e211cc666bb3afe34e5c8fce85f4f)
Diffstat (limited to 'src/responder/ifp/ifp_iface.xml')
-rw-r--r--src/responder/ifp/ifp_iface.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/responder/ifp/ifp_iface.xml b/src/responder/ifp/ifp_iface.xml
index de6acce2f..4893e2df5 100644
--- a/src/responder/ifp/ifp_iface.xml
+++ b/src/responder/ifp/ifp_iface.xml
@@ -16,5 +16,10 @@
<annotation name="org.freedesktop.sssd.RawHandler" value="true"/>
</method>
+ <method name="GetUserGroups">
+ <arg name="user" type="s" direction="in" />
+ <arg name="values" type="as" direction="out"/>
+ </method>
+
</interface>
</node>