• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

With no usable answer to my previous post: http://community.polycom.com/t5/VoIP/Ldap-query-to-select-only-users-that-are-member-of-a-certain/td... yet, I kept on experimenting myself to see how to get the phone to load only members of a certain AD group in the corporate directory.

 

I'm quite close now by using an extra dir.corp.attribute.x.filter, filtering on it and making it sticky:

 

dir.corp.attribute.4.filter="CN=phonelist,OU=Groups,OU=corp,DC=domain,DC=local"
dir.corp.attribute.4.label="mO"
dir.corp.attribute.4.name="memberOf"
dir.corp.attribute.4.searchable="0"
dir.corp.attribute.4.sticky="1"
dir.corp.attribute.4.type="other"

 

Using wirshark I see the phone sending the following query:

 

Filter: (&(&(objectclass=Person)(sn=b*))(memberOf=CN=phonelist,OU=Groups,OU=TASS,DC=wdm,DC=local*))

(looking for names starting with b here)

 

This query is correct except for the * added at the end of the CN=phonelist,OU=Groups,OU=corp,DC=domain,DC=local value.

Tested and without that * the query would be working, with the * it isn't.

 

So the question is: where does it come from and how do I get rid of it?

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.