Re: [libvirt] [PATCH 14/14] Lookup auth credentials in config file before prompting

2012-03-22 Thread Osier Yang
On 2012年03月21日 01:33, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com When SASL requests auth credentials, try to look them up in the config file first. If any are found, remove them from the list that the user is prompted for --- src/esx/esx_driver.c | 58

[libvirt] [PATCH 14/14] Lookup auth credentials in config file before prompting

2012-03-20 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com When SASL requests auth credentials, try to look them up in the config file first. If any are found, remove them from the list that the user is prompted for --- src/esx/esx_driver.c | 58 +- src/hyperv/hyperv_driver.c |4 +-