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

/sssd/src/util/
H A Dusertools.c133 char *fq; local
140 DEBUG(SSSDBG_CONF_SETTINGS, "Using fq format [%s].\n", nctx->fq_fmt);
144 fq = sss_tc_fqname2 (nctx, nctx, "unused.example.com", "unused", "the-test-user");
145 if (fq == NULL) {
147 "The fq format is invalid [%s]\n", nctx->fq_fmt);
149 } else if (strstr (fq, "the-test-user") == NULL) {
155 talloc_free (fq);

Completed in 1395 milliseconds