diff options
author | Pavel Březina <pbrezina@redhat.com> | 2015-05-20 14:45:25 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-06-18 16:46:10 +0200 |
commit | 2b7ef850846029641cc59560c2d8d4ab7254dda5 (patch) | |
tree | c42a7dfa9cb8e553710e23205ef5813e7b84b3f3 /.gitignore | |
parent | f7adbb15dbdcb79e291f7cf361a400ce25f7b382 (diff) | |
download | sssd-2b7ef850846029641cc59560c2d8d4ab7254dda5.tar.gz sssd-2b7ef850846029641cc59560c2d8d4ab7254dda5.tar.xz sssd-2b7ef850846029641cc59560c2d8d4ab7254dda5.zip |
IFP: Export nodes
IFP now exports cached users and groups in introspection.
After a user is cached with:
dbus-send --print-reply --system \
--dest=org.freedesktop.sssd.infopipe \
/org/freedesktop/sssd/infopipe/Users/ipaldap/397400000 \
org.freedesktop.sssd.infopipe.Cache.Object.Store
And Introspection called with:
dbus-send --print-reply --system \
--dest=org.freedesktop.sssd.infopipe \
/org/freedesktop/sssd/infopipe/Users \
org.freedesktop.DBus.Introspectable.Introspect
The cached users would be visible in the Introspection XML as:
<node name="ipaldap/397400000" />
</node>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions