掲示板

Who has access to the marketplace?

8年前 に Ralph van Etten によって更新されました。

Who has access to the marketplace?

New Member 投稿: 6 参加年月日: 15/09/02 最新の投稿
Hi,

I have a fresh liferay 6.2 installation and I was wondering who has access to the marketplace.

I have an user which belongs to a group which has the Administrator role. This user can do administration things but does not have access to the liferay marketplace. Aren't Administrators allowed to see the marketplace?
How can I give other users access to the market place?

Thanks.
thumbnail
8年前 に David H Nebinger によって更新されました。

RE: Who has access to the marketplace?

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Hmm. When you set up the MarketPlace stuff, you do have to give it the credentials for the MarketPlace account to use. I wouldn't think that would be bound to the actual Liferay admin account that makes the connection, but honestly I haven't tried this kind of thing yet.

What version of 6.2 are you using? Have you checked jira for an associated bug?
thumbnail
8年前 に Meera Prince によって更新されました。

RE: Who has access to the marketplace?

Liferay Legend 投稿: 1111 参加年月日: 11/02/08 最新の投稿
HI
Portla Admin/Omniadmin can access this portlet .. i check for other role define permission there I could not found Market place portlet . its concluded that it will be accessible by only Omni admin.
I also found following code there they are checking isOmniadmin.

public class AppManagerControlPanelEntry extends BaseControlPanelEntry {


public boolean hasAccessPermission(
PermissionChecker permissionChecker, Group group, Portlet portlet)
throws Exception {

return permissionChecker.isOmniadmin();
}

}

Regards,
Meera Prince
8年前 に Ralph van Etten によって更新されました。

RE: Who has access to the marketplace?

New Member 投稿: 6 参加年月日: 15/09/02 最新の投稿
Ah, Ok.

So only omniadmin users are allowed to access the marketplace.

Is it possible to define which user is an omniadmin without using the portal properties file? My users are stored in LDAP and I would like to make an user an omniadmin if the user is in a particular LDAP group.
thumbnail
8年前 に Olaf Kock によって更新されました。

RE: Who has access to the marketplace?

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
It's enough to just have the portal wide "Administrator" role - works for me. If it doesn't, please specify your version. I've checked with 6.2 EE SP 11 or 12. Every Administrator has to log in to marketplace though - they don't automagically share one account.
8年前 に Ralph van Etten によって更新されました。

RE: Who has access to the marketplace?

New Member 投稿: 6 参加年月日: 15/09/02 最新の投稿
I am running 6.2 CE GA4.

I've checked and I have one user with the Administrator role which I've added to the omniadmin.user property and this user can see the store.

I have another user which just has the Administrator role and is not an omniadmin and this user can not see the store nor the app manager.