GssTokenIOTimeout¶
Sets the deadline in seconds for reading a full GSSAPI handshake token while omgssapi establishes a session.
This parameter applies to GSSAPI module support in rsyslog v3.
- Name:
GssTokenIOTimeout
- Scope:
module
- Type:
integer
- Default:
10
- Required?:
no
- Introduced:
8.2604.0
Description¶
Controls how long omgssapi waits for each full GSSAPI handshake token while it initializes a secured forwarding session. The timeout covers both the 4-byte token length and the token payload.
Increase this value if the receiver is reachable only over slow or high-latency
links. Set it to 0 to disable the deadline entirely. Negative values are
rejected as configuration errors.
Module usage¶
module(load="omgssapi" gssTokenIOTimeout="30")
action(type="omgssapi" target="receiver.mydomain.com")
Legacy names (for reference)¶
Historic names/directives for compatibility. Do not use in new configs.
$GssTokenIOTimeout — maps to GssTokenIOTimeout (status: legacy)
See also¶
See also GSSAPI module support in rsyslog v3.
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2026 Rainer Gerhards and others. Licensed under the Apache License 2.0.