12-07-2012 01:29 PM - last edited on 03-25-2019 09:48 PM by ciscomoderator
I have been modifying the jabber-config.xml file to get the results I need without a lot of success.
This is what I have thus far:
<BusinessPhone>ipPhone</BusinessPhone>
<CommonName>cn</CommonName>
<DisplayName>displayName</DisplayName>
<FirstName>givenName</FirstName>
<LastName>sn</LastName>
<EmailAddress>mail</EmailAddress>
<Title>title</Title>
<UserAccountName>sAMAccountName</UserAccountName>
<DomainName>userPrincipalName</DomainName>
<Location>co</Location>
<State>st</State>
<StreetAddress>streetAddress</StreetAddress>
<BaseFilter>(&(ipPhone=*)(userAccountControl:1.2.840.113556.1.4.803:=2))</BaseFilter>
<PredictiveSearchFilter>anr=</PredictiveSearchFilter>
<DisableSecondaryNumberLookups>1</DisableSecondaryNumberLookups>
This is not the entire Directory section as I have removed server info. I tried several different Base Filters with really no luck.
Also, in the documentation it shows that I need to add "amp;"after the "&" but this does not work. I don't see any user information. If I remove the trailing ")" Same thing.
Thanks.
12-07-2012 02:24 PM
Have you check this out?
12-10-2012 07:09 AM
Yes, I have used it. It does not help you with the problems I have above with disabled users showing up and some users not showing a phone number when the ipPhone field is populated.
12-12-2012 06:35 AM
Hi eemge,
the following line contains wrong statements:
from my point of view it should be:
There is no way to use & (as and) or | (as or) as a statement caused by incompatibility to the UTF-8 Standard.
For & you have to use &
and for | it´s |
Another trap is the last bracket that you have to leave out.
I hope it will work for you.
Stefan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide