Searched refs:gss_cleanup_creds (Results 1 – 3 of 3) sorted by relevance
118 int gss_cleanup_creds; /* If true, destroy cred cache on logout */ member
121 options->gss_cleanup_creds = -1; in initialize_server_options()276 if (options->gss_cleanup_creds == -1) in fill_default_server_options()277 options->gss_cleanup_creds = 1; in fill_default_server_options()1174 intptr = &options->gss_cleanup_creds; in process_server_config_line()2142 dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds); in dump_config()
2765 if (compat20 && options.gss_cleanup_creds) in do_cleanup()