blob: 8e3b8b6a5f9c2dd3e331b1ef4d14aee21b08ab3b (
plain)
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``
|