On Thu, Dec 16, 2010 at 04:36:34PM -0700, Eric Blake wrote:
> On 12/16/2010 04:21 AM, Daniel P. Berrange wrote:
> > This provides two modules for handling SASL
> >
> > * virNetSASLContext provides the process-wide state, currently
> >just a whitelist of usernames on the server and a one time
On 12/16/2010 04:21 AM, Daniel P. Berrange wrote:
> This provides two modules for handling SASL
>
> * virNetSASLContext provides the process-wide state, currently
>just a whitelist of usernames on the server and a one time
>library init call
>
> * virNetTLSSession provides the per-conne
This provides two modules for handling SASL
* virNetSASLContext provides the process-wide state, currently
just a whitelist of usernames on the server and a one time
library init call
* virNetTLSSession provides the per-connection state, ie the
SASL session itself. This also include AP