Timo Sirainen a écrit :
On Sun, 2005-09-11 at 21:09 +0200, Lorens wrote:
On Sun, Sep 11, 2005 at 04:02:52PM +0300, Timo Sirainen wrote:
On Fri, 2005-09-09 at 13:06 +0200, LeeJaY wrote:
I have 2 databases MySQL. I would like to do that:
If the user does not existe in the first base, it goes in the second database.
Unfortunately this isn't possible currently. I just thought about fixing it, but looks like it'd need some larger changes to the code. Maybe later..
What is it then that is described at
It's possible to use multiple different userdb/passdbs, but not the same ones multiple times. For example it's possible to use sql+ldap +passwd combination, but not any of them twice (with different configuration parameters).
Ok, I see. I will try with SQL and PAM who use libpam-mysql for the db2.