[Dovecot] prefetch userdb on 1.0.alpha4
Feraudet Cyril
cyril at feraudet.com
Thu Dec 8 15:54:25 EET 2005
Hi all,
I've a problem with prefetch userdb function on 1.0.alpha4 ?
I get this :
Error: auth(default): ldap(mylogin,10.3.245.xxx): Multiple password
replies
Info: auth(default): ldap(mylogin,10.3.245.xxx):
base=dc=boursorama,dc=fr scope=subtree filter=(&(objectClass=
boursoramaMailAccount)(mailInternalAllowedProtocol=imap))
fields=uid,userPassword
An ldapsearch with the same filter give to me only one reply ...
Have you an idea ?
Thanks,
Cyril Feraudet
parts of my dovecot.conf :
----------------------------------
protocol imap {
}
protocol pop3 {
pop3_uidl_format = %v.%u
}
auth_debug = yes
auth default {
mechanisms = plain
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb prefetch {
}
user = root
}
parts of my dovecot-ldap.conf :
-----------------------------------------
user_attrs = uid,,,,,
user_filter = (&(objectClass=boursoramaMailAccount)(uid=%u)
(mailInternalAllowedProtocol=imap))
pass_attrs = uid,userPassword
pass_filter = (&(objectClass=boursoramaMailAccount)
(mailInternalAllowedProtocol=imap))
default_pass_scheme = CRYPT
More information about the dovecot
mailing list