I have 2 userids for NetMaster. One has administrative authority and the other is just Operator authority. Both have facility NETMSTR in them (FACILITY = NETMSTR). I can login with the Operator userid but the Administrator userid shows message:
TSS7058I Passcode validation completed for RADIUS-controlled user
TSS7160E Facility <STC> Not Authorized for Your Use
Display of the userid for the stc :
TSS LIST(NETMSTR) DATA(A,PROF,NOSORT)
ACCESSORID = NETMSTR NAME = NETMSTR STARTUP
TYPE = USER SIZE = 1280 BYTES
FACILITY = STC
FACILITY = NETMSTR
Logon fails for all users with Admin ID but works for userids with less authority.
Reviewed the FAQ for TSS7160E but as far as I can see, everything is defined. What is missing for access?
Release : 12.2
Component : CA NetMaster Network Management for TCP/IP
MASTER FAC = NETMSTR
is missing from the Top Secret definition for the STC userid for the region.
STC is the default Facility assigned when Top Secret cannot figure out what the Facility being started is. So every user that tries to sign on to that facility is being checked to see if it has the STC facility.
In this case missing the MASTFAC is causing the problem.
If you give the STC acid a Mastfac of the facility then it should take care of the problem:
TSS ADD(acid) MASTFAC(NETMSTR)