hello. i want to structure users in shared roster by some ldap attribute for comfortable searching users by departments. users getting from AD.
in ejabberd its realized like this
modules:
mod_shared_roster_ldap:
ldap_base: “ou=ActiveUsers,dc=example,dc=com”
ldap_rfilter: “(objectClass=user)”
ldap_groupattr: “department”
ldap_groupdesc: “department”
ldap_memberattr: “sAMAccountName”
ldap_userdesc: “displayName”
right now i dont see option to do the same in openfire. is this possible? contact list will be displayed for example like this
speedy
2
no, but I like this idea. You can group based on AD group membership though. Here is how I used to do it.