diff options
author | Havoc Pennington <hp@redhat.com> | 2003-03-24 17:30:47 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-03-24 17:30:47 +0000 |
commit | 44fff656885ac32e319feb98fd0d06680d602977 (patch) | |
tree | 6555f2d142f02c0da09ac5e388ad7ee73702f6d9 /doc | |
parent | c3af5ccdbc22e8990d04ec2f89ad1f2e053655e9 (diff) | |
download | dbus-44fff656885ac32e319feb98fd0d06680d602977.tar.gz |
2003-03-24 Havoc Pennington <hp@pobox.com>
* 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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config-file.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 <auth> elements, the last one wins (they are not merged). + + Example: <auth>EXTERNAL</auth> + Example: <auth>DBUS_COOKIE_SHA1</auth> <policy> context="(default|mandatory)" one of the context/user/group |