Searched defs:rcachedir (Results 1 - 1 of 1) sorted by relevance

/sssd/src/monitor/
H A Dmonitor.c2051 char *rcachedir; local
2063 &rcachedir);
2068 if (strcmp(rcachedir, KRB5_RCACHE_DIR_DISABLE) != 0)
2071 ret = setenv("KRB5RCACHEDIR", rcachedir, 1);
2079 talloc_zfree(rcachedir);

Completed in 41 milliseconds