anybody has a sql command to get number of password resets ?

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
sharas
Nouveau
Nouveau
Posts: 76
Joined: 13 Nov 2007 12:00
Location: Hyderabad
Contact:

anybody has a sql command to get number of password resets ?

Post by sharas » 08 Nov 2010 11:01

Hi,

Does anybody have a sql query that can get the user records whose passwords have been reset by a particular user id ?

I am wondering which table to hit to get this info..

Thanks in advance,
Sharas.

User avatar
nbarr007
Nouveau
Nouveau
Posts: 22
Joined: 30 Nov 2007 12:00

Post by nbarr007 » 17 Nov 2010 3:56

I use the following command on the emprd database

select username, userfullname, passexpiredate from generalauthorizations
order by passexpiredate

I use this query to see when a user last reset his/her password.

Running controlM 6.4

rgd's

Norman

Post Reply