Hello Team,
Is it possible to add new RACF user to RACF database without having SPECIAL attribute.
Thanks in advance!!!.
Thanks,
XY09.
Authorization Required
When issuing the ADDSD command as a RACF operator command, you might require sufficient authority to the proper resource in the OPERCMDS class. See z/OS Security Server RACF Security Administrator's Guide for further information.
...removed text ...
The level of authority you need to use the ADDSD command and the types of profiles you can define are:
To protect a user data set with RACF, one of the following must be true:
The high-level qualifier of the data set name (or the qualifier supplied by the RACF naming conventions table or by a command installation exit) must match your user ID.
You must have the SPECIAL attribute.
The user ID for the data set profile must be within the scope of a group in which you have the group-SPECIAL attribute.
To protect a group data set with RACF, one of the following must be true:
You must have at least CREATE authority in the group.
You must have the SPECIAL attribute.
You must have the OPERATIONS attribute and not be connected to the group.
The data set profile must be within the scope of the group in which you have the group-SPECIAL attribute.
The data set profile must be within the scope of the group in which you have the group-OPERATIONS attribute, and you must not be connected to the group.