Searched defs:fq_fmt (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/util/ |
H A D | util.h | 210 char *fq_fmt; member in struct:sss_names_ctx 218 const char *fq_fmt, 247 /* Return fully-qualified name according to the fq_fmt. The name is allocated using 254 /* Return fully-qualified name according to the fq_fmt. The name is allocated using 263 /* Return fully-qualified name formatted according to the fq_fmt. The buffer in "str" is
|
H A D | usertools.c | 131 static errno_t sss_fqnames_init(struct sss_names_ctx *nctx, const char *fq_fmt) argument 135 nctx->fq_fmt = talloc_strdup(nctx, fq_fmt); 136 if (nctx->fq_fmt == NULL) { 140 DEBUG(SSSDBG_CONF_SETTINGS, "Using fq format [%s].\n", nctx->fq_fmt); 147 "The fq format is invalid [%s]\n", nctx->fq_fmt); 151 "Username pattern not found in [%s]\n", nctx->fq_fmt); 160 const char *fq_fmt, struct sss_names_ctx **out) 180 ret = sss_fqnames_init(ctx, fq_fmt); 214 char *fq_fmt local 159 sss_names_init_from_args(TALLOC_CTX *mem_ctx, const char *re_pattern, const char *fq_fmt, struct sss_names_ctx **out) argument [all...] |
Completed in 8 milliseconds