Is there a way to use Windows Active Directory authentication to connect to our databases rather than a direct connection?
Announcement
Collapse
No announcement yet.
Windows Authentication
Collapse
X
-
Re: Windows Authentication
I am not sure if the Java JDBC model allows for this, however it might be possible with certain drivers. Which database type are you attempting to connect to?
Please add this to the tracker (www.mirthproject.org/jira) as a feature request so that we can better manage things.
Thanks,
-ChrisChris Lang
-
Re: Windows Authentication
Look for the domain property at jTDS JDBC Driver for your answer.
You SQL Server connection string could be something like this:
[red]jdbc:jtds:sqlserver://localhost:1433;databaseName=mydatabase;domain=mydomain[/red]
Comment
-
Re: Windows Authentication
This is also possible using the Microsoft SQL Server JDBC driver.
Download it here: http://msdn.microsoft.com/data/ref/jdbc/
Add it to mirth/conf/dbdrivers.xml
Read the driver docs, there is a file that needs to be added to the path or copied to windows/system32 to support it.
I have only seen the docs I have not yet decided to implement this. I opted to use the JTDS drivers (as DaBuddaMan suggested).
Comment
-
Mirth stopped running after active directory installation
I have installed active directory on my 2003 server and noticed that Mirth is no long working. I can log in. When I checked the mirth service under services, it was stop. I went to properties and click start. It showed status as "started" for few seconds then again status changed to Stopped. Please help me what heppen and how can I fix that.
Comment
Comment