Searched refs:permit_root_login (Results 1 – 6 of 6) sorted by relevance
75 int permit_root_login; /* PERMIT_*, see above */ member
90 if (pw->pw_uid == 0 && options.permit_root_login != PERMIT_YES) in auth_password()
90 options->permit_root_login = PERMIT_NOT_SET; in initialize_server_options()208 if (options->permit_root_login == PERMIT_NOT_SET) in fill_default_server_options()209 options->permit_root_login = PERMIT_NO; in fill_default_server_options()1073 intptr = &options->permit_root_login; in process_server_config_line()1827 M_CP_INTOPT(permit_root_login); in copy_set_server_options()2048 dump_cfg_fmtint(sPermitRootLogin, o->permit_root_login); in dump_config()
785 options.permit_root_login != PERMIT_YES)) in sshpam_query()836 options.permit_root_login == PERMIT_YES)) in sshpam_respond()1197 options.permit_root_login != PERMIT_YES)) in sshpam_auth_passwd()
337 switch (options.permit_root_login) { in auth_root_allowed()
349 if (options.permit_root_login > PERMIT_NO) in cray_setup()