Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h115 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member
Dservconf.c120 options->gss_cleanup_creds = -1; in initialize_server_options()
274 if (options->gss_cleanup_creds == -1) in fill_default_server_options()
275 options->gss_cleanup_creds = 1; in fill_default_server_options()
1225 intptr = &options->gss_cleanup_creds; in process_server_config_line()
2267 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); in dump_config()
Dsession.c2558 if (options.gss_cleanup_creds) in do_cleanup()