Bugzilla – Attachment 3358 Details for
Bug 3126
Mark the RDomain configuration option unsupported on non-openbsd builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Mark the RDomain configuration option unsupported on non-openbsd builds
file_3126.txt (text/plain), 1.28 KB, created by
Jakub Jelen
on 2020-02-27 20:11:27 AEDT
(
hide
)
Description:
Mark the RDomain configuration option unsupported on non-openbsd builds
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2020-02-27 20:11:27 AEDT
Size:
1.28 KB
patch
obsolete
>commit 8d88a948f8eb41c9621e98f3fd7b22861497c5d5 >Author: Jakub Jelen <jjelen@redhat.com> >Date: Thu Feb 27 10:07:33 2020 +0100 > > Mark the RDomain configuration option unsupported on non-openbsd builds > >diff --git a/servconf.c b/servconf.c >index db80e943..13182961 100644 >--- a/servconf.c >+++ b/servconf.c >@@ -698,7 +698,11 @@ static struct { > { "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL }, > { "disableforwarding", sDisableForwarding, SSHCFG_ALL }, > { "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL }, >+#if defined(__OpenBSD__) > { "rdomain", sRDomain, SSHCFG_ALL }, >+#else >+ { "rdomain", sUnsupported, SSHCFG_ALL }, >+#endif > { "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL }, > { "securitykeyprovider", sSecurityKeyProvider, SSHCFG_GLOBAL }, > { NULL, sBadOption, 0 } >diff --git a/sshd_config.5 b/sshd_config.5 >index 5dca8981..766e9b90 100644 >--- a/sshd_config.5 >+++ b/sshd_config.5 >@@ -1542,6 +1542,7 @@ will be bound to this > If the routing domain is set to > .Cm \&%D , > then the domain in which the incoming connection was received will be applied. >+This feature is available on OpenBSD only. > .It Cm SecurityKeyProvider > Specifies a path to a library that will be used when loading > FIDO authenticator-hosted keys, overriding the default of using
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3126
:
3358
|
3370
|
3386