|
NAMEkrb524_convert_creds_kdc ,
krb524_convert_creds_kdc_ccache —
converts Kerberos 5 credentials to Kerberos 4 credentials
LIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5.h>
krb5_error_code
krb5_error_code
DESCRIPTIONConvert the Kerberos 5 credential to Kerberos 4 credential. This is done by sending them to the 524 service in the KDC.
This interfaces are used to make the migration to Kerberos 5 from Kerberos 4 easier. There are few services that still need Kerberos 4, and this is mainly for compatibility for those services. Some services, like AFS, really have Kerberos 5 supports, but still uses the 524 interface to make the migration easier. SEE ALSOkrb5(3), krb5.conf(5)
Visit the GSP FreeBSD Man Page Interface. |