IBM Security Z Security

Security for Z

Join this online user group to communicate across Z Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to get a list of users with mfa activated

    Posted 29 days ago

    Hi, i need to get a list of users with the mfa activated, tried the search command and the listuser command but it ain´t what i need.
    Just the list of users with the mfa activated, no other data is needed



    ------------------------------
    Daniel Grobas Pérez
    ------------------------------


  • 2.  RE: How to get a list of users with mfa activated

    Posted 29 days ago
    Edited by Jeroen Tiggelman 29 days ago

    Hi Daniel,

    I suppose you could select on users with at least one active MFA factor.

    The most basic CARLa query would be like this:

    n; s factor_active=yes; d key(8)

    where you might expand N to NEWLIST [and add the default TYPE=RACF], S to SELECT, and D to DISPLAY,
    and add any identifying fields you would like to see next to the user ID.

    Note that this query selects USER BASE segments.

    Regards,
    Jeroen



    ------------------------------
    Jeroen Tiggelman
    IBM - Software Development Manager IBM Security zSecure
    Delft
    ------------------------------