Hi
We seem to have random tokens in our Auth Manager that are assigned to users but will never successfully authenticate until they are resynced. Is there a command or db query I can use to find other tokens that have drifted and will need to be resynced before they can be used?
Thanks
JAck, there is an rsautil for this. Here's an example of using the option to clear Next Token Code, NTC in bulk, so you can simply list to a file to look at token offset times.
Login SSH to the operating system as the rsaadmin
cd /opt/rsa/am/utils
./rsautil sync-tokens -I (interactive)
Create an output file, and modify all tokens to clear NTC, (optionally clear lockouts too), but leave Token offset times unmodified (none)
You could vary this to not change anything, simply output to a text file and then cat or edit the file to view Token Offset times