blob: c2e2fa15a3bed64fa3e19b9e35867a09ce3f1ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$GssForwardServiceName
----------------------
**Type:** global configuration parameter
**Default:** host
**Provided by:** *omgssapi*
**Description:**
Specifies the service name used by the client when forwarding GSS-API
wrapped messages.
The GSS-API service names are constructed by appending '@' and a
hostname following "@@" in each selector.
**Sample:**
``$GssForwardServiceName rsyslog``
|