SapientGuardian / mysql-connector-net-netstandard

ADO.NET driver for MySQL targeted against netstandard 1.3
GNU General Public License v2.0
46 stars 15 forks source link

Fix windows auth #7

Open eByte23 opened 8 years ago

eByte23 commented 8 years ago

Try and fix windows auth implementation, utilise new System.Runtime.IsOsPlatform(OSPlatform.Windows) so that it will only be available on windows(if there isn't a way of supporting on *nix)

SapientGuardian commented 8 years ago

Does 6.9.8-rc2-007 fully add support for windows auth, or was that just a piece of the work? Cross-plat?

eByte23 commented 8 years ago

It should now be fully support it but still to completely tested so give a day to setup and test all senarios.

Technically should allow cross plat windows auth for mysql. I believe but havent looked all the way through the code

eByte23 commented 8 years ago

@SapientGuardian Well I can't even find a version that lets me configure windows auth so maybe not a problem?

Do you have version that uses win auth at all?

SapientGuardian commented 8 years ago

I believe it's part of MySQL Enterprise for Windows. I only have the community edition.

eByte23 commented 8 years ago

Okay cool, I'll see if I can get my hands on a copy so I can test it. Cheers!