AIOps

AIOps

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#ITAutomation
#AIOps
#CloudPakforAIOps
#AIOps

 View Only
Expand all | Collapse all

Does JDBC Probe support LDAP / AD authentication for MS SQL?

  • 1.  Does JDBC Probe support LDAP / AD authentication for MS SQL?

    Posted 04/23/21 03:48 PM

    I would like to use AD user account for probe to authenticate with MS SQL db



    #Netcool
    #Support
    #SupportMigration


  • 2.  RE: Does JDBC Probe support LDAP / AD authentication for MS SQL?
    Best Answer

    Posted 04/23/21 03:51 PM

    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