The following query run from the SSH CLI will give you a list of users whose accounts are set to enforce a password change:
run sql ccm select u.userid, c.credmustchange from enduser as u inner join credential as c on c.fkenduser = u.pkid where tkcredential = 3 and c.credmustchange = 't'
No comments:
Post a Comment