Lines Matching full:principals
63 * Check keys/principals file expiry time. in auth_authorise_keyopts()
75 debug("%s: principals on non-CA key", loc); in auth_authorise_keyopts()
76 auth_debug_add("%s: principals on non-CA key", loc); in auth_authorise_keyopts()
155 if ((result = match_list(cert->principals[i], in match_principals_option()
201 debug("%s: bad principals options: %s", loc, reason); in auth_check_principals_line()
202 auth_debug_add("%s: bad principals options: %s", loc, reason); in auth_check_principals_line()
205 /* Check principals in cert against those on line */ in auth_check_principals_line()
207 if (strcmp(cp, cert->principals[i]) != 0) in auth_check_principals_line()
210 loc, cert->principals[i]); in auth_check_principals_line()
358 * If the user has specified a list of principals as in auth_check_authkey_line()
360 * their username in the certificate principals list. in auth_check_authkey_line()
498 "authorized principals"); in auth_openprincipals()