Previous Topic: ALTER USER SyntaxNext Topic: ALTER USER Usage


ALTER USER Parameters

user-identifier

Identifies the user to be modified.

User-identifier must be a user that has been defined in the user catalog with the CREATE USER statement.

DESCRIPTION 'description'

Supplies a description of the user.

Description can be at most 40 characters in length.

GROUP

Specifies the default group for user-identifier.

PUBLIC

Identifies the group PUBLIC.

All users automatically belong to group PUBLIC.

group-identifier

Identifies a group.

Group-identifier must be a group that has been defined in the user catalog with the CREATE GROUP statement.

NAME 'user-name'

Supplies the name associated with user-identifier.

User-name can be at most 32 characters in length. This parameter is available for documentation; its value is not used in CA IDMS security processing.

PASSWORD password

Supplies the password associated with user-identifier.

Password can be at most eight characters in length.

NULL

Removes the password defined for user-identifier in the user catalog.

PROFILE

Specifies the user profile associated with the user-identifier.

profile-name

Identifies a user profile.

NULL

Removes the profile associated with user-identifier.

If NULL is specified, no user profile attributes will be established when the user executes CA IDMS software.