summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp/ifp_iface.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/ifp/ifp_iface.xml')
-rw-r--r--src/responder/ifp/ifp_iface.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/responder/ifp/ifp_iface.xml b/src/responder/ifp/ifp_iface.xml
index 81d4dbf8b..d0c835949 100644
--- a/src/responder/ifp/ifp_iface.xml
+++ b/src/responder/ifp/ifp_iface.xml
@@ -101,4 +101,28 @@
<property name="subdomain" type="b" access="read"/>
<property name="parent_domain" type="o" access="read"/>
</interface>
+
+ <interface name="org.freedesktop.sssd.infopipe.Users">
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="iface_ifp_users"/>
+
+ <method name="FindByName">
+ <arg name="name" type="s" direction="in" />
+ <arg name="result" type="o" direction="out" />
+ </method>
+ <method name="FindByID">
+ <arg name="id" type="u" direction="in" />
+ <arg name="result" type="o" direction="out" />
+ </method>
+ <method name="ListByName">
+ <arg name="name_filter" type="s" direction="in" />
+ <arg name="limit" type="u" direction="in" />
+ <arg name="result" type="ao" direction="out" />
+ </method>
+ <method name="ListByDomainAndName">
+ <arg name="domain_name" type="s" direction="in" />
+ <arg name="name_filter" type="s" direction="in" />
+ <arg name="limit" type="u" direction="in" />
+ <arg name="result" type="ao" direction="out"/>
+ </method>
+ </interface>
</node>