File: rsconf1_gssmode.rst

package info (click to toggle)
rsyslog-doc 8.2302.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,464 kB
  • sloc: python: 178; makefile: 8
file content (20 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$GssMode
--------

**Type:** global configuration parameter

**Default:** encryption

**Provided by:** *omgssapi*

**Description:**

Specifies GSS-API mode to use, which can be "**integrity**\ " - clients
are authenticated and messages are checked for integrity,
"**encryption**\ " - same as "integrity", but messages are also
encrypted if both sides support it.

**Sample:**

``$GssMode Encryption``