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 (assuming the wire protocol, not any transformations fbclient does on its own) in:


Also assuming that in DPB "CaseSensitive" was passed...

1. CNCT_login: CaseSensitive or "CaseSensitive"
2. isc_dpb_user_name: CaseSensitive or "CaseSensitive"


Both cases - "CaseSensitive"

and exactly what must I use in the SRP client proof: CaseSensitive or "CaseSensitive".


CaseSensitive


Thanks, that seems to work. It looks like when I tried this earlier I missed an instance of uppercasing in Jaybird's code.

I'll also see if I can create a pull request to fix this in Firebird .net provider.

Mark
--
Mark Rotteveel


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to