|
Security |
|
|
auth_mode Specifies the mode that XCICS will use to authenticate the users at SIGNON time. XCICS supports 4 authentication modes:
Syntax set auth_mode=(basic|passwd|ldap|user); passwd_file Specifies the path of the external password files. If defined the password are stored on the specified file and my be dynamically changed by users Syntax set passwd_file="<path>"; single_signon Specifies if a single user may sign on from more than one terminal concurrently. By default multiple login are allow for a single user. Syntax set single_signon=(yes|no); mixedcase_passwords Specifies if a mixed case passwords may be entered by users at sign-on time (CESN). The default value is "no". Syntax set mixedcase_passwords=(yes|no); default_user Specifies terminal default user. default_user and default_opid are mutually exclusive. default_user should be normally used. No default is provided. Syntax set default_user=<username> utils_protection_level Specifies protection level for utility transactions, such CESN. The default is 64. Syntax set utils_protection_level=<value> admin_protection_level Specifies protection level for administrative transactions. The default is 64. Syntax set admin_protection_level=<value>
|