Manages POSIX users in LDAP and is extensible via a plugin system.

plgadd - Add a new group to LDAP.
plgclean - Check groups setup in LDAP for non-existent users and remove them.
plgmod - Modify a group setup in LDAP.
plgrm - Remove a group from LDAP.
pluadd - Add a user to LDAP.
plumod - Modify a user in LDAP.
plupass - Update the password for a user in LDAP.
plurm - Remove a user from LDAP.

WWW: http://search.cpan.org/dist/Plugtools/

PR:		ports/140133
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
This commit is contained in:
Martin Wilke 2009-11-21 15:18:06 +00:00
parent 305d85053d
commit b2c6e0714d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244603
5 changed files with 64 additions and 0 deletions

View File

@ -541,6 +541,7 @@
SUBDIR += p5-Lchown
SUBDIR += p5-MogileFS-Client
SUBDIR += p5-MogileFS-Utils
SUBDIR += p5-Plugtools
SUBDIR += p5-Probe-Perl
SUBDIR += p5-Proc-PidUtil
SUBDIR += p5-Quota

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: sysutils/p5-Plugtools
# Date created: 2009-10-31
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= Plugtools
PORTVERSION= 1.2.1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Manages POSIX users in LDAP and is extensible via a plugin system
RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \
${SITE_PERL}/Sys/User/UIDhelper.pm:${PORTSDIR}/sysutils/p5-Sys-User-UIDhelper \
${SITE_PERL}/Sys/Group/GIDhelper.pm:${PORTSDIR}/sysutils/p5-Sys-Group-GIDhelper \
${SITE_PERL}/Net/LDAP/posixAccount.pm:${PORTSDIR}/net/p5-Net-LDAP-posixAccount \
${SITE_PERL}/Net/LDAP/posixGroup.pm:${PORTSDIR}/net/p5-Net-LDAP-posixGroup \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \
${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir \
${SITE_PERL}/Config/IniHash.pm:${PORTSDIR}/devel/p5-Config-IniHash
PERL_CONFIGURE= yes
MAN3= Plugtools.3 \
Plugtools::Plugins::Dump.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Plugtools-1.2.1.tar.gz) = 105034cbd53f83dd0d3b5cb234a9d8e5
SHA256 (Plugtools-1.2.1.tar.gz) = 969be8498dd2fedd6125c401c0cbfbbaa7c4cd5befffc891553703dbb0c863b2
SIZE (Plugtools-1.2.1.tar.gz) = 18871

View File

@ -0,0 +1,12 @@
Manages POSIX users in LDAP and is extensible via a plugin system.
plgadd - Add a new group to LDAP.
plgclean - Check groups setup in LDAP for non-existent users and remove them.
plgmod - Modify a group setup in LDAP.
plgrm - Remove a group from LDAP.
pluadd - Add a user to LDAP.
plumod - Modify a user in LDAP.
plupass - Update the password for a user in LDAP.
plurm - Remove a user from LDAP.
WWW: http://search.cpan.org/dist/Plugtools/

View File

@ -0,0 +1,14 @@
bin/plgadd
bin/plgclean
bin/plgmod
bin/plgrm
bin/pluadd
bin/plumod
bin/plupass
bin/plurm
%%SITE_PERL%%/Plugtools.pm
%%SITE_PERL%%/Plugtools/Plugins/Dump.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plugtools/.packlist
@dirrmtry %%SITE_PERL%%/Plugtools/Plugins/
@dirrmtry %%SITE_PERL%%/Plugtools/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plugtools/