Re: [Dovecot] bug report: auth via dict

2013-01-14 Thread Timo Sirainen
On Fri, 2013-01-11 at 00:08 -0800, ForestYang wrote: > I was testing dovecot server , auth via redis. > first I follow http://master.wiki2.dovecot.org/AuthDatabase/Dict > but auth always fail, last , I found > value { "uid": 123, "gid": 123, "home": "/home/username" } was wrong, > the uid and gi

[Dovecot] bug report: auth via dict

2013-01-13 Thread ForestYang
hi all, I was testing dovecot server , auth via redis. first I follow http://master.wiki2.dovecot.org/AuthDatabase/Dict but auth always fail, last , I found value { "uid": 123, "gid": 123, "home": "/home/username" } was wrong, the uid and gid must as string , not number. { "uid": "123", "gid": "