16 Aug
2009
16 Aug
'09
10:11 a.m.
On Aug 16, 2009, at 2:57 AM, Nikolay Shopik wrote:
passdb: driver: passwd-file args: /etc/dovecot/passwd
What do the usernames look like in this file? Set auth_debug=yes,
what does deliver log then? Usernames are with domain - shopik@inblock.ru{PLAIN}password in file
15:34:31 Info: auth(default): client out: OK 1 user=nshopik
OK, so in Kerberos your usernames don't have @domain, but in passwd- file they do. There are only two possible solutions:
a) Remove @domain from passwd-file (or maybe create with and without
@domain)
b) Add @domain to kerberos usernames.
I don't know much about Kerberos, so I've no idea what would be the
proper way to solve this.