<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Jabber AD LDAP Filtering Question.... in Collaboration Applications</title>
    <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061872#M26903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmmmmm.... Ok......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason that this would work for client 9.1.0 and not 9.0.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, adding any "Base Filter" to 9.1.0 works perfectly, but 9.0.1 looses all visibility of the directory all together???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I an add "&lt;BASEFILTER&gt;&lt;/BASEFILTER&gt;" and it is fine, however as soon as I populate between the fields, 9.0.1 does not like it where 9.1.0 works a treat????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2012 20:34:24 GMT</pubDate>
    <dc:creator>VLT06</dc:creator>
    <dc:date>2012-11-07T20:34:24Z</dc:date>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061867#M26898</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone faced the issue or come up with a solution regarding the LDAP to AD for user search for people that have more then one account….&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example would be that Bob Down has two accounts in AD 1 for normal day to day user &amp;amp; second one for administrator that he only uses once in a while. When doing a look up in jabber, he appears twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to intervene to filter the search to only lookup normal user accounts and not pull administrator/test accounts???&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 21:45:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061867#M26898</guid>
      <dc:creator>VLT06</dc:creator>
      <dc:date>2019-03-17T21:45:14Z</dc:date>
    </item>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061868#M26899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are probably dozens of ways to get this done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my default; it filters the results to only non-disabled accounts. This is also the CUCM default filter if you don't define a Custom LDAP Filter.&lt;/P&gt;&lt;P&gt;(&amp;amp;(objectCategory=person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could change it to be this which also excludes any accounts that have the phrase ADMIN in their surname (aka Last Name) attribute.&lt;/P&gt;&lt;P&gt;(&amp;amp;(objectCategory=person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(!(sn=*ADMIN*)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option would be to rule out anyone with Domain Admin group memberhsip:&lt;/P&gt;&lt;P&gt;(&amp;amp;(objectCategory=person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(!(memberOf=CN=Domain Admins,CN=Users,DC=domain,DC=com)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet another would be to rule out anyone with "admin" in their username (aka sAMAccountName):&lt;/P&gt;&lt;P&gt;(&amp;amp;(objectCategory=person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(!(sAMAccountName=*admin*)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to &lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-6212"&gt;rate helpful responses&lt;/A&gt; and identify &lt;A _jive_internal="true" href="https://community.cisco.com/community/help#discussions_questions"&gt;helpful&lt;/A&gt; or &lt;A _jive_internal="true" href="https://community.cisco.com/community/help#discussions_correct"&gt;correct&lt;/A&gt; answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 04:49:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061868#M26899</guid>
      <dc:creator>Jonathan Schulenberg</dc:creator>
      <dc:date>2012-11-05T04:49:51Z</dc:date>
    </item>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061869#M26900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, excellent stuff!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this filter would be in the CUPS Ldap filter yeah?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 21:05:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061869#M26900</guid>
      <dc:creator>VLT06</dc:creator>
      <dc:date>2012-11-05T21:05:23Z</dc:date>
    </item>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061870#M26901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For CUPC clients yes. For Jabber you would need to place it in the &lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-25778"&gt;jabber-config.xml file&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to &lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-6212"&gt;rate helpful responses&lt;/A&gt; and identify &lt;A _jive_internal="true" href="https://community.cisco.com/community/help#discussions_questions"&gt;helpful&lt;/A&gt; or &lt;A _jive_internal="true" href="https://community.cisco.com/community/help#discussions_correct"&gt;correct&lt;/A&gt; answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 21:20:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061870#M26901</guid>
      <dc:creator>Jonathan Schulenberg</dc:creator>
      <dc:date>2012-11-05T21:20:32Z</dc:date>
    </item>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061871#M26902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What can I say.... Champion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 22:11:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061871#M26902</guid>
      <dc:creator>VLT06</dc:creator>
      <dc:date>2012-11-05T22:11:12Z</dc:date>
    </item>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061872#M26903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmmmmm.... Ok......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason that this would work for client 9.1.0 and not 9.0.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, adding any "Base Filter" to 9.1.0 works perfectly, but 9.0.1 looses all visibility of the directory all together???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I an add "&lt;BASEFILTER&gt;&lt;/BASEFILTER&gt;" and it is fine, however as soon as I populate between the fields, 9.0.1 does not like it where 9.1.0 works a treat????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 20:34:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061872#M26903</guid>
      <dc:creator>VLT06</dc:creator>
      <dc:date>2012-11-07T20:34:24Z</dc:date>
    </item>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061873#M26904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two things to try:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Remove the last ')'&lt;/LI&gt;&lt;LI&gt;Change '&amp;amp;' to '&amp;amp;'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to &lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-6212"&gt;rate helpful responses&lt;/A&gt; and identify &lt;A _jive_internal="true" href="https://community.cisco.com/community/help#discussions_questions"&gt;helpful&lt;/A&gt; or &lt;A _jive_internal="true" href="https://community.cisco.com/community/help#discussions_correct"&gt;correct&lt;/A&gt; answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 22:06:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061873#M26904</guid>
      <dc:creator>Jonathan Schulenberg</dc:creator>
      <dc:date>2012-11-07T22:06:59Z</dc:date>
    </item>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061874#M26905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, removing the last ")" did the job!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said before, Champion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 20:05:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061874#M26905</guid>
      <dc:creator>VLT06</dc:creator>
      <dc:date>2012-11-12T20:05:59Z</dc:date>
    </item>
    <item>
      <title>Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061875#M26906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread helped me so I wanted to post a working example - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMP 9.1&lt;/P&gt;&lt;P&gt;Jabber 9.1 / 9.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BASEFILTER&gt;(&amp;amp;(objectCategory=person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))&lt;/BASEFILTER&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- &lt;BR /&gt;-Mark Turpin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 15:52:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061875#M26906</guid>
      <dc:creator>Mark Turpin</dc:creator>
      <dc:date>2013-03-29T15:52:25Z</dc:date>
    </item>
    <item>
      <title>Hi,I have a scenario where</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061876#M26907</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a scenario where multiple customer's users use same CUCM and the users should not list users from other OU's.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, we have OU's ent1, ent2 and ent3 in domain cisco.com&lt;/P&gt;&lt;P&gt;user1@ent1.cisco.com, user2@ent1.cisco.com&lt;/P&gt;&lt;P&gt;user3@ent2.cisco.com, user4@ent2.cisco.com&lt;/P&gt;&lt;P&gt;user5@ent3.cisco.com, user6@ent3.cisco.com&lt;/P&gt;&lt;P&gt;I configured the jabber-config.xml file to omit the users from ent2 OU alone using below configuration.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;Directory&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;DirectoryServerType&amp;gt;EDI&amp;lt;/DirectoryServerType&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;ConnectionType&amp;gt;1&amp;lt;/ConnectionType&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;PrimaryServerName&amp;gt;10.4.252.25&amp;lt;/PrimaryServerName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;UseWindowsCredentials&amp;gt;0&amp;lt;/UseWindowsCredentials&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;UseSecureConnection&amp;gt;1&amp;lt;/UseSecureConnection&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;SearchBase1&amp;gt;ou=ENT1,ou=master,dc=sharedAD,dc=com&amp;lt;/SearchBase1&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;UserAccountName&amp;gt;uid&amp;lt;/UserAccountName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;BaseFilter&amp;gt;(&amp;amp;amp;(objectCategory=person)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(!(mail=*ent2*)))&amp;lt;/BaseFilter&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;PredictiveSearchFilter&amp;gt;uid&amp;lt;/PredictiveSearchFilter&amp;gt;&lt;BR /&gt;&amp;lt;/Directory&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Can someone give pointers how to modify this xml file to filter users from its own OU&lt;/P&gt;&lt;P&gt;- Prasanth R&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 15:12:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/2061876#M26907</guid>
      <dc:creator>Prasanth C.R.</dc:creator>
      <dc:date>2014-08-04T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4725896#M48443</link>
      <description>&lt;P&gt;Hey jonathan,&lt;/P&gt;
&lt;P&gt;what would you need to put in the Jabber Config file in-order for the filter of disabled ldap account no to pop up in jabber search&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 13:27:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4725896#M48443</guid>
      <dc:creator>Yarin Ezra</dc:creator>
      <dc:date>2022-11-22T13:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4726802#M48456</link>
      <description>&lt;P&gt;That is outlined in the CM feature documentation as it is part of the default LDAP filter that is implicitly used if no custom filter is used.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 18:31:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4726802#M48456</guid>
      <dc:creator>Roger Kallberg</dc:creator>
      <dc:date>2022-11-23T18:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4728126#M48467</link>
      <description>&lt;P&gt;Disabled user can be omitted by this highlighted part. This particular filter is the default filter used in CM for the LDAP synchronisation if no custom filter is used.&lt;/P&gt;
&lt;P&gt;Standard default LDAP filter for users&lt;BR /&gt;(&amp;amp;(objectclass=user)(!(objectclass=Computer))&lt;STRONG&gt;(!(UserAccountControl:1.2.840.113556.1.4.803:=2))&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 07:33:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4728126#M48467</guid>
      <dc:creator>Roger Kallberg</dc:creator>
      <dc:date>2022-11-27T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4728537#M48470</link>
      <description>&lt;P&gt;I've tried a lot of solutions last week and they all gave me the same result, after adding the filter to the service profile of the End Users, disabled user were no longer shown as well as their active users.&lt;/P&gt;
&lt;P&gt;Say Bob has an active user and a disabled user, both users were gone after the filter, all the other active users were shown correctly.&lt;/P&gt;
&lt;P&gt;We ended up syncing jabber with UDS and that's what gave the best result for the client.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 06:47:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4728537#M48470</guid>
      <dc:creator>Yarin Ezra</dc:creator>
      <dc:date>2022-11-27T06:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4728542#M48472</link>
      <description>&lt;P&gt;If possible could you please share the filter that you used and a screenshot of the where you applied it?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 07:35:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4728542#M48472</guid>
      <dc:creator>Roger Kallberg</dc:creator>
      <dc:date>2022-11-27T07:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4728549#M48476</link>
      <description>&lt;P&gt;I've applied the filter to the Service Profile (UserManagement &amp;gt; User Profile &amp;gt; Service Profile) (Screenshot Included):&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(!userAccountControl:1.2.840.113556.1.4.803:=2) - similar to what you sent the latest without the objectclass&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(!userAccountControl=514)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and some more which i cant find.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 08:06:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4728549#M48476</guid>
      <dc:creator>Yarin Ezra</dc:creator>
      <dc:date>2022-11-27T08:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4729070#M48481</link>
      <description>&lt;P&gt;This is the settings we use for this.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 731px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/169243i7B78613FEFDD4051/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 538px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/169244i883B6D42DA13B9D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The filter is set as per what I answered in my previous reply.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 11:37:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4729070#M48481</guid>
      <dc:creator>Roger Kallberg</dc:creator>
      <dc:date>2022-11-28T11:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber AD LDAP Filtering Question....</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4729071#M48482</link>
      <description>&lt;P&gt;Amazing thank you !&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 11:40:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-ad-ldap-filtering-question/m-p/4729071#M48482</guid>
      <dc:creator>Yarin Ezra</dc:creator>
      <dc:date>2022-11-28T11:40:02Z</dc:date>
    </item>
  </channel>
</rss>

