Home
last modified time | relevance | path

Searched defs:krb5_localauth_vtable_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/include/krb5/
H A Dlocalauth_plugin.h127 typedef struct krb5_localauth_vtable_st { struct
128 const char *name; /* Mandatory: name of module. */
129 const char **an2ln_types; /* Optional: uppercase auth_to_local types */
130 krb5_localauth_init_fn init;
131 krb5_localauth_fini_fn fini;
132 krb5_localauth_userok_fn userok;
133 krb5_localauth_an2ln_fn an2ln;
134 krb5_localauth_free_string_fn free_string;