Home
last modified time | relevance | path

Searched refs:backend_check_restrictions (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcompare.c156 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_compare()
168 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_compare()
218 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_compare()
H A Dsearch.c314 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_search()
323 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_search()
399 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_search()
H A Dbind.c265 if( backend_check_restrictions( op, rs, &op->orb_mech ) != LDAP_SUCCESS ) { in fe_op_bind()
329 backend_check_restrictions( op, rs, &op->orb_mech ); in fe_op_bind()
380 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_bind()
H A Dtxn.c53 if( backend_check_restrictions( op, rs, in txn_start_extop()
184 if( backend_check_restrictions( op, rs, in txn_end_extop()
H A Ddelete.c154 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_delete()
H A Dextended.c445 if( backend_check_restrictions( op, rs, in whoami_extop()
H A Dmodrdn.c293 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_modrdn()
H A Dpasswd.c161 if (backend_check_restrictions( op, rs, in passwd_extop()
H A Dadd.c280 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_add()
H A Dmodify.c256 if ( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_modify()
H A Dbackend.c1100 backend_check_restrictions( in backend_check_restrictions() function
H A Dproto-slap.h403 LDAP_SLAPD_F( int ) backend_check_restrictions LDAP_P((
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/authzid/
H A Dauthzid.c203 rc = backend_check_restrictions( op, rs, NULL ); in authzid_response()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Ddistproc.c922 rs->sr_err = backend_check_restrictions( op, rs, in ldap_exop_chained_request()
H A Dconfig.c2132 rs->sr_err = backend_check_restrictions( op, rs, in ldap_back_exop_whoami()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddds.c1913 rs->sr_err = backend_check_restrictions( op, rs, in slap_exop_refresh()
H A Dpcache.c5279 rs->sr_err = backend_check_restrictions( op, rs, in pcache_exop_query_delete()