Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-24099

It is possible to enable LDAP without setting default userdirectoryid via API

XMLWordPrintable

    • S24-W10/11, S24-W14/15, S24-W16/17, S24-W18/19
    • 0.5

      Steps to reproduce:

      1. Using API send authentication.update request:
        {
          "jsonrpc": "2.0",
          "method": "authentication.update",
          "params": {
            "ldap_userdirectoryid": 0,
            "ldap_auth_enabled": 1
          },
          "id": 1
        }

      Result:
      config table is successfully updated, no error message.
      Expected:
      Error should be thrown, stating either default LDAP server should be set, or that provided user directory does not exist.

            vmaksimovs Vladimirs Maksimovs
            epulke Elina Pulke
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: