Ad Widget

Collapse

MSSQL by ODBC with AD user instend of local user, it's possible?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PatxiAndueza
    Junior Member
    • Feb 2022
    • 19

    #1

    MSSQL by ODBC with AD user instend of local user, it's possible?

    I have alredy accomplished to monitor my MSSQL Server over ODBC whit a local user from the database.

    My question is, can I use a AD / Windows user to conect via ODBC instead of the local user?

    ====================================
    My set-up:

    zabbix-release_5.4-1 in a Debian 10
    unixODBC 2.3.7


    {$MSSQL.DSN} = <name>
    {$MSSQL.PASSWORD} = <passwd>
    {$MSSQL.USER} = zbx_monitor (local user,as the documentation says)

    =====================================

    At the moment all is working whitout any problem, but I want to know if there is any way to change it.

    Thanks in advance.

    Patxi.
Working...