Searched refs:rbac_add_active_role (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbac.c1541 rbac_add_active_role( Operation *op, SlapReply *rs ) function
1558 Debug( LDAP_DEBUG_ANY, "rbac_add_active_role: "
1561 rs->sr_text = "rbac_add_active_role: session not found";
1568 Debug( LDAP_DEBUG_ANY, "rbac_add_active_role: "
1571 rs->sr_text = "rbac_add_active_role: unable to read user entry";
1577 Debug( LDAP_DEBUG_ANY, "rbac_add_active_role: "
1580 rs->sr_text = "rbac_add_active_role: role not assigned to the user";
1586 Debug( LDAP_DEBUG_ANY, "rbac_add_active_role: "
1589 rs->sr_text = "rbac_add_active_role: user not owner of the session";
1599 "rbac_add_active_role
[all...]

Completed in 102 milliseconds