Re: Cyrus-Imap and auxprop ldap

2010-05-10 Thread Julien Vehent
(Oops, didn't send that to the list) On Fri, 7 May 2010 08:34:51 -0500, Dan White wrote: > > Verify that your ldapdb auxprop plugin can be initialized: > > echo "ldapdb_uri: ldap://localhost"; > /usr/lib/sasl2/pluginviewer.conf > > (the other parameters are not necessary) > > pluginviewer | g

Re: Cyrus-Imap and auxprop ldap

2010-05-07 Thread Dan White
On 07/05/10 11:21 +0200, Julien Vehent wrote: >- ># grep -E "sasl|ldap" /etc/imapd.conf |grep -v "#" >sasl_pwcheck_method: auxprop >sasl_auxprop_plugin: ldapdb >sasl_auto_transition: no >sasl_ldapdb_uri: ldap://localhost >sasl_ldapdb_id: cyrus >sasl_ldapdb_pw: cyrusadmin >sasl_ldapdb_mech: DIGE

Re: Cyrus-Imap and auxprop ldap

2010-05-07 Thread Marc Patermann
Julien, Julien Vehent schrieb: > However, I can't make this work with imapd. I tried to reuse information > from the man page, but it brought me nowhere... > My imapd.conf contain the following (regarding sasl and ldap only): > > - > # grep -E "sasl|ldap" /etc/imapd.conf |grep -v "#" >

Re: Cyrus-Imap and auxprop ldap

2010-05-07 Thread Julien Vehent
On Thu, 6 May 2010 11:34:57 -0500, Dan White wrote: > On 06/05/10 11:28 -0500, Dan White wrote: >>ldapdb_uri: ldap://ldap.example.com >>ldapdb_id: root >>ldapdb_pw: secret >>ldapdb_mech: DIGEST-MD5 > > That should really be: > > sasl_ldapdb_uri: ldap://ldap.example.com > sasl_ldapdb_id: root > s

Re: Cyrus-Imap and auxprop ldap

2010-05-06 Thread Dan White
On 06/05/10 11:28 -0500, Dan White wrote: >ldapdb_uri: ldap://ldap.example.com >ldapdb_id: root >ldapdb_pw: secret >ldapdb_mech: DIGEST-MD5 That should really be: sasl_ldapdb_uri: ldap://ldap.example.com sasl_ldapdb_id: root sasl_ldapdb_pw: secret sasl_ldapdb_mech: DIGEST-MD5 -- Dan White

Re: Cyrus-Imap and auxprop ldap

2010-05-06 Thread Dan White
On 06/05/10 18:05 +0200, Julien Vehent wrote: >Hey guys, > >I'm trying to allow my cyrus-imap server to bind to the LDAP directory >using SASL and without the need of saslauthd. >I have a working Slapd server that allow proxy authorization for user >cyrus: > >- ># ldapwhoami -U cyrus -Y DIG

Cyrus-Imap and auxprop ldap

2010-05-06 Thread Julien Vehent
Hey guys, I'm trying to allow my cyrus-imap server to bind to the LDAP directory using SASL and without the need of saslauthd. I have a working Slapd server that allow proxy authorization for user cyrus: - # ldapwhoami -U cyrus -Y DIGEST-MD5 -X u:michel -H ldap://localhost SASL/DIGEST-MD5