Subject: | Question on Authen::Krb5::Admin::Key structure |
Date: | Fri, 19 Jul 2013 12:24:43 -0400 |
To: | bug-Authen-Krb5-Admin [...] rt.cpan.org |
From: | Craig Huckabee <huck [...] spawar.navy.mil> |
From the documentation:
"Authen::Krb5::Admin::Key
This class represents key data contained in kadmin principal objects.
The only methods in this class are the constructor (new, described
above) and the following accessor methods.
* key_contents
Key contents, encrypted with the KDC master key. This data may not be
available remotely."
What exactly controls the availability of the key_contents ? A flag
on the principal ? A flag during the request ?
--Craig