Zope PluggableAuthService plugins that use LDAP. Had this lying around
(and in production) for about two years...
This commit is contained in:
parent
4ffd43c84c
commit
fc160c413f
30
www/zope-ldapmultiplugins/Makefile
Normal file
30
www/zope-ldapmultiplugins/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/30 11:13:39 mbalmer Exp $
|
||||
|
||||
COMMENT= PluggableAuthService plugins that use LDAP
|
||||
|
||||
DISTNAME= LDAPMultiPlugins-1.5
|
||||
PKGNAME= zope-${DISTNAME:L}p2
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.dataflake.org/software/ldapmultiplugins/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}${DISTNAME:L:S/-/_/}/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MODULES= www/zope
|
||||
|
||||
RUN_DEPENDS= ::www/zope-ldapuserfolder
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
|
||||
cd ${WRKDIR}; \
|
||||
tar -cf - ${DISTNAME:C/-.*//g} | \
|
||||
tar xf - -C ${MODZOPE_PRODUCTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/zope-ldapmultiplugins/distinfo
Normal file
5
www/zope-ldapmultiplugins/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (LDAPMultiPlugins-1.5.tgz) = 4kMnULXjEcbp7idQ3BAOIA==
|
||||
RMD160 (LDAPMultiPlugins-1.5.tgz) = ejZM3mhdt0erU0WRsg4N6Qhlnbw=
|
||||
SHA1 (LDAPMultiPlugins-1.5.tgz) = 6y0sZK60x2KuyNDYuLJcgGEjNsI=
|
||||
SHA256 (LDAPMultiPlugins-1.5.tgz) = +mGPzpss0P+4OqjSP3SweUb0MtH2CZRiJbZjjUWpJ6o=
|
||||
SIZE (LDAPMultiPlugins-1.5.tgz) = 15961
|
4
www/zope-ldapmultiplugins/pkg/DESCR
Normal file
4
www/zope-ldapmultiplugins/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The LDAPMultiPlugins provides PluggableAuthService plugins that use
|
||||
LDAP as the backend for the services they provide. The PluggableAuthService
|
||||
is a Zope user folder product that can be extended in modular fashion
|
||||
using various plugins.
|
3
www/zope-ldapmultiplugins/pkg/MESSAGE
Normal file
3
www/zope-ldapmultiplugins/pkg/MESSAGE
Normal file
@ -0,0 +1,3 @@
|
||||
If you already have Zope running on your machine, you should restart
|
||||
it, this can be done from the Zope Control Panel in the Zope
|
||||
management interface.
|
22
www/zope-ldapmultiplugins/pkg/PLIST
Normal file
22
www/zope-ldapmultiplugins/pkg/PLIST
Normal file
@ -0,0 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/30 11:13:39 mbalmer Exp $
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/ActiveDirectoryMultiPlugin.py
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/CHANGES.txt
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/COPYRIGHT.txt
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/DEPENDENCIES.txt
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/INSTALL.txt
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/LDAPMultiPlugin.py
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/LDAPPluginBase.py
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/LICENSE.txt
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/README.txt
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/VERSION.txt
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/__init__.py
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/dtml/
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/dtml/addActiveDirectoryMultiPlugin.dtml
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/dtml/addLDAPMultiPlugin.dtml
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/tests/
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/tests/__init__.py
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/tests/test_LDAPMultiPlugins.py
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/www/
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/www/admultiplugin.png
|
||||
lib/zope/lib/python/Products/LDAPMultiPlugins/www/ldapmultiplugin.png
|
Loading…
Reference in New Issue
Block a user