mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-03 13:38:05 +02:00
spec: Expand on how tcp connections are normally authenticated
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>
This commit is contained in:
parent
ee0e42ae2d
commit
ad5036f1bd
1 changed files with 5 additions and 2 deletions
|
|
@ -3727,8 +3727,11 @@
|
|||
</para>
|
||||
<para>
|
||||
On Windows and most Unix platforms, the TCP stack is unable to transfer
|
||||
credentials over a TCP connection, so the EXTERNAL authentication
|
||||
mechanism does not work for this transport.
|
||||
credentials over a TCP connection, so the
|
||||
<link linkend="auth-mechanisms-external">EXTERNAL</link>
|
||||
authentication mechanism does not work for this transport.
|
||||
The <link linkend="auth-mechanisms-sha">DBUS_COOKIE_SHA1</link>
|
||||
mechanism is normally used instead.
|
||||
</para>
|
||||
<para>
|
||||
Developers are sometimes tempted to use remote TCP as a debugging
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue