Hi all,
a quick question re Openfire features: is it possible to point the Openfire server to multiple LDAP trees for user authentication? We have several AD servers within our organisation (normally, one per site/country). We'd like to run a single server at headoffice rather than one at each site.
cheers,
Mark
this is a sample filter by group:
<searchFilter> <![CDATA[[(&(objectClass=organizationalPerson)(memberOf=cn=ChatISteam,ou=ChatGr oups,ou=accounts,dc=domain,dc=com))]\]\]\></searchFilter>
You may be able to modify it to search by last name like this:
<searchFilter> <![CDATA[[(&(objectClass=organizationalPerson)(sn=Smith))]\]\]\></searchFilter>