Skip to content

Commit

Permalink
tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Jul 5, 2023
1 parent 6b00eab commit ccf59e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions saspy/doc/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -690,11 +690,13 @@ encoding -
timeout -
Timeout value for establishing connection to workspace server
appserver -
If you have more than one AppServer defined on OMR, then you must pass the name of the physical workspace server
If you have more than one AppServer defined on OMR, and one object spawner is configured to start workspace servers
from multiple Appservers, then you may need to pass the name of the physical workspace server (as defined in metadata)
that you want to connect to, i.e.: 'SASApp - Workspace Server'. Without this the Object spawner will only try the
first one in the list of app servers it supports. Note that this needs to be the exact string that is the Name for
this server in metadata. Generally the pattern follows: '{} - Workspace Server'.format('name you gave it'). The object
spawner compares these strings as is, so spaces and case matter.
spawner compares these strings as is, so spaces and case matter. If your object spawner only starts one workspace server,
then there's no chance of mixing up which one, and then this option isn't needed.
sspi -
New in 2.17, there is support for IWA (Integrated Windows Authentication) from a Windows client to remote IOM server.
This is only for when your Workspace server is configured to use IWA as the authentication method, which is not the default.
Expand Down

0 comments on commit ccf59e4

Please sign in to comment.