0 pts.
 Application Security
Hi everybody. I cannot remember the name of the AS400 data file that is the list of user ID's and security PARMS. I need to validate user ID's for a project I'm working on and just cannot remember that file name. Can anybody help?? Thanks. MariusM

Software/Hardware used:
ASKED: March 21, 2005  12:28 PM
UPDATED: March 24, 2005  10:22 AM

Answer Wiki:
Have you tried the RTVUSRPRF command? If you don't get a match, it'll return a CPF2204 error.
Last Wiki Answer Submitted:  March 21, 2005  1:05 pm  by  KVeman   0 pts.
All Answer Wiki Contributors:  KVeman   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I don’t know of “a data file” that contains User Profile and security information but you can use DSPUSRPRF to an outfile (the TYPE parameter will give different types of information) and then use that file in a program, etc. Hope that helps.
Paul

 0 pts.