man krb5_check_transited (Fonctions bibliothèques) - krb5_check_transited ,

NAME

krb5_check_transited ,krb5_check_transited_realms ,krb5_domain_x500_decode ,krb5_domain_x500_encode - realm transit verification and encoding/decoding functions.

LIBRARY

Kerberos 5 Library (libkrb5, -lkrb5)

SYNOPSIS

krb5_context contextkrb5_const_realm client_realmkrb5_const_realm server_realmkrb5_realm *realmsint num_realmsint *bad_realmkrb5_context contextconst char *const *realmsint num_realmsint *bad_realmkrb5_context contextkrb5_data trchar ***realmsint *num_realmsconst char *client_realmconst char *server_realmchar **realmsint num_realmskrb5_data *encoding

DESCRIPTION

krb5_check_transited

checks the path from client_realm to server_realm where realms and num_realms is the realms between them. If the function returns an error value, bad_realm will be set to the realm in the list causing the error. krb5_check_transited is used internally by the KDC and libkrb5 and should not be called by client applications.

krb5_check_transited_realms is deprecated.

krb5_domain_x500_encode and krb5_domain_x500_decode encodes and decodes the realm names in the X500 format that Kerberos uses to describe the transited realms in krbtgts.

SEE ALSO

krb5(3) ,krb5.conf()