ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

User Login History

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

  • User Login History

    Hi All,

    How do check a particular user login history at particular time?
    Please help.
    Thanks in advance.

    rgds,

  • #2
    Re: User Login History

    you would have to implement TELNET exit programs to ensure accuracy...
    I'm not anti-social, I just don't like people -Tommy Holden

    Comment


    • #3
      Re: User Login History

      DSPLOG to a file; query the file for the job start message (in addition look for the job end message). I've done this before as an HR department's "evidence" of not coming in on time. Of course their logic is flawed - what if the person came in 30 minutes before they login - it is not reflected. If this is your reasoning, your HR department needs better tools.

      Comment


      • #4
        Re: User Login History

        Could turn-on security auditing journaling.. see attached .pdf for details

        or if dsplog limit to start job / end job
        PHP Code:
         DSPLOG MSGID(CPF1124 CPF1164
        Attached Files
        All my answers were extracted from the "Big Dummy's Guide to the As400"
        and I take no responsibility for any of them.

        www.code400.com

        Comment


        • #5
          Re: User Login History

          Another option would be their initial program (in their user profile) which would write something to a data file. We do not currently log this kind of information, but all users have the same initial sign on program. So... this would be fairly easy to add some code to do this. However, not sure if your shop does things differently so this solution may not be as "clean" for you as it would be for me.
          http://www.linkedin.com/in/chippermiller

          Comment

          Working...
          X