Lansweeper wrote:
The string should match the right part of the OU.
"DC=disney,DC=it" scans both "OU=cartoon1,DC=disney,DC=it" and "OU=cartoon2,DC=disney,DC=it"
After a while I've tryed as follow:
- my network has a string like OU=aaa,OU=bbb,OU=ccc,OU=ddd,DC=eee,DC=fff,DC=ggg;
- if on lansweeper I put a filter like OU=ddd,DC=eee,DC=fff,DC=ggg (last part of the entire string) it go fine;
- if on lansweeper I put a filter like OU=aaa,DC=eee,DC=fff,DC=ggg or OU=ccc,DC=eee,DC=fff,DC=ggg (first or middle part of entire string + last part of the entire string) it doesn't go (lansweeper doesn't find any PC);
- if on lansweeper I put a filter like OU=aaa or OU=bbb (just first or middle part of entire string) it find ALL computers on the net, like filter is off.
Is it all correct?
Expecially in last case, I expected to have, as a result, all PC with "aaa" or "bbb" in the string ... how can I reach this result?