Am Donnerstag, 29. Dezember 2011, 18.12:30 schrieb Ismail YENIGUL:
Hi,
I am testing roundcube 0.7-stable. I configured LDAP Adressbook with the
following groups properties:
'groups' => array(
'base_dn' => 'dc=mydomain',
'filter' => '(objectClass=rmailGroup)',
'object_classes' => array("top", "mailGroup"),
'member_attr' => 'rfc822member', // name of the member
attribute, e.g. uniqueMember
'name_attr' => 'cn', // attribute to be used as group name
),
what is now your correct objectClass? rmailGroup or mailGroup?
sorry for typo. it should be mailGroup
I can see the users and groups emails in address book but not group
members. When i click on group no member listed.
After enabling rouncube debug, I saw the following LDAP query. It seems
that RC users full dn as a filter value.
yes. this is how the groupOfNames structure works.
Any idea?
Now, my questions are:
- what server do you use?
It is openldap 2.4 server running on centos 6