Displaying 1 result from an estimated 1 matches for "uid_of_the_user".
2010 Jan 22
1
ldap login with userid
...1.2.9
im trying to login to dovecot with my ldap uid.
currently im using:
user_attrs = homeDirectory=home,uid=mail=maildir:/mail/%$
user_filter = (&(objectClass=gosaMailAccount)(|(mail=%u)(gosaMailAlternateAddress=%u)))
to match the mailaddress and deliver the mail to the users homdir
(/mail/uid_of_the_user)
But i cant login to dovecot:
pass_attrs = uid=user,userPassword=password
pass_filter = (&(objectClass=gosaMailAccount)(uid=%u))
the Log:
Jan 22 17:21:51 testimap dovecot: auth(default): client in:
AUTH 1 PLAIN service=imap secured lip=10.0.0.15 rip=10.0.0.20 lport=993 rport=36879
Jan 22 17:2...