I can specified two passdb so I can mix auth source. Can I do similar thing with userdb? I would like to have uid, gid and home from static and quota from sql. Regards, Steve
M1 wrote:> I can specified two passdb so I can mix auth source. > > Can I do similar thing with userdb? I would like to have uid, gid and > home from static and quota from sql. >Just do that in your sql query: "select 1000 as uid, 12 as gid, '/home/default' as home, quota from userdb where ..."> Regards, > Steve > >