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

/sssd/src/db/
H A Dsysdb_services.c51 char *sanitized_name; local
63 ret = sss_filter_sanitize(tmp_ctx, name, &sanitized_name);
77 sanitized_name, sanitized_name);
H A Dsysdb_sudo.c226 char *sanitized_name; local
242 ret = sss_filter_sanitize(tmp_ctx, username, &sanitized_name);
247 filter = talloc_asprintf_append(filter, "(%s=%s)", attr, sanitized_name);
263 ret = sss_filter_sanitize(tmp_ctx, groupnames[i], &sanitized_name);
269 sanitized_name);
H A Dsysdb_views.c943 char *sanitized_name; local
962 &sanitized_name, &lc_sanitized_name);
971 sanitized_name, sanitized_name);
H A Dsysdb_search.c191 char *sanitized_name; local
207 &sanitized_name, &lc_sanitized_name);
215 sanitized_name, sanitized_name);
835 char *sanitized_name; local
860 &sanitized_name, &lc_sanitized_name);
867 lc_sanitized_name, sanitized_name, sanitized_name);
1493 char *sanitized_name; local
1509 &sanitized_name,
[all...]
H A Dsysdb_ops.c386 char *sanitized_name; local
418 ret = sss_filter_sanitize_for_dom(tmp_ctx, name, domain, &sanitized_name,
425 sanitized_name, sanitized_name);
1743 char *sanitized_name; local
1754 ret = sss_filter_sanitize(tmp_ctx, name, &sanitized_name);
1760 SYSDB_GHOST, sanitized_name);
3518 char *sanitized_name; local
3557 ret = sss_filter_sanitize(tmp_ctx, name, &sanitized_name);
3563 SYSDB_GHOST, sanitized_name);
4736 char *sanitized_name; local
[all...]
/sssd/src/providers/ldap/
H A Dsdap_async_groups.c1513 char *sanitized_name; local
1521 ret = sss_filter_sanitize(tmp_ctx, member_name, &sanitized_name);
1530 sanitized_name);

Completed in 1927 milliseconds