cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1673
Views
0
Helpful
1
Replies

CallManager 8.5 LDAP Custom Filters

Jason Aarons
Level 6
Level 6

I want to synchronize all users except 52101.  We sync to ldap based on IpPhone field and objectClass =user.

Is this the correct LDAP Filter to exclude 52101 ?

(&(ipPhone=*)(objectClass=user)!(ipPhone=52101))

Is this the correct LDAP Filter to exclude 52101 thru 52103 ?

(&(ipPhone=*)(objectClass=user)!(ipPhone=52101)(ipPhone=52102)(ipPhone=52103)

Reference

https://supportforums.cisco.com/thread/2004812

http://technet.microsoft.com/en-us/library/aa996205%28EXCHG.65%29.aspx

1 Reply 1

testeven
Cisco Employee
Cisco Employee

Hi,

I believe it will look like this:

(&(ipPhone=*)(objectClass=user)(!ipPhone=52101))

If you refer to the link below, you'll see the ! goes inside the ( )

http://msdn.microsoft.com/en-us/library/aa746475%28VS.85%29.aspx

Hope this helps!

Regards,

Tere.

If you find this post helpful, please rate!

Regards, Tere. If you find this post helpful, please rate! :)
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: