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

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
gregors613
Posts: 6
Joined: Mon 01 Oct 2012 12:43

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

Post by gregors613 » Wed 31 Dec 2014 20:50

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.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

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

Post by AlexP » Sun 04 Jan 2015 12:22

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.

Post Reply