Searched refs:backend_check_restrictions (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | compare.c | 156 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 D | search.c | 314 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 D | bind.c | 265 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 D | txn.c | 53 if( backend_check_restrictions( op, rs, in txn_start_extop() 184 if( backend_check_restrictions( op, rs, in txn_end_extop()
|
H A D | delete.c | 154 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_delete()
|
H A D | extended.c | 445 if( backend_check_restrictions( op, rs, in whoami_extop()
|
H A D | modrdn.c | 293 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_modrdn()
|
H A D | passwd.c | 161 if (backend_check_restrictions( op, rs, in passwd_extop()
|
H A D | add.c | 280 if( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_add()
|
H A D | modify.c | 256 if ( backend_check_restrictions( op, rs, NULL ) != LDAP_SUCCESS ) { in fe_op_modify()
|
H A D | backend.c | 1100 backend_check_restrictions( in backend_check_restrictions() function
|
H A D | proto-slap.h | 403 LDAP_SLAPD_F( int ) backend_check_restrictions LDAP_P((
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/authzid/ |
H A D | authzid.c | 203 rc = backend_check_restrictions( op, rs, NULL ); in authzid_response()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | distproc.c | 922 rs->sr_err = backend_check_restrictions( op, rs, in ldap_exop_chained_request()
|
H A D | config.c | 2132 rs->sr_err = backend_check_restrictions( op, rs, in ldap_back_exop_whoami()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | dds.c | 1913 rs->sr_err = backend_check_restrictions( op, rs, in slap_exop_refresh()
|
H A D | pcache.c | 5279 rs->sr_err = backend_check_restrictions( op, rs, in pcache_exop_query_delete()
|