Authen-Krb5-Admin
view release on metacpan or search on metacpan
=item * enc_type
Kerberos 5 enctype of the key
=item * key_type
Alias for I<enc_type>
=item * kvno
Key version number
=item * salt_contents
Salt contents, if any (I<ver> > 1)
=item * salt_type
Salt type, if any (I<ver> > 1)
=item * ver
Version number of the underlying I<krb5_key_data> structure
=item B<Authen::Krb5::Admin::Policy>
This class represents kadmin policies. The only methods in this class
are the constructor (I<new>, described above) and the following
accessor methods.
=item * mask
Mask (described above)
=item * name {KADM5_POLICY}
Policy name
=item * pw_history_num {KADM5_PW_HISTORY_NUM}
Number (between 1 and 10, inclusive) of past passwords to be stored
for the principal. A principal may not set its password to any of its
previous I<pw_history_num> passwords.
=item * pw_max_life {KADM5_PW_MAX_LIFE}
Default number of seconds a password lasts before the principal is
required to change it
=item * pw_max_fail {KADM5_PW_MAX_FAILURE}
The maximum allowed number of attempts before a lockout.
=item * pw_failcnt_interval {KADM5_PW_FAILURE_COUNT_INTERVAL}
The period after which the bad preauthentication count will be reset.
=item * pw_lockout_duration {KADM5_PW_LOCKOUT_DURATION}
The period in which lockout is enforced; a duration of zero means that
the principal must be manually unlocked.
=item * pw_min_classes {KADM5_PW_MIN_CLASSES}
Number (between 1 and 5, inclusive) of required character classes
represented in a password
=item * pw_min_length {KADM5_PW_MIN_LENGTH}
Minimum number of characters in a password
=item * pw_min_life {KADM5_PW_MIN_LIFE}
Number of seconds a password must age before the principal may change
it
=item * policy_refcnt {KADM5_REF_COUNT}
Number of principals referring to this policy (read-only, does not set
KADM5_REF_COUNT automatically)
=item Authen::Krb5::Admin::Principal
The attributes I<fail_auth_count>, I<last_failed>, and I<last_success>
are only meaningful if the KDC is configured to update the database
with this type of information.
The only methods in this class are the constructor (I<new>, described
above), the following accessor methods, and I<policy_clear>, which is
used to clear the policy attribute.
=item * attributes {KADM5_ATTRIBUTES}
Bitfield representing principal attributes (see L<kadmin(8)>)
=item * aux_attributes {KADM5_AUX_ATTRIBUTES}
Bitfield used by kadmin. Currently only recognizes the KADM5_POLICY,
which indicates that a policy is in effect for this principal. This
attribute is read-only, so KADM5_AUX_ATTRIBUTES is not set
automatically.
=item * fail_auth_count {KADM5_FAIL_AUTH_COUNT}
Number of consecutive failed AS_REQs for this principal. This
attribute is read-only, so KADM5_FAIL_AUTH_COUNT is not set
automatically.
=item * kvno {KADM5_KVNO}
Key version number
=item * last_failed {KADM5_LAST_FAILED}
Time (in seconds since the Epoch) of the last failed AS_REQ for this
principal. This attribute is read-only, so KADM5_LAST_FAILED is not
set automatically.
=item * last_pwd_change {KADM5_LAST_PWD_CHANGE}
Time (in seconds since the Epoch) of the last password change for this
( run in 0.431 second using v1.01-cache-2.11-cpan-bbe5e583499 )