Home
last modified time | relevance | path

Searched refs:value_ad (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap-config.h199 #define value_ad values.v_ad macro
H A Dconfig.c260 c->value_ad = NULL; in config_check_vals()
261 rc = slap_str2ad( c->argv[1], &c->value_ad, &text ); in config_check_vals()
439 *(AttributeDescription **)ptr = c->value_ad; in config_set_vals()
568 c->value_ad = *(AttributeDescription **)ptr; break; in config_get_vals()
597 if ( c->value_ad ) { in config_get_vals()
598 bv = c->value_ad->ad_cname; in config_get_vals()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dmemberof.c1912 c->value_ad = mo->mo_ad_member; in mo_cf_gen()
1916 c->value_ad = mo->mo_ad_memberof; in mo_cf_gen()
2042 AttributeDescription *ad = c->value_ad; in mo_cf_gen()
2060 AttributeDescription *ad = c->value_ad; in mo_cf_gen()