On 06 May 2008, at 08:35, Klaus Steinberger wrote: > ldap_group_base: ou=Gruppen,o=physik > ldap_group_filter: (member=%D) The above is fine. > ldap_member_method: attribute > ldap_member_attribute: groupMemberShip > ldap_member_base: ou=Gruppen,o=physik The above should be: ldap_member_method: filter ldap_member_filter: (member=%D) ldap_member_attribute: cn ldap_member_base: ou=Gruppen,o=physik This assumes you'd like the groups to be know by their cn. :wes ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html