Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Compare User Profiles to Application Security

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Compare User Profiles to Application Security

    I know this has been discussed before, but I did a search and can not find it. I want to compare the User Profiles on the system to user profiles on our application security. I have the application security file, but can't remember where/how to get the AS/400 user profiles to a file. Help the brain dead! Thanks in advance

  • #2
    Compare User Profiles to Application Security

    Do a DSPUSRPRF to an *OUTFILE.

    Comment


    • #3
      Compare User Profiles to Application Security

      ===> DSPUSRPRF USRPRF(*ALL) OUTPUT(*OUTFILE) OUTFILE(YourLibraryName/YourFileName)

      Comment

      Working...
      X