]> git.ipfire.org Git - thirdparty/libvirt.git/commit
admin: Retrieve the SASL context for both local and remote connection
authorErik Skultety <eskultet@redhat.com>
Tue, 19 Jul 2016 06:55:31 +0000 (08:55 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 2 Aug 2016 06:25:42 +0000 (08:25 +0200)
commit385ec6280fdad8548b5997577b91931d1ed79aaa
tree39af3bfeabf0de350c1cb0be54e10e271ff415cf
parentfa4eea8063b972a600903e3441bf04415529a7e9
admin: Retrieve the SASL context for both local and remote connection

When commit 4a0e9108 added a support for client information retrieval, it made
the API return SASL identity info only for clients connected remotely, yet SASL
can be happily used with UNIX sockets as well.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
daemon/admin_server.c