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

/sssd/src/util/
H A Dsss_nss.c26 const char *template,
39 if (template == NULL) {
40 DEBUG(SSSDBG_CRIT_FAILURE, "Missing template.\n");
52 copy = talloc_strdup(tmp_ctx, template);
70 "the template.\n");
77 "Cannot expand user name template because user name "
93 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot expand uid template "
104 "template because domain name "
116 "name template because domain "
146 "template becaus
25 expand_homedir_template(TALLOC_CTX *mem_ctx, const char *template, bool case_sensitive, struct sss_nss_homedir_ctx *homedir_ctx) argument
[all...]
H A Dsss_selinux.c245 const uint8_t *template = (const uint8_t *)SYSDB_SELINUX_USER; local
249 if (sss_utf8_case_eq(name, template) == 0) {
/sssd/src/tests/cmocka/
H A Dtest_io.c48 static char *get_random_filepath(const char *template) argument
53 path = strdup(template);
H A Dtest_utils.c1051 const char *template, const char *exp_val)
1055 homedir = expand_homedir_template(tmp_ctx, template, false, homedir_ctx);
1128 homedir = expand_homedir_template(tmp_ctx, "template", false, NULL);
1165 /* string without template */
1049 check_expanded_value(TALLOC_CTX *tmp_ctx, struct sss_nss_homedir_ctx *homedir_ctx, const char *template, const char *exp_val) argument
/sssd/src/providers/krb5/
H A Dkrb5_utils.c228 const char *template, pcre *illegal_re,
244 if (template == NULL) {
245 DEBUG(SSSDBG_CRIT_FAILURE, "Missing template.\n");
252 copy = talloc_strdup(tmp_ctx, template);
270 "format error, single %% at the end of the template.\n");
282 "Cannot expand user name template "
299 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot expand uid template "
309 "Cannot expand user principal name template "
329 "Cannot expand home directory template "
350 "template faile
227 expand_ccname_template(TALLOC_CTX *mem_ctx, struct krb5child_req *kr, const char *template, pcre *illegal_re, bool file_mode, bool case_sensitive) argument
[all...]
/sssd/src/db/
H A Dsysdb.c802 static char *build_dom_dn_str_escape(TALLOC_CTX *mem_ctx, const char *template, argument
821 ret = talloc_asprintf(mem_ctx, template, tmp, domain);
830 ret = talloc_asprintf(mem_ctx, template, name, domain);

Completed in 31 milliseconds