Timo, Do you have any plans to add a static passdb? I'm essentially emulating one with sqlite on my director - have it connect to /dev/null and return three static fields for all queries. Works fine, but it would seem a little cleaner to me if I could just do: passdb { driver = static args = password='' nopasswd='Y' proxy='Y' } -Brad
On Tue, 2010-08-31 at 11:46 -0700, Brad Davidson wrote:> Timo, > > Do you have any plans to add a static passdb?v2.0 actually has it:> I'm essentially emulating > one with sqlite on my director - have it connect to /dev/null and return > three static fields for all queries. Works fine, but it would seem a > little cleaner to me if I could just do: > > passdb { > driver = static > args = password='' nopasswd='Y' proxy='Y'args = nopassword=y proxy=y