-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Poly Phones
- Desk and IP Conference Phones
- Ldap query to select only users that are member of a certain...

Create an account on the HP Community to personalize your profile and ask a question

04-17-2013 02:10 AM
HI there,
I'm trying to set up a phone (IP335) in such a way that the the Directory only shows users from AD that are member of a certain group (i.e. phonelist). So I tried doing this with dir.corp.filterPrefix but no luck so far.
I tried using a filter like:
dir.corp.filterPrefix="(objectclass=Person)(&(memberOf=cn=phonelist,ou=Groups,dc=domain,dc=local))"
And:
dir.corp.filterPrefix="(objectclass=Person)(memberOf=cn=phonelist,ou=Groups,dc=domain,dc=local)"
but those don't work, still getting all users.
Any suggestions?


04-17-2013 08:58 AM
So I tried the following in 'AD users and computers' management console and it returns all users that are member of the phonelist group:
(&(objectCategory=user)(objectClass=user)(memberOf=CN=phonelist,OU=Groups,OU=org,DC=domain,DC=local))
But when I use this in the dir.corp.filterPrefix it doesn't work.
Anyone any suggestions?