Home
last modified time | relevance | path

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

/external/openssh/
Dauth-passwd.c90 if (pw->pw_uid == 0 && options.permit_root_login != PERMIT_YES) in auth_password()
Dservconf.h30 #define PERMIT_YES 3 macro
Dauth-pam.c903 options.permit_root_login != PERMIT_YES)) in sshpam_query()
983 options.permit_root_login == PERMIT_YES)) { in sshpam_respond()
1345 options.permit_root_login != PERMIT_YES)) in sshpam_auth_passwd()
Dauth.c398 case PERMIT_YES: in auth_root_allowed()
Dservconf.c1236 { "yes", PERMIT_YES },
2439 mo.permit_root_login = PERMIT_YES; in parse_server_match_config()