|
NAMEkrb5_find_padata ,
krb5_padata_add —
Kerberos 5 pre-authentication data handling functions
LIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5.h>
int
DESCRIPTIONkrb5_find_padata () tries to find the pre-authentication
data entry of type type in the array
val of length len. The search is
started at entry pointed out by *index (zero based
indexing). If the type isn't found, NULL is returned.
SEE ALSOkrb5(3), kerberos(8)
Visit the GSP FreeBSD Man Page Interface. |