Page 1 of 1

How do you configure EntityDAC with Unidac for SQL Server Windows Authentication

Posted: Wed 31 Dec 2014 20:50
by gregors613
In Unidac, you add a SpecificOption to 'Authentication=auWindows' but when I try to set this for EntityDac

OrmDataModule.EntityConnection1.ConnectionString := 'Data Provider=UniDAC;SQL Dialect=SQL Server;Login Prompt=False;Server=Server;Database=somedb;Authentication=auWindows';

I get an exception 'Connection parameter name is unknown - Authentication'

I'm using Unidac 5.3.8 and EntityDac V 1.2.3 and can't seem to make this work. Any help would be appreciated.

Re: How do you configure EntityDAC with Unidac for SQL Server Windows Authentication

Posted: Sun 04 Jan 2015 12:22
by AlexP
Hello,

Thank you for the information. We have fixed this issue. The fix will be included to the next EntityDAC version.

P.S. In EntityDAC this option will be named Integrated Security. To enable Windows authentication, this option must be set to SSPI.