-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center.
-
×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 filter (sn>=0)(sn<=zz)
Create an account on the HP Community to personalize your profile and ask a question
02-27-2020 06:43 AM
Hello,
we are using Polycom 331,450,650,6000 and 7000. We also use LDAP directory.
Every time when a device sends a request to LDAP server, in the filter there is "&(sn>=0)(sn<=zz)" for example:
Filter: <(&(sn>=0)(sn<=zz)(|(sn=S*)(givenName=S*)(telephoneNumber=S*)))>
I want to omit the &(sn>=0)(sn<=zz). Is it possible?
Also, do you have any manual how can I set up the dir.corp.attribute.x.filter?
In every example there is only:
dir.corp.attribute.1.filter=""
I tried to use eg.:
dir.corp.attribute.1.filter="(sn=*DDD)"
dir.corp.attribute.2.filter="%"
dir.corp.attribute.3.filter="sn=*DDD"
but nothing changed in the filter send to the LDAP server.
Tested on last FW 4.1.1 and on 4.0.8
Many thanks,
Jakub Zima
Solved! Go to Solution.
Accepted Solutions
04-15-2020 08:01 AM
hello,
for those who will struggle with the same problem.
1] I disallowed to use letters with punctuation on phones
2] I added two more attributes for a person on the LDAP server. New attributes are contained a first name and a last name without the punctuation.
3] I set the phones that they are searching at attributes without punctuation but they are showing the attributes with punctuation.
So you need five attributes for one contact (four for names and one for phone number).
There are a few limitations, for example in the Czech alphabet "č" is after "c" but with this workaround, there will be mixed "č" and "c" with the same list, as if it were one letter
Regards,
Jakub Zima
02-27-2020 07:47 AM
Just one comment.
In my LDAP server I have those contacts:
Libor Jedle
Libor Smrček
Libor Šosna
with this filter "Filter: <(&(sn>=0)(sn<=zz)(|(sn=libo*)(givenName= libo *)(telephoneNumber= libo*)))>" LDAP server will reply only with names:
Libor Jedle
Libor Smrček
02-27-2020 10:00 AM
Hello @jaqup ,
Welcome back to the Poly Community.
UC Software 4.1.1 is for LYNC only and not for openSIP devices. UC Software 4.0.14 or after the weekend UC Software 4.0.15 is the latest for these phones.
The LDAP FAQ here:
Jan 30, 2012 Question: Can I use a central Phone book or is LDAP / Corporate Directory supported?
Resolution: Please check => here <=
shows troubleshooting tips and has an additional document attached. The
(sn>=0)(sn<=zz)
is hardcoded and cannot be removed.
If you still struggle, and other community members have no extra ideas, the next step would be to open a support ticket.
In order to raise a support ticket, you need to work with your Poly reseller as they may need to do this for you.
End Customers are usually unable to open a ticket directly with Poly support. Available End User Poly services offerings are detailed here
If this is some sort of an Internet discounter providing your MAC address or your Poly devices serial will enable us to look up who would be able to support you. This may not be who you purchased the Poly device from.
If the unit is no longer within the warranty please be prepared to Pay Per Incident / PPI. This is all outlined in detail here
Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.
Best Regards
Steffen Baier
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.
Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
04-15-2020 08:01 AM
hello,
for those who will struggle with the same problem.
1] I disallowed to use letters with punctuation on phones
2] I added two more attributes for a person on the LDAP server. New attributes are contained a first name and a last name without the punctuation.
3] I set the phones that they are searching at attributes without punctuation but they are showing the attributes with punctuation.
So you need five attributes for one contact (four for names and one for phone number).
There are a few limitations, for example in the Czech alphabet "č" is after "c" but with this workaround, there will be mixed "č" and "c" with the same list, as if it were one letter
Regards,
Jakub Zima