diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-25 09:01:24 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-25 09:01:24 +0000 |
commit | 13b20ca3fc74f454d4f657c0f1d2fa84d8e36cd5 (patch) | |
tree | f881aabcaf0ffeb57baf157585ceb4a8dbf91de0 /sysutils/usermatic/pkg-descr | |
parent | 6405ace67df20475bc4d468af70b305685756cff (diff) |
Add usermatic 0.6.1, scripts to automate the maintenance of accounts.
PR: ports/68870
Submitted by: Andreas Fehlner (fehlner@gmx.de)
Notes
Notes:
svn path=/head/; revision=114629
Diffstat (limited to 'sysutils/usermatic/pkg-descr')
-rw-r--r-- | sysutils/usermatic/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/usermatic/pkg-descr b/sysutils/usermatic/pkg-descr new file mode 100644 index 000000000000..90c7ceb7d238 --- /dev/null +++ b/sysutils/usermatic/pkg-descr @@ -0,0 +1,19 @@ +usermatic + +is a collection of Perl scripts to automate maintenance of the +user database on Linux and FreeBSD. Originally it was developed for +FreeBSD, but it should work on Linux as well. These scripts compare the +passwd database to the current list of employees/students/etc. which has +to be supplied in a suitable format. This package was designed to work +together with userneu.pl (sysutils/userneu/) and contains no facilities +to do the actual account creation work, instead it outputs a list suitable +for processing with userneu. Stale accounts can be deleted using the reaper.pl +script. + +These scripts are experimental but they should work ok. +Please report bugs to me if you find them. + +WWW: http://btmdx8.mat.uni-bayreuth.de/~johannes/usermatic/usermatic.html + +-Andreas Fehlner +fehlner@gmx.de |