Home
last modified time | relevance | path

Searched refs:runas_pw (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/openssh/
H A Dauth2-pubkey.c352 struct passwd *runas_pw = NULL; in match_principals_command() local
382 runas_pw = getpwnam(username); in match_principals_command()
383 if (runas_pw == NULL) { in match_principals_command()
448 runas_pw, temporarily_use_uid, restore_uid)) == 0) in match_principals_command()
452 temporarily_use_uid(runas_pw); in match_principals_command()
624 struct passwd *runas_pw = NULL; in user_key_command_allowed2() local
651 runas_pw = getpwnam(username); in user_key_command_allowed2()
652 if (runas_pw == NULL) { in user_key_command_allowed2()
716 runas_pw, temporarily_use_uid, restore_uid)) == 0) in user_key_command_allowed2()
720 temporarily_use_uid(runas_pw); in user_key_command_allowed2()