5.2.3.1 Determining Security Parameters
The combined settings of the SECURITY
parameters in
the UBBCONFIG
and the DMCONFIG
files have
the following effects:
- When the
DM_LOCAL_DOMAINS
security parameter is set toNONE
orAPP_PW
, no action is taken by the Gateway with regard to security. - However, when the
UBBCONFIG
file security parameter is set toAPP_PW
, the application password is validated by anAUTHSVC
when clients join the application. TheAUTHSVC
is provided by the user application.
If security is to be enforced by both the local domain and the host system for each request inbound from the host system to the local domain, the following settings must be made:
- The
UBBCONFIG
fileSECURITY
parameter must be set to one ofUSER_AUTH
, ACL, orMANDATORY_ACL
. - The
DMCONFIG
fileDM_LOCAL_DOMAINS
sectionSECURITY
parameter must be set toDM_USER_PW.
- The
DMCONFIG
fileDM_SNALINKS
SECURITY
parameter must be set toIDENTIFY
. - The SNA stack must be configured with the appropriate parameter
for
IDENTIFY
.