掲示板

LDAP Group Creation

6年前 に Pete Murphy によって更新されました。

LDAP Group Creation

New Member 投稿: 1 参加年月日: 16/09/19 最新の投稿
What would be the best way to create a few hundred LDAP groups using Liferay. These groups can be mapped to roles. I don't want to have to create each one individually but would rather do it through an xml script similar to how I used to do it with IBM Websphere portal. Thanks.
thumbnail
6年前 に Christoph Rabel によって更新されました。

RE: LDAP Group Creation

Liferay Legend 投稿: 1554 参加年月日: 09/09/24 最新の投稿
The best way to create a few hundred groups is probably by importing an ldif with ldapmodify.

You could of course create the groups in Liferay and use the export functionality to export the groups to ldap. Or you could write a portlet and program it yourself. Maybe you could even call the PortalLDAPExporter/PortalToLDAPConverter directly, but all those solutions are kinda roundabout.
thumbnail
6年前 に Jack Bakker によって更新されました。

RE: LDAP Group Creation

Liferay Master 投稿: 978 参加年月日: 10/01/03 最新の投稿
Pete Murphy:
What would be the best way to create a few hundred LDAP groups using Liferay. These groups can be mapped to roles. I don't want to have to create each one individually but would rather do it through an xml script similar to how I used to do it with IBM Websphere portal. Thanks.

Which LDAP ? AD, openldap, or ...
And when you say 'create', do you mean create in LDAP ? or create usergroup/role in Liferay based on import from LDAP ?