diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-16 01:33:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-16 01:33:12 +0000 |
commit | 7c4387a32c26aef8f0f2d912a5dcd523218884d2 (patch) | |
tree | dd5710d13e9271462803a3aacdfe79756eea1ed7 /sysutils/Makefile | |
parent | dac13a81728c8546ceddc62c0f24792812f23923 (diff) | |
download | ports-7c4387a32c26aef8f0f2d912a5dcd523218884d2.tar.gz ports-7c4387a32c26aef8f0f2d912a5dcd523218884d2.zip |
[REPOCOPY WAITING] sysutils/userneu-devel: Account management and creation tool
'userneu' is a Perl script that parses a list of usernames
and additional information (such as the real name or other
information to be put in the GECOS field in /etc/passwd)
and creates Unix accounts and (if desired) Samba accounts
as well. If the script stumbles upon duplicate user names
it can append random characters to the username until it
fits.
WWW: http://btmdx8.mat.uni-bayreuth.de/~johannes/userneu/userneu.html
-Andreas Fehlner
fehlner@gmx.de
PR: ports/60584
Submitted by: Andreas Fehlner <fehlner@gmx.de>
Notes
Notes:
svn path=/head/; revision=98259
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 2f2b704abc1d..e38125b967af 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -360,6 +360,7 @@ SUBDIR += userlist SUBDIR += usermin SUBDIR += userneu + SUBDIR += userneu-devel SUBDIR += utcount SUBDIR += uwatch SUBDIR += vcp |