Re: [Geotools-devel] SQL Server Support for Active Directory Password Authentication

2019-04-15 Thread Matt Barclay
Great, thanks for the help! I was able to build my changes to geotools locally and test them in GeoServer. Works great! I created a pull request here: https://github.com/geotools/geotools/pull/2344 Please let me know if any changes are needed. Regards, Matt On Fri, Apr 12, 2019 at 12:50 AM

Re: [Geotools-devel] SQL Server Support for Active Directory Password Authentication

2019-04-12 Thread Andrea Aime
On Thu, Apr 11, 2019 at 9:02 PM Matt Barclay wrote: > I'm not sure how to test it. I ultimately need this in GeoServer. When I > build the driver, I get gt-jdbc-sqlserver-22-SNAPSHOT.jar. So if I update > my GeoServer build for version 22-SNAPSHOT, I think I'll get my latest > code? I don't h

Re: [Geotools-devel] SQL Server Support for Active Directory Password Authentication

2019-04-11 Thread Jody Garnett
What do you need to know Matt? The driver dependency is here: https://github.com/geotools/geotools/blob/master/modules/plugin/jdbc/jdbc-sqlserver/pom.xml#L101 If your change this line in your pull request with the version number you need that would be good. That dependency is added with a "profil

[Geotools-devel] SQL Server Support for Active Directory Password Authentication

2019-04-11 Thread Matt Barclay
Hello, We use an Azure SQL Server instance with ActiveDirectoryPassword authentication. This is not currently supported in GeoTools, so I am working on adding it. The documentation for the connection string property can be found here: https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-th