summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nss_iface.xml
blob: b7cc4deb77135a592bad2ca62570f206231129b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
    <interface name="org.freedesktop.sssd.nss.MemoryCache">
        <annotation value="iface_nss_memorycache" name="org.freedesktop.DBus.GLib.CSymbol"/>
        <method name="UpdateInitgroups">
            <arg name="user" type="s" direction="in" />
            <arg name="domain" type="s" direction="in" />
            <arg name="groups" type="au" direction="in" />
        </method>
    </interface>
</node>