Command Reference Guide

Administration Commands
dene_userid_password
2.62 dene_userid_password
The define_userid_password command denes a user ID / password pair for use with APPC and CPI-C
conversation security, or adds proles for a dened user ID and password.
2.62.1 Supplied Parameters
Parameter name Type Length Default
[define_userid_password]
define_type constant ADD_USER
user_id character 10
description character 31 (null string)
password character 10
profile character 10 (null string)
(Up to ten prole parameters can be specied.)
Supplied parameters are:
dene_type
Species how this command is to be used. Possible values are:
ADD_USER
Add a new user, or change the password for an existing user.
ADD_PROFILES
Add proles to an existing user id/password record.
user_id
User identier. This name is a type-AE character string. Some CPI-C implementations have a maximum
user ID length of eight characters. If you specify a user ID of nine or ten characters, CPI-C applications
running on other systems may not be able to access applications on the SNAplus2 system using this user ID
and password.
description
A text string describing the user ID and password. SNAplus2 uses this string for information only. It is stored
in the nodes conguration le and returned on the query_userid_password command.
password
Users password. This password is a type-AE character string. Some CPI-C implementations have a maximum
password length of eight characters. If you specify a password of nine or ten characters, CPI-C applications
running on other systems may not be able to access applications on the SNAplus2 system using this user ID
and password.
When you type in this parameter on the command line, the value you type in is immediately replaced by
the encrypted version of the password. Therefore, the value you supply for the password parameter is never
displayed on the command line.
prole
Prole associated with user. Each prole is a type-AE character string.
If a remote TP uses the user ID and password specied for this command when attaching to the local TP,
the prole specied on the Attach (if any) must match one of the prole names dened for this command.
Consult the System Administrator running the remote TP to determine if proles are used. For each prole
247