Searched refs:rfc2307_user_map (Results 1 - 7 of 7) sorted by relevance

/sssd/src/providers/ldap/
H A Dldap_opts.h37 extern struct sdap_attr_map rfc2307_user_map[];
H A Dldap_opts.c145 struct sdap_attr_map rfc2307_user_map[] = { variable in typeref:struct:sdap_attr_map
H A Dldap_options.c214 default_user_map = rfc2307_user_map;
/sssd/src/tests/
H A Dad_ldap_opt-tests.c62 ret = compare_sdap_attr_maps(rfc2307_user_map, SDAP_OPTS_USER,
H A Dipa_ldap_opt-tests.c118 ret = compare_sdap_attr_maps(rfc2307_user_map, SDAP_OPTS_USER,
150 ret = compare_sdap_attr_maps(rfc2307_user_map, SDAP_OPTS_USER,
215 fail_unless_sdap_opt_is_terminator(&rfc2307_user_map[SDAP_OPTS_USER]);
326 rfc2307_user_map, SDAP_OPTS_USER, &out_map);
373 ret = sdap_copy_map(global_talloc_context, rfc2307_user_map,
405 ret = sdap_copy_map(global_talloc_context, rfc2307_user_map,
433 ret = sdap_copy_map(global_talloc_context, rfc2307_user_map,
460 ret = sdap_copy_map(global_talloc_context, rfc2307_user_map,
/sssd/src/tests/cmocka/
H A Dtest_sdap.c410 ret = sdap_copy_map(test_ctx, rfc2307_user_map, SDAP_OPTS_USER, &map);
448 ret = sdap_copy_map(test_ctx, rfc2307_user_map, SDAP_OPTS_USER, &map);
500 ret = sdap_copy_map(test_ctx, rfc2307_user_map, SDAP_OPTS_USER, &minfo.map);
537 ret = sdap_copy_map(test_ctx, rfc2307_user_map, SDAP_OPTS_USER, &minfo.map);
644 ret = sdap_copy_map(test_ctx, rfc2307_user_map, SDAP_OPTS_USER, &map);
677 ret = sdap_copy_map(test_ctx, rfc2307_user_map, SDAP_OPTS_USER, &map);
712 ret = sdap_copy_map(test_ctx, rfc2307_user_map, SDAP_OPTS_USER, &map);
739 ret = sdap_copy_map(test_ctx, rfc2307_user_map,
743 ret = sdap_copy_map(test_ctx, rfc2307_user_map,
811 ret = sdap_copy_map(opts, rfc2307_user_map,
[all...]
H A Dtest_ldap_id_cleanup.c130 ret = sdap_copy_map(test_ctx->opts, rfc2307_user_map,

Completed in 2730 milliseconds