From 44fff656885ac32e319feb98fd0d06680d602977 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 24 Mar 2003 17:30:47 +0000 Subject: 2003-03-24 Havoc Pennington * bus/connection.c (bus_connections_setup_connection): set up the "can this user connect" function, but it always returns TRUE until we have a config file parser so we can have a config file that allows connections. --- doc/config-file.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/config-file.txt b/doc/config-file.txt index 093cb413..c35d05c6 100644 --- a/doc/config-file.txt +++ b/doc/config-file.txt @@ -58,6 +58,9 @@ Elements: Lists permitted authorization mechanisms. If this element doesn't exist, then all known mechanisms are allowed. If there are multiple elements, the last one wins (they are not merged). + + Example: EXTERNAL + Example: DBUS_COOKIE_SHA1 context="(default|mandatory)" one of the context/user/group -- cgit