Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-4571

LDAP: Support advanced userfilter

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 3.4.8
    • Frontend (F)
    • None
    • Centos 7.4

      During the migration from Debian to Centos we figured out an issue that on CentOS the ldap search (same source, no changes there) returns also alias from subfolders within the search-dn.

      We fixed this by changing zabbix/frontends/php/include/classes/ldap/CLdap.php in line 34 from:

      'userfilter' => '(%{attr}=%{user})',

      to

      'userfilter' => '(&(ObjectClass=person)(%{attr}=%{user}))',

       

      To avoid this changes everytime with an upgrade I would request adding the possibility to customizing the userfilter in Administration->Authentication.

            vmurzins Valdis Murzins
            kschreoder Kay Schroeder
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: