The Shibboleth V2 IdP and SP software have reached End of Life and are no longer supported. This documentation is available for historical purposes only. See the IDP v4 and SP v3 wiki spaces for current documentation on the supported versions.

NativeSPUnixListener

The <UnixListener> element provides a remoting layer based on a Unix domain socket, and is recommended for use on all non-Windows platforms.

Version 2.4 and above default to this option when the element is omitted on non-Windows platforms.

<UnixListener address="shibd.sock"/>

Attributes

  • address (local pathname) (defaults to shibd.sock on 2.4+)
    • Pathname to use for the Unix domain socket. All Shibboleth processes need to be able to read and write to this path.
  • stackSize (size in kilobytes) (defaults to 0) (Version 2.4 and Above)
    • If non-zero, sets the stack size of worker threads in kilobytes. Zero results in the default OS-supplied size being used.
  • clientAddress (local pathname) (Version 2.6 and Above)
    • If set, this overrides the address attribute for the "in-process" half of the system (web server modules).