VICredStore.pm – The
Perl package for the credential store library is located in the following
location.
|
|
|
\Program Files\VMware\VMware
vSphere CLI\Perl\lib\VMware\VICredStore.pm
|
|
/usr/lib/perl5/site_perl/5.8.8/VMware/VICredStore.pm
|
Perl applications can use this package to
add, retrieve, delete, update, and list the entries stored in the credential
store. The
apps/general/credstore_admin.pl file is an
example for credential store use.
Each entry in the credential store is a
tuple of host name, user name, and password. The password is stored in an
obfuscated manner in the credential store.
|