Thank you very much Victor. I was able to follow your example and pointing the search base to the OU did the trick. However, I'm running into another issue now. Here's how my org is structured:
As you can see - our OU structure is mirrored across multiple locations. Right now, my LdapSearchFilter for NetXMS points to the IT OU < Staff < Location A. I want it to be able to pull data from IT OU under Location B as well. How do I achieve that?
Thank you,
Sourjya
Code Select
Org
|
|- Location A (OU)
| |__ Staff
| |__ IT
| |__ Dept. A
| |__ Dept. B
|
|- Location B (OU)
| |__ Staff
| |__ IT
| |__ Dept. A
| |__ Dept. B
As you can see - our OU structure is mirrored across multiple locations. Right now, my LdapSearchFilter for NetXMS points to the IT OU < Staff < Location A. I want it to be able to pull data from IT OU under Location B as well. How do I achieve that?
Thank you,
Sourjya