Home | History | Annotate | Download | only in rbac

Lines Matching refs:role_constraints

177 							&sessp->role_constraints, attr->a_nvals, NULL );
408 sessp->role_constraints = NULL;
477 if ( sessp->role_constraints ) {
479 sessp->role_constraints, NULL );
578 if ( sessp->role_constraints ) {
580 sessp->role_constraints, NULL );
944 if ( sessp->role_constraints ) {
945 ber_bvarray_free( sessp->role_constraints );
981 for ( i = 0; !BER_BVISNULL( &userp->role_constraints[i] ); i++ ) {
983 ber_dupbv_x( &roleconstraint, &userp->role_constraints[i], NULL );
984 ber_bvarray_add( &sessp->role_constraints, &roleconstraint );