We are running a Jenkins instance within our corporate network and have protected the access with authentication against LDAP and authorization via the role matrix plugin. As we have been doing this for a while (5 years), we started piling up several unused user accounts. Most of them are freelancers that have fulfilled their job and moved on.
We want to get rid of the unused accounts. As of now I am having a look on the "/jenkins/asynchPeople/" page, order it by the last commit activity, note down those how have been inactive for a year, head over to the role matrix plugin to delete those.
Obviously this is repetitive work and as I am lazy about this kind of work I started to wonder if there is a better way to do this.
If not I would begin a plugin ... :)