]> xenbits.xensource.com Git - libvirt.git/commit
daemon: sasl: Don't forget to save SASL username to client's identity
authorErik Skultety <eskultet@redhat.com>
Thu, 28 Jul 2016 14:42:04 +0000 (16:42 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 2 Aug 2016 06:25:42 +0000 (08:25 +0200)
commit5289e21f31be226fd22bc3b512b8cc233fa24046
treeeceae901d922628b7f6a7029aeabc2c262ec6f4e
parent385ec6280fdad8548b5997577b91931d1ed79aaa
daemon: sasl: Don't forget to save SASL username to client's identity

Once the SASL authentication process has successfully passed, we should also
save the SASL username used to client's identity, so that when a client like
virt-admin tries to obtain it, the server will actually format the username to
the response data.

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