> Here's the relevant LDAP configuration:
> auth_bind = yes
> pass_attrs = uid=user
> pass_filter = uid=%n
>
> I tried setting the mail_location to: maildir:~/Maildir and explicitly
> specifying the full path, but still the Maildir is getting created
> with out the %d. Of course, the user is logging in with
> "[EMAIL PROTECTED]".
>
> Any ideas?

I'll take a stab at it... meaning I could be totally off-base...

pass_attrs = uid=user

my LDAP attributes look like

uid: jhorner
mail: [EMAIL PROTECTED]

so my pass_attrs are (among others)

pass_attrs = mail=user


Reply via email to