From a09c1999262251706382fe20c2514a5bdc47210c Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Tue, 18 Oct 2011 12:08:00 +0100 Subject: [PATCH] dbus_connection_set_allow_anonymous(): fix doc --- dbus/dbus-connection.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c index 2d96750..8943e18 100644 --- a/dbus/dbus-connection.c +++ b/dbus/dbus-connection.c @@ -5359,6 +5359,11 @@ dbus_connection_set_windows_user_function (DBusConnection *connecti * such as ANONYMOUS that supports anonymous auth must be included in * the list of available mechanisms for anonymous login to work. * + * Note that the mechanism might reject the connection even if anonymous + * authentication has been enabled if dbus_connection_set_unix_user_function() + * or dbus_connection_set_windows_user_function() have been used to set a + * specific authorization callback. + * * This setting also changes the default rule for connections * authorized as a user; normally, if a connection authorizes as * a user identity, it is permitted if the user identity is -- 1.7.6.3