Forums de discussion

LDAP Group Creation

Pete Murphy, modifié il y a 6 années.

LDAP Group Creation

New Member Envoyer: 1 Date d'inscription: 19/09/16 Publications récentes
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
Christoph Rabel, modifié il y a 6 années.

RE: LDAP Group Creation

Liferay Legend Publications: 1554 Date d'inscription: 24/09/09 Publications récentes
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
Jack Bakker, modifié il y a 6 années.

RE: LDAP Group Creation

Liferay Master Publications: 978 Date d'inscription: 03/01/10 Publications récentes
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 ?