Details
-
Task
-
Resolution: Inactive
-
Minor
-
WCM 4.1.0_01
-
None
-
Windows 2003
Description
I'm trying to display the members of the groups I can select from LDAP (Ms Active Directory in my company)
I can see the groups with no problems, but in the braket I cannot see any member. the same if I click ib the gruop name, I obtain an empty list.
I tried quite all, but this is something I cannot solve. Can anyone help me?
In attached my group.ldap.proprietis file
- Configuration file for standard ldap server
groups.ldap.context.factory = com.sun.jndi.ldap.LdapCtxFactory
groups.ldap.url = ldap://10.148.2.29:389/
groups.ldap.authentification.mode = simple
groups.ldap.public.bind.dn = cn=wpsbind,ou=portal,ou=application,dc=europe,dc=odcorp,dc=net
groups.ldap.public.bind.password = wpsbind
- attribute holding the group name
groups.ldap.search.attribute = cn
- base dn search
groups.ldap.search.name = OU=Portal,OU=Application,DC=europe,DC=odcorp,DC=net
groups.ldap.search.countlimit = 100
groups.ldap.search.objectclass = group
groups.ldap.members.attribute = member
- ------- objectclasses and member attributes ------------
groups.ldap.dynamic.search.objectclass = memberOf
groups.ldap.dynamic.members.attribute = cn
- ------- originale ------
- groups.ldap.search.objectclass = groupOfUniqueNames
- groups.ldap.members.attribute = uniqueMember
- groups.ldap.dynamic.search.objectclass = groupOfURLs
- groups.ldap.dynamic.members.attribute = memberurl
- if set to false, group members will not be preloaded and members will not appear in engines
groups.ldap.preload = true
- the following defines the attributes to use for wildcard search such as *=test
groups.ldap.search.wildcards.attributes = cn, sAMAccountName
- Map attribute, that indicate which LDAP attribute to map to Jahia standard properties
- Make sure you comment out the ones you are not using, especially if the LDAP
- repository contains same names attributes. If you don't searching goups will
- most probably not work correctly.
groups.ldap.groupname.attribute.map = cn
groups.ldap.description.attribute.map = sAMAccountName