Searched refs:permit_root_login (Results 1 – 6 of 6) sorted by relevance
96 if (pw->pw_uid == 0 && options.permit_root_login != PERMIT_YES) in auth_password()
74 int permit_root_login; /* PERMIT_*, see above */ member
791 options.permit_root_login != PERMIT_YES)) in sshpam_query()869 options.permit_root_login == PERMIT_YES)) in sshpam_respond()1222 options.permit_root_login != PERMIT_YES)) in sshpam_auth_passwd()
93 options->permit_root_login = PERMIT_NOT_SET; in initialize_server_options()233 if (options->permit_root_login == PERMIT_NOT_SET) in fill_default_server_options()234 options->permit_root_login = PERMIT_NO; in fill_default_server_options()1155 intptr = &options->permit_root_login; in process_server_config_line()1997 M_CP_INTOPT(permit_root_login); in copy_set_server_options()2257 dump_cfg_fmtint(sPermitRootLogin, o->permit_root_login); in dump_config()
374 switch (options.permit_root_login) { in auth_root_allowed()
348 if (options.permit_root_login > PERMIT_NO) in cray_setup()