PluggableAuthService for Plone.
This commit is contained in:
parent
53167b4f73
commit
19abe67724
32
www/zope-pluggableauthservice/Makefile
Normal file
32
www/zope-pluggableauthservice/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/30 11:55:23 mbalmer Exp $
|
||||
|
||||
COMMENT= PluggableAuthService for Plone
|
||||
|
||||
DISTNAME= PluggableAuthService-1.4.2
|
||||
PKGNAME= zope-${DISTNAME:L}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.zope.org/Products/PluggableAuthService/
|
||||
|
||||
# ZPL 2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||||
|
||||
MASTER_SITES= http://www.zope.org/Products/PluggableAuthService/${DISTNAME}/
|
||||
|
||||
MODULES= www/zope
|
||||
|
||||
RUN_DEPENDS= ::www/zope-pluginregistry \
|
||||
::www/zope-genericsetup
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
|
||||
cd ${WRKDIR}; \
|
||||
tar -cs /${DISTNAME}/${DISTNAME:C/-.*//g}/ -f - ${DISTNAME} | \
|
||||
tar xf - -C ${MODZOPE_PRODUCTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/zope-pluggableauthservice/distinfo
Normal file
5
www/zope-pluggableauthservice/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (PluggableAuthService-1.4.2.tar.gz) = bTFwYo0lL/1YTMG5wOmliA==
|
||||
RMD160 (PluggableAuthService-1.4.2.tar.gz) = 2vVJ1odJrEr0Da+5orp1ViW12E8=
|
||||
SHA1 (PluggableAuthService-1.4.2.tar.gz) = 98GS1ed4qH7We+/4GifIrbDEwRs=
|
||||
SHA256 (PluggableAuthService-1.4.2.tar.gz) = tPTAr3dshwGZ7lB11M82rFKYvXnAG+Js+XFqL3H2Wg8=
|
||||
SIZE (PluggableAuthService-1.4.2.tar.gz) = 117581
|
2
www/zope-pluggableauthservice/pkg/DESCR
Normal file
2
www/zope-pluggableauthservice/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
PlonePAS allows the use of the PluggableAuthService in Plone, with support
|
||||
for migration of some existing user folder setups.
|
3
www/zope-pluggableauthservice/pkg/MESSAGE
Normal file
3
www/zope-pluggableauthservice/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.
|
217
www/zope-pluggableauthservice/pkg/PLIST
Normal file
217
www/zope-pluggableauthservice/pkg/PLIST
Normal file
@ -0,0 +1,217 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/30 11:55:23 mbalmer Exp $
|
||||
lib/zope/lib/python/Products/PluggableAuthService/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/COPYRIGHT.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/Extensions/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/Extensions/README.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/Extensions/__init__.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/Extensions/__init__.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/Extensions/basic_auth.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/Extensions/basic_auth.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/Extensions/upgrade.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/Extensions/upgrade.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/LICENSE.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/PluggableAuthService.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/PluggableAuthService.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/PropertiedUser.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/PropertiedUser.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/README.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/UserPropertySheet.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/UserPropertySheet.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/__init__.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/__init__.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/configure.zcml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/doc/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/doc/CHANGES.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/doc/DEPENDENCIES.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/doc/TODO.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/doc/caching.stx
|
||||
lib/zope/lib/python/Products/PluggableAuthService/doc/framework_overview.stx
|
||||
lib/zope/lib/python/Products/PluggableAuthService/doc/plugin_map.stx
|
||||
lib/zope/lib/python/Products/PluggableAuthService/exportimport.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/exportimport.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/exportimport.zcml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/__init__.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/__init__.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/authservice.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/authservice.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/plugins.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/plugins.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/propertysheets.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/propertysheets.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/request.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/interfaces/request.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/permissions.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/permissions.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/BasePlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/BasePlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ChallengeProtocolChooser.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/CookieAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/CookieAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/DelegatingMultiPlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/DomainAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/DomainAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/DynamicGroupsPlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/InlineAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/InlineAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/LocalRolePlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/LocalRolePlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/RecursiveGroupsPlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/RequestTypeSniffer.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/RequestTypeSniffer.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ScriptablePlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ScriptablePlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/SearchPrincipalsPlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/SessionAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/SessionAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ZODBGroupManager.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ZODBGroupManager.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ZODBRoleManager.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ZODBRoleManager.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ZODBUserManager.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/ZODBUserManager.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/__init__.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/__init__.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/exportimport.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/exportimport.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/ChallengeProtocolChooser.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/__init__.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/helpers.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/helpers.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ChallengeProtocolChooser.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_CookieAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_DomainAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_DynamicGroupsPlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_InlineAuthHelper.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_RequestTypeSniffer.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_doctests.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_doctests.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/CookieAuthHelper.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/DelegatingMultiPlugin.png
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/DomainAuthHelper.png
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/DynamicGroupsPlugin.png
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/HTTPBasicAuthHelper.png
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/InlineAuthHelper.png
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/RecursiveGroupsPlugin.png
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/ScriptablePlugin.png
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/SessionAuthHelper.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/ZODBGroupManager.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/ZODBRoleManager.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/ZODBUserManager.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/bpActivateInterfaces.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/caAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/cpcAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/cpcEdit.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/daAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/daGeneric.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/daMatches.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/dgpAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/dgpGroups.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/dmpAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/hbAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/iaAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/lrpAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/rgpAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/rtsAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/saAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/spAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/spEditInterfaces.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/sppAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/zgAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/zgGroups.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/zrAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/zrRoles.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/zuAdd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/zuPasswd.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/zuUsers.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/www/zuWidgets.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/cookieauth.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/delegatepath.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/domainauth.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/dynamicgroups.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/titleonly.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/zodbgroups.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/zodbroles.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/plugins/xml/zodbusers.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/empty/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/empty/PAS/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/empty/PAS/.objects
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/empty/PAS/pluginregistry.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/empty/export_steps.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/empty/import_steps.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/.objects
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/basic_auth.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/dynamic_groups.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/groups.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/pluginregistry.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/recursive_groups.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/roles.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/PAS/users.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/export_steps.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/profiles/simple/import_steps.xml
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/__init__.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/conformance.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/conformance.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_Caching.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_Caching.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_PluggableAuthService.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_PluggableAuthService.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_PropertiedUser.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_PropertiedUser.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_UserPropertySheet.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_UserPropertySheet.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_utils.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/tests/test_utils.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/utils.py
|
||||
lib/zope/lib/python/Products/PluggableAuthService/utils.pyc
|
||||
lib/zope/lib/python/Products/PluggableAuthService/version.txt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/PluggableAuthService.png
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/arrow-down.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/arrow-left.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/arrow-right.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/arrow-up.gif
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/pasAddForm.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/pasSearch.zpt
|
||||
lib/zope/lib/python/Products/PluggableAuthService/www/two_lists.zpt
|
Loading…
Reference in New Issue
Block a user