20 Sep
2010
20 Sep
'10
7:19 p.m.
On Mon, 2010-09-20 at 18:07 +0200, LEVAI Daniel wrote:
auth: Debug: sql(daniell,ip): query: SELECT password, home AS userdb_home, uid AS userdb_uid, gid AS userdb_gid, username AS user, userdb_import FROM userdb WHERE auth_username = 'daniell'
Oh, you're using userdb_import .. and using prefetch.. I'm not entirely sure why it made any difference with either lda or imap, but I think you need to call it userdb_userdb_import (the userdb extra field name is "userdb_import", but with prefetch you need to prefix everything with "userdb_").