Re: [Dovecot] Passdb filter question - LDAP.

2010-09-01 Thread Timo Sirainen
On Wed, 2010-09-01 at 16:32 -0300, Lauro Costa G. Borges wrote: > --> Is it possible to make the passdb filter in a way it searches for If you can get the wanted fields by running ldapsearch command line tool once, you can do it with Dovecot's filters. > the mail account information (under ser

Re: [Dovecot] Passdb filter question - LDAP.

2010-09-01 Thread Lauro Costa G. Borges
I'm gonna try to ask more clearly, I guess I'm having a little difficulty to explain the problem. Dovecot 1.2 --- I'm using LDAP passdb lookups, with prefetch. I have two places on my LDAP tree where I get user information: an identities subtree, and a services subtree. For LDA,

Re: [Dovecot] Passdb filter question - LDAP.

2010-08-31 Thread Timo Sirainen
On Mon, 2010-08-30 at 16:26 -0300, Lauro Costa G. Borges wrote: >pass_filter = (&(objectclass=eduPerson)(mail=%u)) > pass_attrs = userPassword=userdb_password,eduPersonPrincipalName=userdb_user userdb_password doesn't make much sense. Also userdb_user isn't typically what you want. >It w