Re: [libvirt] [PATCH v2 5/6] Add ability to get a virIdentity from a virNetServerClientPtr

2013-03-19 Thread Jiri Denemark
On Wed, Mar 13, 2013 at 15:24:04 +, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add APIs which allow creation of a virIdentity from the info associated with a virNetServerClientPtr instance. This is done based on the results of client authentication processes

[libvirt] [PATCH v2 5/6] Add ability to get a virIdentity from a virNetServerClientPtr

2013-03-13 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Add APIs which allow creation of a virIdentity from the info associated with a virNetServerClientPtr instance. This is done based on the results of client authentication processes like TLS, x509, SASL, SO_PEERCRED Signed-off-by: Daniel P. Berrange