Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema.c37 AttributeDescription *ad_structuralObjectClass in schema_info() local
68 if( attr_merge_one( e, ad_structuralObjectClass, vals, NULL ) ) { in schema_info()
H A Dschema_check.c66 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 Droot_dse.c198 AttributeDescription *ad_structuralObjectClass in root_dse_info() local
252 if( attr_merge_one( e, ad_structuralObjectClass, &val, NULL ) ) { in root_dse_info()