I us PLAIN-text passwords in ldap. It's not secure, but needed for md5 auth
in exim

dovecot-ldap.conf
------------------------------------------------------------------------
hosts = 127.0.0.1
dn = cn=sysadmin,dc=domain
dnpass = password
sasl_bind = no
tls = no
auth_bind = no
ldap_version = 3
base = uid=%u,ou=DomainUsers,dc=domain

user_attrs = uid=user,ou=DomainUsers,dc=domain
user_filter = (&(objectClass=posixAccount)(uid=%u))
pass_attrs = uid=user,userPassword=password,ou=DomainUsers,dc=domain
pass_filter = (&(objectClass=posixAccount)(uid=%u))
default_pass_scheme = PLAIN


On Wed, Jun 16, 2010 at 07:13:29PM +0200, Roland Gruber wrote:
> Hi Olaf,
> 
> On 15.06.2010 15:17, Olaf Zevenboom wrote:
> > I am looking for an IMAP server to integrate with PHP LDAP Admin.
> > Dovecot, besides being a nice IMAP server, sounds promising as it
> > natively supports LDAP. (/etc/dovecot/dovecot-ldap.conf)
> > Is there anyone who has any experience in using PHP LDAP Admin with
> > Dovecot or some other IMAP server?
> > I am looking not just for a LDAP auth mechanism but for a way to manage
> > the creation of mailboxes/mailusers too.
> 
> at the moment Pavel is working on an Cyrus plugin which allows to manage 
> the mailboxes. This is not based on LDAP but uses IMAP commands to 
> manage the mail boxes.
> 
> If Dovecot supports LDAP out-of-the-box this is even better. It would be 
> possible to add another plugin to LAM which supports this. If you are 
> interested in developing a plugin or sponsoring the development just 
> contact me.
> You can also create a feature request for this:
> 
> http://sourceforge.net/tracker/?group_id=73243&atid=537214
> 
> 
> -- 
> 
> Best regards
> 
> Roland Gruber
> 
> 
> LDAP Account Manager
> http://www.ldap-account-manager.org/
> 
> Want more? Get LDAP Account Manager Pro!
> http://www.ldap-account-manager.org/lamcms/lamPro
> 
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Lam-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lam-public

-- 
-------------------------------------------------------------------------------
Vasiliy P. Melnik                                          VPM-RIPE, VPM-UANIC

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Lam-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lam-public

Reply via email to