mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 16:30:18 +01:00
spec: Note that EXTERNAL is not *completely* impossible via TCP
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106004 Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
parent
ad5036f1bd
commit
856ad90e82
1 changed files with 4 additions and 1 deletions
|
|
@ -3729,7 +3729,10 @@
|
|||
On Windows and most Unix platforms, the TCP stack is unable to transfer
|
||||
credentials over a TCP connection, so the
|
||||
<link linkend="auth-mechanisms-external">EXTERNAL</link>
|
||||
authentication mechanism does not work for this transport.
|
||||
authentication mechanism does not normally work for this transport
|
||||
(although the reference implementation of D-Bus is able to identify
|
||||
loopback TCPv4 connections on Windows by their port number,
|
||||
partially enabling the EXTERNAL mechanism).
|
||||
The <link linkend="auth-mechanisms-sha">DBUS_COOKIE_SHA1</link>
|
||||
mechanism is normally used instead.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue