Hi
I'm doing an application which needs to query active directory and I've been using ldap queries for that purpose.
My problem is that I really cant use "ou=People,dc=pisoftware,dc=com" because the People node name keeps changing because my department name have been changed a lot recently. So in order to avoid the problem of having to do code change each time the name changes then I was wondering if there is any way to query by some sort of a folder id ?
For example I could maybe do "ouid=123456,dc=pisoftware,dc=com"