summaryrefslogtreecommitdiff
path: root/doc/dbus-specification.xml
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.com>2013-08-23 01:11:10 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2013-08-23 01:20:34 +0200
commit600621dbc8073527a958091316eddfbb490c1032 (patch)
treeede116828e6715785294886e33b2726cb8764a47 /doc/dbus-specification.xml
parent36bb2125d1dbca0ee30fbe29090c4a6a7be37854 (diff)
downloaddbus-600621dbc8073527a958091316eddfbb490c1032.tar.gz
Factor out DBusAuthorization from DBusTransport
In order to authorize/reject a connection in a polite way, instead of cutting it off after authentication succeed and Hello() is sent, because authorization failed, we need to factor out some authorization bits from DBusTransport and pass them to DBusAuth. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'doc/dbus-specification.xml')
-rw-r--r--doc/dbus-specification.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 65abd29f..eca494e3 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -5666,6 +5666,14 @@
this concept. On Unix, this is the process ID defined by
POSIX.</entry>
</row>
+ <row>
+ <entry>WindowsSID</entry>
+ <entry>STRING</entry>
+ <entry>The Windows security identifier in its string form,
+ e.g. "S-1-5-21-3623811015-3361044348-30300820-1013" for
+ a domain or local computer user or "S-1-5-18" for the
+ LOCAL_SYSTEM user</entry>
+ </row>
</tbody>
</tgroup>
</informaltable>