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

/sssd-io/src/util/
H A Ddomain_info_utils.c755 char *file_contents; local
773 file_contents = talloc_strdup(tmp_ctx, "[libdefaults]\n");
774 if (file_contents == NULL) {
782 file_contents = talloc_asprintf_append(file_contents,
784 if (file_contents == NULL) {
793 file_contents = talloc_asprintf_append(file_contents,
795 if (file_contents == NULL) {
803 ret = sss_write_krb5_snippet_common(file_name, file_contents);
[all...]

Completed in 150 milliseconds