OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tenantid
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacreq.c
45
BER_BVZERO( &reqp->
tenantid
);
68
if ( !BER_BVISNULL( &reqp->
tenantid
) )
69
ber_memfree( reqp->
tenantid
.bv_val );
rbacsess.c
183
ber_dupbv( &sessp->
tenantid
, &attr->a_vals[0] );
229
tenantp = rbac_tid2tenant( &reqp->
tenantid
);
288
tenantp = rbac_tid2tenant( &reqp->
tenantid
);
358
tenantp = rbac_tid2tenant( &sessp->
tenantid
);
393
BER_BVZERO( &sessp->
tenantid
);
426
tenant_info_t *tenantp = rbac_tid2tenant( &sessp->
tenantid
);
461
if ( !BER_BVISNULL( &sessp->
tenantid
) ) {
463
e, slap_rbac_schema.ad_tenant_id, &sessp->
tenantid
, NULL );
526
tenant_info_t *tenantp = rbac_tid2tenant( &sessp->
tenantid
);
562
if ( !BER_BVISNULL( &sessp->
tenantid
) ) {
[
all
...]
rbac.h
111
struct berval
tenantid
;
member in struct:rbac_request
166
struct berval
tenantid
;
member in struct:rbac_user
274
struct berval
tenantid
;
member in struct:rbac_session
rbacuser.c
43
BER_BVZERO( &userp->
tenantid
);
357
tenant_info_t *tenantp = rbac_tid2tenant( &reqp->
tenantid
);
596
if ( !BER_BVISNULL( &userp->
tenantid
) ) {
597
ber_memfree( userp->
tenantid
.bv_val );
rbacaudit.c
71
tenant_info_t *tenantp = rbac_tid2tenant( &sessp->
tenantid
);
rbacperm.c
120
tenant_info_t *tenantp = rbac_tid2tenant( &reqp->
tenantid
);
rbac.c
151
{ "rbac-default-tenant-id", "
tenantId
", 2, 2, 0,
719
// Order: 1. sessionId, 2.
tenantId
, 3. userId, 4. password and 5. roles
745
ber_dupbv_x( &reqp->
tenantid
, &bv, ctx );
909
ber_dupbv( &sessp->
tenantid
, &reqp->
tenantid
);
Completed in 19 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026