| Bug #44459 | MySQL Connector for .net 6.0.3.0 doesn't return Role validation. | ||
|---|---|---|---|
| Submitted: | 24 Apr 17:18 | Modified: | 27 Apr 9:35 |
| Reporter: | Fernando Godoy | ||
| Status: | Duplicate | ||
| Category: | Connector/Net | Severity: | S1 (Critical) |
| Version: | 6.0.3.0 | OS: | Microsoft Windows |
| Assigned to: | Target Version: | ||
| Tags: | roles, connector | ||
[27 Apr 9:35]
Tonci Grgin
Hi Fernando and thanks for your report. I think it's related to Bug#44414 which already has test case attached so I'll mark it as duplicate and continue investigation there.

Description: After install version 6.0.3.0 of MySQL Connection .net my application stop work and I try to lock for a problem and if I return to version 6.0.0.0 the application works again. The problem it that the connector cannot validade the user with the associated role. When I try to use "Roles.IsUserInRole("RoleName")" with a user that pertencees a informed role, the connector always return that the user cannot pertence to the role. How to repeat: Use Roles.IsUserInRole("Rolename") with a user that have correct role access.