Kerberos Client Version C.1.3.5.05 Release Notes
Kerberos Client C.1.3.5.05 Release Notes
Announcement
Chapter 18
The client libraries are based on MIT Kerberos V5 1.3.5 release. The
KRB5-Client libraries support DES, 3DES, RC4, and AES, as specified in
RFC 1510 of the IETF. This release of Kerberos Client is interoperable
with Microsoft Windows
2000 and 2003.
Table 1-2 lists and describes the utilities that Kerberos Client includes.
Kerberos Client includes the following header files:
• /usr/include/profile.h ->
/opt/krb5client/include/profile.h
• /usr/include/krb5.h -> /opt/krb5client/include/krb5.h
• /usr/include/com_err.h ->
/opt/krb5client/include/com_err.h
• /usr/include/krb5/gssapi.h ->
/opt/krb5client/include/krb5/gssapi.h
Table 1-2 Kerberos Client Utilities
Utility Function
/usr/bin/kinit ->
/opt/krb5client/bin/kinit
a
Obtains and caches the
Kerberos ticket-granting ticket
/usr/bin/klist ->
/opt/krb5client/bin/klist
Lists cached Kerberos tickets
/usr/bin/kvno ->
/opt/krb5client/bin/kvno
Prints key version numbers of
Kerberos principals
/usr/bin/kpasswd ->
/opt/krb5client/bin/kpasswd
Changes a user’s Kerberos
password
/usr/sbin/ktutil ->
/opt/krb5client/sbin/ktutil
Maintains the Kerberos keytab
file
/usr/bin/kdestroy ->
/opt/krb5client/bin/kdestroy
Destroys the user’s active
Kerberos tickets
a. The -> symbol indicates that the core file links to the
corresponding file in the krb5client product.