Is there a way with Openfire/Spark to show all the users by default? We’re using LDAP, and would like all the users to show up in the list of contacts within Spark.
Is this possible? Rather than having to add a user, have them accept, and then show up, just have each user available to everyone else.
I’m not familiar enough with LDAP inregration and filters. When i was testing this i think i ran into the same problem, because our groups ou is on the same level with Users ou, os i had to point to a higher ou as a base dn and then it pulls all the stuff, which i don’t need and i didn’t manage to find out what filter should help me to pull only groups and users. You can also comment group provider part in /openfire/conf/openfire.xml and then it should let you create local groups and then maybe add domain users to that group. Then it should be possible to share these groups.
create groups in LDAP with proper users inside, try not to make the same user a member of multiple group.
then under Users/Groups section of Admin Console go to Groups sub-tab and find a group you want to display in client and click on it.
on opened screen select** “enable contact list group sharing”** and provide a group name the way you want it to show in client. Select “share group with additional users” checkbox and either select “all users” or select/ctrl-select groups you want to share it with.
(client/server may need to be restarted to display, or just wait out for cache update).
My issue is that our groups are not in the same AD OU as our users, so the base DN has OU=“Users”,OU=“Accounts”,OU=“COM”,DC=“ics”,DC=",DC=“gov” but groups are in
your ldap account will not have ability to read ldap if it not set to OU=COM,DC=ics,DC=idaho,DC=gov?
openfire ldap is read only - so it will not mess anything.
I had same problems displaying groups if base dn was not set to the root of ldap. since you are only reading ldap - I would give it a try unless it against your network policies.
It is an intersting issue, as I gave up looking into solution as soon as I realize “root of ldap” + “search filters” scenario, but you mad me curious, so iwill set up another test box to play around with different ldap settings.