Lines Matching defs:file
157 DEBUG(SSSDBG_CONF_SETTINGS, "ccache file name template [%s] doesn't "
158 "contain randomizing characters (XXXXXX), file might not "
287 /* warn if the file type (which is usally created in a sticky bit
412 "KDC Proxy available for realm [%s], no kdcinfo file created.\n",
805 char *file;
807 file = talloc_asprintf(mem_ctx, KDCINFO_TMPL, realm);
808 if(file == NULL) {
814 ret = unlink(file);
817 DEBUG(SSSDBG_FUNC_DATA, "Could not remove [%s], [%d][%s]\n", file,
821 file = talloc_asprintf(mem_ctx, KPASSWDINFO_TMPL, realm);
822 if(file == NULL) {
828 ret = unlink(file);
831 DEBUG(SSSDBG_FUNC_DATA, "Could not remove [%s], [%d][%s]\n", file,