mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
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
This commit is contained in:
parent
163f86c574
commit
7390e67c26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238582
@ -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
|
||||
|
21
www/twiki-LDAPPasswordChangerPlugin/Makefile
Normal file
21
www/twiki-LDAPPasswordChangerPlugin/Makefile
Normal file
@ -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>
|
3
www/twiki-LDAPPasswordChangerPlugin/distinfo
Normal file
3
www/twiki-LDAPPasswordChangerPlugin/distinfo
Normal file
@ -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
|
7
www/twiki-LDAPPasswordChangerPlugin/pkg-descr
Normal file
7
www/twiki-LDAPPasswordChangerPlugin/pkg-descr
Normal file
@ -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
|
15
www/twiki-LDAPPasswordChangerPlugin/pkg-plist
Normal file
15
www/twiki-LDAPPasswordChangerPlugin/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user