Searched refs:is_entry_objectclass (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | proto-slap.h | 1437 LDAP_SLAPD_F (int) is_entry_objectclass LDAP_P(( 1440 (is_entry_objectclass((e),(oc),SLAP_OCF_CHECK_SUP)) 1444 : is_entry_objectclass((e), slap_schema.si_oc_alias, SLAP_OCF_SET_FLAGS)) 1448 : is_entry_objectclass((e), slap_schema.si_oc_referral, SLAP_OCF_SET_FLAGS)) 1452 : is_entry_objectclass((e), slap_schema.si_oc_subentry, SLAP_OCF_SET_FLAGS)) 1456 : is_entry_objectclass((e), slap_schema.si_oc_collectiveAttributeSubentry, SLAP_OCF_SET_FLAGS)) 1460 : is_entry_objectclass((e), slap_schema.si_oc_dynamicObject, SLAP_OCF_SET_FLAGS)) 1464 : is_entry_objectclass((e), slap_schema.si_oc_glue, SLAP_OCF_SET_FLAGS)) 1468 : is_entry_objectclass((e), slap_schema.si_oc_syncProviderSubentry, SLAP_OCF_SET_FLAGS)) 1472 : is_entry_objectclass((e), slap_schema.si_oc_syncConsumerSubentry, SLAP_OCF_SET_FLAGS))
|
| H A D | oc.c | 62 int is_entry_objectclass( in is_entry_objectclass() function
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | autoca.c | 819 isusr = is_entry_objectclass( rs->sr_entry, ai->ai_usrclass, SLAP_OCF_CHECK_SUP ); in autoca_op_response() 822 if (!is_entry_objectclass( rs->sr_entry, ai->ai_srvclass, SLAP_OCF_CHECK_SUP )) in autoca_op_response() 872 if ( is_entry_objectclass( rs->sr_entry, oc_usrObj, 0 )) in autoca_op_response() 1017 if ( is_entry_objectclass( e, oc_caObj, 0 )) { in autoca_db_open()
|
| H A D | dynlist.c | 1037 …if ( ds->ds_dlm && ds->ds_dlm->dlm_static_oc && is_entry_objectclass( rs->sr_entry, ds->ds_dlm->dl… in dynlist_search1resp() 1258 if ( ds->ds_dlm->dlm_static_oc && is_entry_objectclass( e, ds->ds_dlm->dlm_static_oc, 0 )) { in dynlist_filter_group()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| H A D | smbk5pwd.c | 377 if ( !is_entry_objectclass(e, oc_krb5KDCEntry, 0 ) ) break; in smbk5pwd_exop_passwd() 465 if ( SMBK5PWD_DO_SAMBA( pi ) && is_entry_objectclass(e, oc_sambaSamAccount, 0 ) ) { in smbk5pwd_exop_passwd() 579 if ( SMBK5PWD_DO_SHADOW( pi ) && is_entry_objectclass(e, oc_shadowAccount, 0 ) ) { in smbk5pwd_exop_passwd()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | id2entry.c | 638 if ( oc && !is_entry_objectclass( e, oc, 0 )) { in mdb_entry_get()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| H A D | search.c | 2625 if ( oc && !is_entry_objectclass( bsi.bsi_e, oc, 0 ) ) { in backsql_entry_get()
|