diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-29 15:23:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-29 15:23:32 +0800 |
commit | 2a095209527803c7a78ab7c187fc4e8e5827c437 (patch) | |
tree | d1157492bbffa945fd87b286faf5dfa2cbd76a14 | |
parent | 01e22ec0e1c1741e0f428ef0492f9f74c22af840 (diff) | |
download | freebsd-ports-gnome-2a095209527803c7a78ab7c187fc4e8e5827c437.tar.gz freebsd-ports-gnome-2a095209527803c7a78ab7c187fc4e8e5827c437.tar.zst freebsd-ports-gnome-2a095209527803c7a78ab7c187fc4e8e5827c437.zip |
This plugin asks for and changes your password at a pre-configured LDAP server.
The users willing to change his/her password must be authenticated already.
This plugin makes no sense for the Guest user.
WWW: http://twiki.org/cgi-bin/view/Plugins/LDAPPasswordChangerPlugin
PR: ports/137227
Submitted by: Alexey V. Degtyarev
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/twiki-LDAPPasswordChangerPlugin/Makefile | 21 | ||||
-rw-r--r-- | www/twiki-LDAPPasswordChangerPlugin/distinfo | 3 | ||||
-rw-r--r-- | www/twiki-LDAPPasswordChangerPlugin/pkg-descr | 7 | ||||
-rw-r--r-- | www/twiki-LDAPPasswordChangerPlugin/pkg-plist | 15 |
5 files changed, 47 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6e88766370b2..a1091e00460b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1547,6 +1547,7 @@ SUBDIR += twiki-GluePlugin SUBDIR += twiki-InterwikiPlugin SUBDIR += twiki-JSCalendarContrib + SUBDIR += twiki-LDAPPasswordChangerPlugin SUBDIR += twiki-LdapContrib SUBDIR += twiki-LdapNgPlugin SUBDIR += twiki-MailerContrib diff --git a/www/twiki-LDAPPasswordChangerPlugin/Makefile b/www/twiki-LDAPPasswordChangerPlugin/Makefile new file mode 100644 index 000000000000..a65c31dbc709 --- /dev/null +++ b/www/twiki-LDAPPasswordChangerPlugin/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: twiki-LDAPPasswordChangerPlugin +# Date created: Wed 29 Jul 2009 +# Whom: Alexey V. Degtyarev +# +# $FreeBSD$ +# + +PORTNAME= LDAPPasswordChangerPlugin +PORTVERSION= 0.0.${SVNREV} +CATEGORIES= www +MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ + +MAINTAINER= alexey@renatasystems.org +COMMENT= Change TWiki password at a pre-configured LDAP server + +RUN_DEPENDS= ${SITE_PERL}/Bundle/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap + +SVNREV= 18108 + +.include "${.CURDIR}/../twiki/bsd.twiki.mk" +.include <bsd.port.mk> diff --git a/www/twiki-LDAPPasswordChangerPlugin/distinfo b/www/twiki-LDAPPasswordChangerPlugin/distinfo new file mode 100644 index 000000000000..7a9180f4f49e --- /dev/null +++ b/www/twiki-LDAPPasswordChangerPlugin/distinfo @@ -0,0 +1,3 @@ +MD5 (twiki/LDAPPasswordChangerPlugin-0.0.18108.tar.bz2) = 0a0b2b4a7c6a096840c5b081ce6c8ece +SHA256 (twiki/LDAPPasswordChangerPlugin-0.0.18108.tar.bz2) = 90785d131c25b9bf06f68e6ee252ece6623404374f930e839e74338b3d4338fe +SIZE (twiki/LDAPPasswordChangerPlugin-0.0.18108.tar.bz2) = 4696 diff --git a/www/twiki-LDAPPasswordChangerPlugin/pkg-descr b/www/twiki-LDAPPasswordChangerPlugin/pkg-descr new file mode 100644 index 000000000000..ea59da19a3f4 --- /dev/null +++ b/www/twiki-LDAPPasswordChangerPlugin/pkg-descr @@ -0,0 +1,7 @@ +This plugin asks for and changes your password at a pre-configured LDAP server. +The users willing to change his/her password must be authenticated already. +This plugin makes no sense for the Guest user. + +Author: Luis Campos De Carvalho + +WWW: http://twiki.org/cgi-bin/view/Plugins/LDAPPasswordChangerPlugin diff --git a/www/twiki-LDAPPasswordChangerPlugin/pkg-plist b/www/twiki-LDAPPasswordChangerPlugin/pkg-plist new file mode 100644 index 000000000000..314bd1f626fa --- /dev/null +++ b/www/twiki-LDAPPasswordChangerPlugin/pkg-plist @@ -0,0 +1,15 @@ +%%TWDIR%%/data/Sandbox/LDAPPasswordChangerPlugin.txt +%%TWDIR%%/data/TWiki/LDAPPasswordChangerPlugin.txt +%%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/DEPENDENCIES +%%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/MANIFEST +%%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin/build.pl +%%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin.pm +@dirrm %%TWDIR%%/data/Sandbox +@dirrm %%TWDIR%%/data/TWiki +@dirrm %%TWDIR%%/data +@dirrm %%TWDIR%%/lib/TWiki/Plugins/LDAPPasswordChangerPlugin +@dirrm %%TWDIR%%/lib/TWiki/Plugins +@dirrm %%TWDIR%%/lib/TWiki +@dirrm %%TWDIR%%/lib +@dirrm %%TWDIR%% +@dirrmtry share/twiki |