Am 31.05.2014 19:57, schrieb Christian Hoffmann:
Am 31.05.2014 19:50, schrieb Pascal Volk:
On 05/31/2014 05:35 PM Christian Hoffmann wrote:
Hello Pascal,
but I didn't configure a userdb with driver=ldap. There is only one userdb with driver=static and I assumed, that every user gets the same uid, gid and a valid home directory.
Are there some circumstances, that different passdb-drivers treated in special relation to userdb-drivers? Like, one have to configure a userdb-driver=ldap if one uses a passdb-driver=ldap. But the passdb-driver=pam looks into userdb-driver=static. That is the part, I do not understand.
[*ToFu*] What is the output of commands
doveadm user -f home foo
anddoveadm user -f home bar
?Regards, Pascal Here it is:
root@ods2:~# doveadm user -f home foo doveadm(root): Error: user foo: Auth USER lookup failed doveadm(root): Error: userdb lookup failed for foo root@ods2:~# doveadm user -f home bar doveadm(root): Error: user bar: Auth USER lookup failed doveadm(root): Error: userdb lookup failed for bar
Greetings Christian A look in the dovecot.log: These two lines appeared during the commands:
dovecot: auth: Error: static(foo): passdb doesn't support lookups, can't verify user's existence dovecot: auth: Error: static(bar): passdb doesn't support lookups, can't verify user's existence
Which passdb is ment?
Greetings Christian