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 invok

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 (assum

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 does

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 cor

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 Firebird

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 matter