Home
last modified time | relevance | path

Searched refs:permit_root_login (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.h97 int permit_root_login; /* PERMIT_*, see above */ member
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()
Dservconf.c113 options->permit_root_login = PERMIT_NOT_SET; in initialize_server_options()
334 if (options->permit_root_login == PERMIT_NOT_SET) in fill_default_server_options()
335 options->permit_root_login = PERMIT_NO_PASSWD; in fill_default_server_options()
1469 intptr = &options->permit_root_login; in process_server_config_line_depth()
2439 mo.permit_root_login = PERMIT_YES; in parse_server_match_config()
2499 M_CP_INTOPT(permit_root_login); in copy_set_server_options()
2790 dump_cfg_fmtint(sPermitRootLogin, o->permit_root_login); in dump_config()
Dauth.c397 switch (options.permit_root_login) { in auth_root_allowed()