The JDBC Probe does support LDAP / AD to authenticate with MS SQL.
by using the following in the probe props file.
JdbcDriver: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
JdbcUrl: "jdbc:sqlserver://<server>:1433;databaseName=<DB name>;domain=<domain>;integratedSecurity = true;authenticationScheme=NTLM"
#Netcool#Support#SupportMigration