I found out that the in /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/index.php the $unit variable in not looking for the keyword "account".
I added the "account" keyword and it works.
Code: Select all
Line 701 $units = array('person','account', 'inetorgperson', 'organizationalperson', 'shadowaccount', 'posixaccount');
- 1st: Is there a better place for add the "account" keyword ?
2nd: Is it possible to fix the issue in the default virtual machine?