Foros de discusión

Importing Nested Groups In LDAP

Jack Bolous, modificado hace 11 años.

Importing Nested Groups In LDAP

New Member Mensajes: 11 Fecha de incorporación: 24/01/13 Mensajes recientes
We are currently using Liferay 6.1 and have LDAP configured with import by group and confirmed that users are coming in correctly. Groups are also being imported but when there is a nested group (i.e. a group within the group), Liferay is not assigning the users in this nested group to the parent group.

Is there a way to import the list of users in this subgroup without writing our own implementation of the LDAPImportUtil class?

Thanks,

-Jack
thumbnail
Patricia Draut, modificado hace 10 años.

RE: Importing Nested Groups In LDAP

New Member Mensajes: 7 Fecha de incorporación: 24/08/11 Mensajes recientes
Hi Jack,

Did you find a way to import the nested groups yet? I know it's been some time, but I've been searching for the same thing and found another thread that has a good solution:

http://www.liferay.com/community/forums/-/message_boards/message/16668284

... at least it is for Active Directory.

Hope it helps!
Patricia
Sebastian Wikholm, modificado hace 9 años.

RE: Importing Nested Groups In LDAP

Regular Member Mensajes: 104 Fecha de incorporación: 10/03/11 Mensajes recientes
I still having problems with this: using mappings like user=member:1.2.840.113556.1.4.1941: or group=memberof:1.2.840.113556.1.4.1941: will not work, it will return nothing. Tried to find info about this but cant find anything
thumbnail
Daniel Tyger, modificado hace 9 años.

RE: Importing Nested Groups In LDAP

Regular Member Mensajes: 105 Fecha de incorporación: 6/02/13 Mensajes recientes
Sebastian,

I am also trying to solve this. Let's share back if we find a solution. Thank you -daniel
Bruno Carvalho, modificado hace 9 años.

RE: Importing Nested Groups In LDAP

New Member Mensajes: 6 Fecha de incorporación: 1/08/14 Mensajes recientes
Hi,

Any news about this?
I'm also interested in finding some solution to this problem.

Thanks
thumbnail
Daniel Tyger, modificado hace 9 años.

RE: Importing Nested Groups In LDAP

Regular Member Mensajes: 105 Fecha de incorporación: 6/02/13 Mensajes recientes
Hi Bruno - Have you seen these properties?:
#ldap.import.group.base.dn.default=
#ldap.import.group.base.dn.enabled=true

Maybe this will help pinpoint the location of your groups that may be different location from your users...?