Firebird .NET provider can not connect to Firebird 3 except sysdba using Legacy user manager
--------------------------------------------------------------------------------------------
Key: DNET-872
URL: http://tracker.firebirdsql.org/browse/DNET-872
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 6.5.0.0, 6.4.0.0, 6.3.0.0, 6.2.0.0, 6.1.0.0, 6.0.0.0, 5.12.1.0, 5.12.0.0, 5.11.0.0, 5.10.0.0
Environment: Windows Firebird 3
Reporter: Benny Bech
Assignee: Jiri Cincura
Priority: Minor
When trying to connect to Firebird 3 using NON sysdba (legacy user) error "Your user name and password are not defined. Ask your database administrator to set up a Firebird login." i s returned.
Test against Firebird 3 configured as:
AuthServer = Legacy_Auth
Srp AuthClient = Legacy_Auth
Srp UserManager = Legacy_UserManager
Srp WireCrypt = Enabled
ServerMode = Classic
Tried on 2 users:
CREATE USER USR_LEG PASSWORD 'PASLEG11' USING PLUGIN Legacy_UserManager;
CREATE USER USR_SRP PASSWORD 'PASSRP22' USING PLUGIN Srp;
User USR_LEG is working with FirebirdClient 4.10 and below
User USR_SRP is working with FirebirdClient 5.10 and above.
Both users is working using ISQL and IBexpert.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|