31 Aug
2010
31 Aug
'10
9:46 p.m.
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