On Tue, 25 May 2004, Sven Schiwek wrote: > Hi, > > I installed cyrus-imapd 2.2.3 and imported my old mails. The Shared- > folder have group ACLs like group:sysop. I changed my authentification > from PAM to SASL with saslauthd. > The system is working fine, but if I want to change a group ACL cyradm > says: > > ----8<---- > > dam admins group:sysop > deleteaclmailbox: group:sysop: Invalid identifier > ---->8---- > > In the logfile ptloader wrote this informations: > > ----8<---- > hermes imap[1508]: ptload(): pinging ptloader > hermes ptloader[1747]: accepted connection > hermes ptloader[1747]: doing LDAP lookup of user (null) > hermes ptloader[1747]: Username not available. > hermes master[563]: process 1747 exited, signaled to death by 11 > hermes master[563]: service ptloader pid 1747 in READY state: terminated > abnormally > hermes imap[1508]: ptload(): empty response from ptloader server > ---->8---- > > I think the search for user '' (null) is the Problem. > > Can I configure the cyrus System that cyradm ignore the ptloader > response or is there an other way to solve this problem?
I suggest you build cyrus-imapd 2.2.4 because of numerous ptloader ldap fixes/enhacements. Read the imapd.conf man page for the ldap related options. Your other option is to use a different authentication mechanism such as unix. See cyrus-imapd/doc/overview.html for more. You will need to recompile cyrus-imapd when you change authentication mechanisms. If you want more flexibility in choosing pts module and authentication mechanism at runtime, you can try my patch at https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2393 -- Igor --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html