Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dservconf.h92 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dservconf.c106 options->gss_cleanup_creds = -1; in initialize_server_options()
311 if (options->gss_cleanup_creds == -1) in fill_default_server_options()
312 options->gss_cleanup_creds = 1; in fill_default_server_options()
977 intptr = &options->gss_cleanup_creds; in process_server_config_line()
H A Dgss-serv.c250 if (!options.gss_cleanup_creds || in ssh_gssapi_storecreds()