--On Wednesday, August 15, 2007 12:34:39 PM +0200 Egil Möller <egil.moller@xxxxxxxxxxx> wrote: > Why does ptloader show the sambaSid of two of the groups superadmin is a> member of, instead of the group name? Disclaimer: I don't actually use the ldap code (nor am I a cyrus developer). >From looking at the code, this problem seems to be caused by the lack of a ldap_member_attribute parameter in your imapd.conf. Without that attribute, the code uses the last attribute returned by the ldap server as the group's name. You should addldap_member_attribute: cn to fix this problem. I don't know what could be causing the other problems ----Cyrus Home Page: http://cyrusimap.web.cmu.edu/Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twikiList Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html