I installed openfire on CentOs and it uses external database for authentification and user list.
I managed groups based on a user table and a friend listing so that each user is also a group that is is an administrator and populated with users that are (friends).
External users and authentication works fine.
The issue is that the buddy list is only populated when is check "enable contact list group sharing openfire" on group administration.
I want to make this option always enabled so that user can see each other in their buddy list.
this is an existing issue openfire issue
Are there any possible solutions or alternatives.
Edit:
In other words, I want to avoid adding the following three lines to the ofGroupProp table:
name sharedRoster.displayName groupname
name sharedRoster.groupList
name sharedRoster.showInRoster onlyGroup
Related
I just stated working with a company that uses google workspace. They have a group distribution list that sends email to all users container. However, within all users container, there is also a container for Terminated Employees. Is there a way to set up the distribution list so that it doesn't forward the emails to the Terminated Users Container?
thanks,
Glenn
In this scenario you have two straight forward options so users stop getting those emails:
Remove terminated or suspended users from the group membership. Here you can check how to do it. https://support.google.com/a/answer/10284003
If for some reason you don't want to remove the user from that distribution list, you can disable the user from getting those group messages.
go to groups.google.com and choose the group in question.
Go to members, you will see all users in that group and under the "subscription" column choose "No email". That will stop the user from getting those group inbound messages.
For the second option you need to have the group "Owner" role otherwise you will have to login into the terminated user session to make these changes.
I am a confluence administrator and I am trying to set up permissions for a recently created space.
I added a new group (call it "my-group-admin") and gave it full access. I added that group to the space.
Now I am trying to add users to that group but every time I do so, it just fails silently. (The group admin screen returns showing the group with the message "No users found")
Any ideas why this might be happening or how best to add users to this group?
I am using version 5.5.4 of Confluence.
I want to create GROUP in openfire using xmpp programmatically
see the image....
there are two groups in image I wish to add new groups in openfire using xmpp stanzas. If success then I wish to add members in particular groups.
I know how to create chat rooms (MUC) but groups are different than chatrooms. in groups rosters are persistent but in chatroom any user can enter and can at leave any time. so I want to create groups not like chatrooms.
I tried lot but it creates chatrooms only not the groups.
See this post for instance, if it can help you a little bit. Look for the addgroup in the java docs on the openfire.
I create a lot of users (~350) using User CSV Uploader (/alfresco/service/api/people/upload) and then as site maneger i tried to invite some of this users, but i can't find them.
Steps:
create a list of users (using CSV template) - OK
upload the list - OK
check if the users exist - OK
as site manger and alfresco_administrator when i go to http//mydomain/share/page/site/mysite/invite and search for user (let's say TESTUSER) the user is listed and is allowed to be invited
as site manager (not alfresco_administrator) when i go to http//mydomain/share/page/site/mysite/invite and search for user TESTUSER the user is not listed
The user TESTUSER exist and was created using CSV upload.
I creat manualy another user TESTUSER2 and i follow steps 3,4 and 5. In this case this user TESTUSER2 is listed in both case.
My question is: There is a possibility to "reindex" all user or i need to create ~300 users manualy.
Right now LDAP or AD is not an option.
Alfresco 4.2c/Centos 6.4/SOLR (full reindex after 2 days)
Thank You!
Geo
are you able to find the persons via people finder /share/page/people-finder?
If not, are you able to find the persons when appending [hint:useCQ] (forces usage of DB instead of SearchIndex) to your people search term?
If you find the persons using this hint, then your Solr Index is not in sync.
I had followed the exact steps to configure form authentication in shrepoint 2007 from here but i am unable to login with the user. I checked that my connection string is right, providers are also current so what should be the issue ?
I have another question regarding same topic.let say i have configured the membership database in my sql server database by using the asp.net configuration application.
say I have created a user "XYZ". certainly this will inserted into the membership database. but, will this user ("XYZ") also added in Active directory users ? or not.
If not then while creating the user in sharepoint site (from people and group) How it will resolve the "XYZ" user which i entered in membership database?
because as i explained i have created user "lalit" from asp.net configuration database , i found this user in membership database. where as i have given connection string to that site, of my membership database. and when I went to add new user for the site through People and group option (from site settings) , I got error message "No user match found" something like this. So i created user in active directory with name " lalit" then it resolved. but why should i need to create the "lalit" as user to active directory ? Or why then need to create the membership database if active directory users are there ...?
You need to use the provider as a prefix, for example, if your provider membership name is MOSSProvider, when you add a user to a group, you have to add it as "MOSSProvider:username", also you must have configured your site with FAB. Check Alternate Access Mapping operation for doing that.