Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dprincipal.c1328 struct krb5_name_canon_rule_data { struct
1329 krb5_name_canon_rule_type type;
1330 krb5_name_canon_rule_options options;
1331 uint8_t mindots; /* match this many dots or more */
1332 uint8_t maxdots; /* match no more than this many dots */
1333 uint16_t explicit_order; /* given order */
1334 uint16_t order; /* actual order */
1335 char *match_domain; /* match this stem */
1336 char *match_realm; /* match this realm */
1337 char *domain; /* qualify with this domain */
[all …]