|
NAMEkrb5_check_transited ,
krb5_check_transited_realms ,
krb5_domain_x500_decode ,
krb5_domain_x500_encode —
realm transit verification and encoding/decoding functions
LIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5.h>
krb5_error_code
krb5_error_code
krb5_error_code
krb5_error_code
DESCRIPTIONkrb5_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.
SEE ALSOkrb5(3), krb5.conf(5)
Visit the GSP FreeBSD Man Page Interface. |