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

Jabber 10.5 client "Profile View Fields"

Asif Khan
Level 1
Level 1

Hello

In Jabber 10.5, my Jabber-config is scripted to filter out users with name "admin" in search.

<BaseFilter>(&amp;(objectClass=user)(!(cn=*admin*)))</BaseFilter>

However, users with 'admin' in "IM/Chat address" field (when you view user profile) still show up in the search.

From where is this field being retrieved, and what filter can we use for it?

I tried: "msRTCSIP-primaryuseraddress", "proxyaddresses" but none worked.

Attached screen shot would further clarify the condition. The person has 2 profiles, 1 for normal use the other for admin purposes.

Thanks

1 Reply 1

Asif Khan
Level 1
Level 1

Got it working. It was just a matter of trying with different LDAP attributes, as the admin user profiles do not follow a standard. some had admin in CN, some in userPrincipalName some in displayname.

so it was a combination of all that.

Now when I try multiple filter in windows it works. in Mac, it fails. below example to filter disabled and "admin" users:

(&amp;(objectClass=user)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(!(userPrincipalName=*admin*)))

Works fine in windows. not in mac.

Does Jabber for Mac not process multiple filters?