From fe1cb3a9a1fc6bcbfa1b3be74ac9d5867005210f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 14 Apr 2003 23:52:40 +0000 Subject: 2003-04-14 Havoc Pennington * dbus/dbus-userdb.c: user database abstraction, mostly to get caching, but at some point we might want to be able to use a different database. * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses SHA1 conf file to test the sha1 auth mechanism, since the regular test always uses EXTERNAL when available. * configure.in, test/data/valid-config-files/debug-allow-all-sha1.conf.in: add conf file that requires use of sha1 auth --- .../data/valid-config-files/debug-allow-all-sha1.conf.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/data/valid-config-files/debug-allow-all-sha1.conf.in (limited to 'test') diff --git a/test/data/valid-config-files/debug-allow-all-sha1.conf.in b/test/data/valid-config-files/debug-allow-all-sha1.conf.in new file mode 100644 index 00000000..6db93f0c --- /dev/null +++ b/test/data/valid-config-files/debug-allow-all-sha1.conf.in @@ -0,0 +1,16 @@ + + + + + debug-pipe:name=test-server + unix:tmpdir=@TEST_SOCKET_DIR@ + @TEST_SERVICE_DIR@ + DBUS_COOKIE_SHA1 + + + + + + + -- cgit