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.
Related
I wanted to list all users in postgreSQL and I would like to identify the users which are not linked to Active Directory.
select * from pg_user;
Above lists all users. I am trying to set up an alert when other dbas create an user which are not part of Active Directory and notify me.
I am looking for a solution.
If your pg_hba.conf only had two lines, one for 'postgres' and one (which goes through AD) for every one else, then you would just need to monitor that file for changes. They might be able to create a user that doesn't yet exist in AD, but they would then be unable to log on.
I would like to generate statistics for a site, specifically which frontend user is logged in at specific times of the day, how many users are/were logged in, etc.
I have searched but couldn't find any extension that already does this. Does anyone know of either a TYPO3 extension or an external tool that already does this? Will Piwik track the information I am looking for?
We have a compatible extension for tracking FE-User.
Features:
Configure who should be tracked (configurable in Extensionmanager):
only non logged in visitors
only logged in Frontend-User
logged in and non logged in Frontend-User
Configure if the user data of logged in user should be tracked (configurable in Extensionmanager). If you don't track that user data, the tracking records behave like non logged in user.
Optionally track IP-Address (configurable in Extensionmanager)
Backend-Modul with:
Overview about all trackings
Listing by page
Listing by user
Listing by object (downloads, news, shop products, portfolios and more)
CSV export for tracking records
User restriction: Admin user see the whole tracking data. Editor user only the data from current selected page.
Tracking for pages and objects like:
Displaying News (EXT:news)
Downloading Files (EXT:downloadmanager with type restricted)
Products (EXT:shop)
Configure your own object by TypoScript
If it's interesting for you, get in contact with us.
I am kind of new to Moodle, but I am looking for the following:
I created two user(User1 and user2) from admin and both users have their own courses.
Structure is like:-
Admin have two Users:- User1 and User2
user1 have three course C1,C2,C3
user2 have two course C4,C5
And user1 and user2 should not see each others courses. Also, when the user clicks "All courses" he/she should still only see the assigned courses.
I found a plugin for this.it helped me to resolve all my issue. Hope it will help others too.
for demo you can visit
http://demo.iomad.org/
Iomad is completely free. Like Moodle, anyone is free to download and use the software
https://github.com/iomad
You may have to define a role for each user in Settings > Site administration > Users > Permissions > Define roles Assign system
There are more than a lot settings if you scroll down on create new role page.
And then assign that role to the each user from Settings > Site administration > Users > Permissions > Assign system roles
Though I am not entirely sure that this method will work as expected.
But this could be one of the options.
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
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.