HomeSort by: relevance | last modified time | path
    Searched defs:attribute_mapped (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/
alias.c 52 attribute_mapped( alias_info *ov, AttributeDescription *ad ) function
94 if ( attribute_mapped( ov, ad ) ) {
109 if ( attribute_mapped( ov, a->a_desc ) ) {
125 alias_mapping *alias = attribute_mapped( ov, op->orc_ava->aa_desc );
142 if ( attribute_mapped( ov, mod->sml_desc ) ) {
178 if ( attribute_mapped( ov, ad ) ) {
315 alias_mapping *alias = attribute_mapped( ov, f->f_desc );
326 alias_mapping *alias = attribute_mapped( ov, f->f_av_desc );
334 alias_mapping *alias = attribute_mapped( ov, f->f_sub_desc );
342 alias_mapping *alias = attribute_mapped( ov, f->f_mr_desc )
    [all...]

Completed in 13 milliseconds