Searched refs:ad_structuralObjectClass (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | schema.c | 37 AttributeDescription *ad_structuralObjectClass in schema_info() local 68 if( attr_merge_one( e, ad_structuralObjectClass, vals, NULL ) ) { in schema_info()
|
| H A D | schema_check.c | 66 AttributeDescription *ad_structuralObjectClass in entry_schema_check() local 104 if( a->a_desc == ad_structuralObjectClass ) in entry_schema_check() 161 attr_merge_one( e, ad_structuralObjectClass, &oc->soc_cname, NULL ); in entry_schema_check() 162 asc = attr_find( e->e_attrs, ad_structuralObjectClass ); in entry_schema_check()
|
| H A D | root_dse.c | 198 AttributeDescription *ad_structuralObjectClass in root_dse_info() local 252 if( attr_merge_one( e, ad_structuralObjectClass, &val, NULL ) ) { in root_dse_info()
|