[Dovecot] bug report: auth via dict
ForestYang
yanggf at gmail.com
Fri Jan 11 10:08:17 EET 2013
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": "123", "home": "/home/username" } was worked.
it's hard to find the problem :(
pls notice that.
--
View this message in context: http://dovecot.2317879.n4.nabble.com/bug-report-auth-via-dict-tp39685.html
Sent from the Dovecot mailing list archive at Nabble.com.
More information about the dovecot
mailing list