Adobe Connect User Community
Menu

#1 2009-10-19 05:03:41

**_mgalan_**

Generate Connect's Group from LDAP without groups.

Hi all,
we changed our LDAP, and its administrators have removed the group structure to group users, however, have defined attributes within the user object to indicate which group they belong. Does anyone know how they could generate Groups Connect with this new LDAP structure in which there are no groups but attributes that define these groups?

Offline

#2 2009-10-19 12:08:17

**_mrock66_**

Re: Generate Connect's Group from LDAP without groups.

Here is how you would make a filter that needs to have three matching attributes;  I would use this and add your group name as part of your filter.  Would that work?

(&(&(objectClass=user)(objectClass=top))(objectClass=GROUP))

Offline

#3 2009-10-20 01:46:52

**_mgalan_**

Re: Generate Connect's Group from LDAP without groups.

We've configured in the Group Profile Mapping:

Group Name: cn
Group members: uniquemember
DN: ou=grupos, dc=map, dc=es
Filter: (cn=pas) true
Subtree search: true

DN: ou=grupos, dc=map, dc=es
Filter: (cn=pdi) true
Subtree search: true



Then,
how I can put the parameters: "Group Name" and "Group members", if we not have groups in the new LDAP?.

Last edited by **_mgalan_** (2009-10-20 04:34:22)

Offline

Board footer