KRB524_CONVERT_CREDS_KDC(3) BSD Library Functions Manual KRB524_CONVERT_CREDS_KDC(3)NAME
krb524_convert_creds_kdc, krb524_convert_creds_kdc_ccache -- converts Kerberos 5 credentials to Kerberos 4 credentials
LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
SYNOPSIS
#include <krb5/krb5.h>
krb5_error_code
krb524_convert_creds_kdc(krb5_context context, krb5_creds *in_cred, struct credentials *v4creds);
krb5_error_code
krb524_convert_creds_kdc_ccache(krb5_context context, krb5_ccache ccache, krb5_creds *in_cred, struct credentials *v4creds);
DESCRIPTION
Convert the Kerberos 5 credential to Kerberos 4 credential. This is done by sending them to the 524 service in the KDC.
krb524_convert_creds_kdc() converts the Kerberos 5 credential in in_cred to Kerberos 4 credential that is stored in credentials.
krb524_convert_creds_kdc_ccache() is different from krb524_convert_creds_kdc() in that way that if in_cred doesn't contain a DES session key,
then a new one is fetched from the KDC and stored in the cred cache ccache, and then the KDC is queried to convert the credential.
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 inter-
face to make the migration easier.
SEE ALSO krb5(3), krb5.conf(5)BSD March 20, 2004 BSD
Check Out this Related Man Page
KRB524_CONVERT_CREDS_KDC(3) BSD Library Functions Manual KRB524_CONVERT_CREDS_KDC(3)NAME
krb524_convert_creds_kdc, krb524_convert_creds_kdc_ccache -- converts Kerberos 5 credentials to Kerberos 4 credentials
LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
SYNOPSIS
#include <krb5/krb5.h>
krb5_error_code
krb524_convert_creds_kdc(krb5_context context, krb5_creds *in_cred, struct credentials *v4creds);
krb5_error_code
krb524_convert_creds_kdc_ccache(krb5_context context, krb5_ccache ccache, krb5_creds *in_cred, struct credentials *v4creds);
DESCRIPTION
Convert the Kerberos 5 credential to Kerberos 4 credential. This is done by sending them to the 524 service in the KDC.
krb524_convert_creds_kdc() converts the Kerberos 5 credential in in_cred to Kerberos 4 credential that is stored in credentials.
krb524_convert_creds_kdc_ccache() is different from krb524_convert_creds_kdc() in that way that if in_cred doesn't contain a DES session key,
then a new one is fetched from the KDC and stored in the cred cache ccache, and then the KDC is queried to convert the credential.
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 inter-
face to make the migration easier.
SEE ALSO krb5(3), krb5.conf(5)BSD March 20, 2004 BSD
When I try to open Help Index it teels, that it is impossible to connect with localhost:4444
in /etc/services I have found:
Do I have to install any special servers to see maya's help?
In /usr/aw there is nothing like "krb524" (5 Replies)
I am setting up Kerberos authentication and this is one of the steps:
1. Open the JBoss startup script.
2. Add the following Java System Properties
-Djava.security.krb5.conf=/disk01/kerb/krb5.conf
-Djavax.security.auth.useSubjectCredsOnly=false
I added these 2 lines and it works in a... (0 Replies)
Hi,
I have a Solaris 10 device which has quite a dated version of Kerberos 5 installed. I'd like to upgrade the version of Kerberos to a more recent version, but was unsure whether updates to Kerberos are provided by applying a Solaris patch - or whether I would need to go to the MIT website... (0 Replies)