You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2007/08/20 18:15:30 UTC

[jira] Updated: (INFRA-345) Write a script to detect unused accounts

     [ https://issues.apache.org/jira/browse/INFRA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou updated INFRA-345:
--------------------------------

    Attachment: find-unused-accounts.rb

Here is the script. 50 is very a very conservative value for the max revision number, as it's going to be run locally or close by, 200 or more is probably better (faster).

> Write a script to detect unused accounts
> ----------------------------------------
>
>                 Key: INFRA-345
>                 URL: https://issues.apache.org/jira/browse/INFRA-345
>             Project: Infrastructure
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: Infra Wishlist
>            Reporter: Leo Simons
>         Attachments: cla-reminder.py, find-unused-accounts.rb
>
>
> We need a script that checks for unused user accounts (e.g. > 6 month, preferably configurable of course), taking svn commits, if any, into "account". Maybe something like
> $ find-unused-accounts --help
>   Provides a list of unused user accounts, seperated by newlines.
>   Usage:
>     find-unused-accounts [options] [since]
>   Arguments:
>     since   -- the number of months since the last login after
>                which an account is considered "unused".
>   Options:
>     --help  -- show this help message
> Choose your implementation language :-). The script needs to end up in svn:infrastructure/trunk/tools.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.