Re: [libvirt] [PATCH 12/14] Add APIs for handling lookup of auth credentials from config file

2012-03-23 Thread Daniel P. Berrange
On Thu, Mar 22, 2012 at 07:02:31AM -0600, Eric Blake wrote: > On 03/20/2012 11:33 AM, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > This defines the format for the auth credential config file and > > provides APIs to access the data. The config file contains > > one or more nam

Re: [libvirt] [PATCH 12/14] Add APIs for handling lookup of auth credentials from config file

2012-03-22 Thread Eric Blake
On 03/20/2012 11:33 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > This defines the format for the auth credential config file and > provides APIs to access the data. The config file contains > one or more named 'credential' sets > > [credentials-$NAME] > credname1=value1 >

Re: [libvirt] [PATCH 12/14] Add APIs for handling lookup of auth credentials from config file

2012-03-22 Thread Osier Yang
On 2012年03月21日 01:33, Daniel P. Berrange wrote: From: "Daniel P. Berrange" This defines the format for the auth credential config file and provides APIs to access the data. The config file contains one or more named 'credential' sets [credentials-$NAME] credname1=value1 credname2=value

[libvirt] [PATCH 12/14] Add APIs for handling lookup of auth credentials from config file

2012-03-20 Thread Daniel P. Berrange
From: "Daniel P. Berrange" This defines the format for the auth credential config file and provides APIs to access the data. The config file contains one or more named 'credential' sets [credentials-$NAME] credname1=value1 credname2=value2 eg [credentials-test] authname=fred passwo