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

  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 219 AttributeDescription *group_ad,
291 assert( group_ad != NULL );
293 lm->lm_group_ad = group_ad;
329 AttributeDescription *group_ad = NULL; local
512 rc = slap_bv2ad( &ad, &group_ad, &text );
535 if ( group_ad == NULL ) {
538 rc = slap_str2ad( SLAPD_GROUP_ATTR, &group_ad, &text );
621 rc = limits_add( be, flags, pattern, group_oc, group_ad, &limit );

Completed in 27 milliseconds