X11 Session Capture Variables

The X11 variables are used to capture X Windows sessions.

xwincookie

Data Type

String, read-only

Description

The xwincookie variable contains the X Windows Authentication cookie from the client and is available for logging.

There is no run version of this variable.

Valid Values

A string

See Also

xwindisplay, xwinproto, xwinforward, xwinreconnect

xwinproto

Data Type

String, read-only

Description

The xwinproto variable contains the X Windows Authentication protocol from the client and is available for logging.

There is no run version of this variable.

Valid Values

A string

See Also

xwncookie, xwindisplay, xwinforward, xwinreconnect

xwindisplay

Data Type

String, read-only

Description

The xwindisplay variable contains the X Windows Authentication DISPLAY string from the client and is available for logging.

There is no run version of this variable.

Valid Values

A string

See Also

xwncookie, xwinproto, xwinforward, xwinreconnect

xwinforward

Data Type

Boolean, modifiable

Description

The xwinforward variable controls whether Endpoint Privilege Management for Unix and Linux will forward X Windows applications through to the client X Server.

Syntax

xwinforward = Boolean;

Valid Values

true Enable X Windows forwarding. This value is the default.
false Disable X Windows forwarding.

See Also

xwncookie, xwindisplay, xwinproto, xwinreconnect

xwinreconnect

Data Type

Boolean, modifiable

Description

The xwinreconnect variable contains howEndpoint Privilege Management for Unix and Linux optimizes X Windows network traffic between pbrun and pblocald. This optimization involves reconnecting pblocald directly to pbrun for X Windows forwarding, thus bypassing pbmasterd for I/O streams.

Syntax

xwinreconnect = Boolean;

Valid Values

true Enable reconnection between pbrun and pblocald. This value is the default.
false Disable reconnection between pbrun and pblocald.

See Also

xwncookie, xwindisplay, xwinproto, xwinforward