Searched refs:rfc2307_user_map (Results 1 - 7 of 7) sorted by relevance
/sssd/src/providers/ldap/ |
H A D | ldap_opts.h | 37 extern struct sdap_attr_map rfc2307_user_map[];
|
H A D | ldap_opts.c | 145 struct sdap_attr_map rfc2307_user_map[] = { variable in typeref:struct:sdap_attr_map
|
H A D | ldap_options.c | 214 default_user_map = rfc2307_user_map;
|
/sssd/src/tests/ |
H A D | ad_ldap_opt-tests.c | 62 ret = compare_sdap_attr_maps(rfc2307_user_map, SDAP_OPTS_USER,
|
H A D | ipa_ldap_opt-tests.c | 118 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 D | test_sdap.c | 410 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 D | test_ldap_id_cleanup.c | 130 ret = sdap_copy_map(test_ctx->opts, rfc2307_user_map,
|
Completed in 2730 milliseconds