Re: [Firebird-devel] Login with mixed case fails

2018-09-17 Thread Mark Rotteveel
On 17-9-2018 14:58, Alex Peshkoff via Firebird-devel wrote: Actual job is done by fb_utils::dpbItemUpper. This function has one 'funny' feature - in almost all cases (exception is support of dialect-1 roles) this function should be invoked for each dpb item once & only once. And itr's not

Re: [Firebird-devel] Login with mixed case fails

2018-09-17 Thread Mark Rotteveel
On 17-9-2018 15:36, Alex Peshkoff via Firebird-devel wrote: On 09/17/18 16:31, Mark Rotteveel wrote: Lets rephrase my question. Assuming I have created a user using   create user "CaseSensitive" password 'password' using plugin Srp; Exactly which value must I pass from server to client

Re: [Firebird-devel] Login with mixed case fails

2018-09-17 Thread Alex Peshkoff via Firebird-devel
On 09/17/18 16:31, Mark Rotteveel wrote: Lets rephrase my question. Assuming I have created a user using   create user "CaseSensitive" password 'password' using plugin Srp; Exactly which value must I pass from server to client (assuming the wire protocol, not any transformations fbclient

Re: [Firebird-devel] Login with mixed case fails

2018-09-17 Thread Mark Rotteveel
On 17-9-2018 14:58, Alex Peshkoff via Firebird-devel wrote: On 09/17/18 15:45, Mark Rotteveel wrote: On 16-9-2018 17:28, Mark Rotteveel wrote: I think you should probably post this to the Firebird .net provider mailing list. The problem seems to be that case-sensitive user names need to be

Re: [Firebird-devel] Login with mixed case fails

2018-09-17 Thread Alex Peshkoff via Firebird-devel
On 09/17/18 15:45, Mark Rotteveel wrote: On 16-9-2018 17:28, Mark Rotteveel wrote: I think you should probably post this to the Firebird .net provider mailing list. The problem seems to be that case-sensitive user names need to be correctly supported by the client. And in the case of

Re: [Firebird-devel] Login with mixed case fails

2018-09-17 Thread Mark Rotteveel
On 16-9-2018 17:28, Mark Rotteveel wrote: I think you should probably post this to the Firebird .net provider mailing list. The problem seems to be that case-sensitive user names need to be correctly supported by the client. And in the case of Firebird.net provider (and Jaybird for that

Re: [Firebird-devel] Login with mixed case fails

2018-09-16 Thread Mark Rotteveel
I think you should probably post this to the Firebird .net provider mailing list. The problem seems to be that case-sensitive user names need to be correctly supported by the client. And in the case of Firebird.net provider (and Jaybird for that matter), for example the SRP implementation

[Firebird-devel] Login with mixed case fails

2018-09-16 Thread Kjell Rilbe
Hi, In FB 3.0.3 it's possible to create a user with mixed case like this in isql: create user "MixedCaseName" password '***'; After that, I create a database in isql, referencing the already defined alias 'MyDB': create database 'MyDB' user "MixedCaseName" password '***' page_size 4096 set