Make userdb cache as a built-in feature
authorChengwei Yang <chengwei.yang@intel.com>
Wed, 4 Sep 2013 07:13:33 +0000 (15:13 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 13 Sep 2013 13:59:20 +0000 (14:59 +0100)
commitba58504ad266cd2b053ed0f923491889722cf8eb
treeb40808c4fcd9ea0e837405483af9a7f32485d3e7
parent86c6dbd20b578e28f383ade7c9af1572e4169347
Make userdb cache as a built-in feature

The disable-userdb-cache code path is never been fine tested and you
could expect an extramely slow bus if you did that. And there are known
bugs on fd.o if build without userdb cache. So to prevent user from
using bus without userdb cache, it changed to a built-in feature, no
longer optional now.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66947
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=15589
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
configure.ac
dbus/dbus-userdb-util.c
dbus/dbus-userdb.c