LDAP integration empty userlist
Posted: Mon Jun 19, 2017 2:23 am
The forum entry "Empty User List When Importing Users LDAP" (https://support.nagios.com/forum/viewto ... 88&start=0) describes an issue with blanked userlists.
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.
My questions are:
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?