Plone PAS plugin to create virtual groups based on member properties.
Project description
pas.plugins.memberpropertytogroup
Plone PAS plugin to create virtual groups based on member properties.
The main use case are organisations that have an existing LDAP infrastructure that organises groups through member properties instead of LDAP groups.
If you have a vanilla Plone site without LDAP, you most likely do not need this plugin.
Features
Documentation
The full documentation for integrators and developers can be found in the “docs” folder. It is also available online at http://paspluginsmemberpropertytogroup.readthedocs.org.
Installation
Install pas.plugins.memberpropertytogroup by adding it to your buildout:
[buildout] ... eggs = pas.plugins.memberpropertytogroup
and then run “bin/buildout”.
If you are on Plone 3, you need to include the plone.app.registry KGS (know good set) and add the [plone3] extras to fetch the additonal dependencies that are not part of Plone 3:
[buildout] extends = http://dist.plone.org/release/3.3.6/versions.cfg http://good-py.appspot.com/release/plone.app.registry/1.0b2?plone=3.3.6 ... eggs = pas.plugins.memberpropertytogroup [plone3]
You can find a working example of a Plone 3 buildout here: https://github.com/kitconcept/pas.plugins.memberpropertytogroup/blob/master/plone-3.3.x.cfg
Contribute
Support
If you are having issues, please let us know.
Development
- Plone 3
There must be an python2.4 binary available in system path, then:
$ bootstrap-3.3.x.sh
- Plone 4
There must be an python binary available in system path pointing to Python 2.7 , then:
$ bootstrap-4.3.x.sh
- Plone 5
There must be an python binary available in system path pointing to Python 2.7 , then:
$ bootstrap-5.0.x.sh
Credits
The development of this plugin has been kindly sponsored by Bonn University.
Developed by kitconcept.
Icon by FamFamFam
License
The project is licensed under the GPLv2.
Contributors
Timo Stollenwerk, tisto@plone.org
Jens Klein, jens@bluedynamics.com
Changelog
1.0a3 (2015-10-12)
New feature: As administrator I can create a group based on multiple member properties. [sneridagh]
1.0a2 (2015-09-09)
Fix Scenario: As administrator I can create a group based on member properties prefixes [jensens]
Ignore empty lines in controlpanel input. [jensens]
1.0a1 (2015-08-06)
Initial release. [tisto, jensens]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for pas.plugins.memberpropertytogroup-1.0a3.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81d8c1eb62e1750ded55f500537eec15a13eedc8572257b2b379236a8ae94ffd |
|
MD5 | 56319ea229ec36ffdd694705deb333e9 |
|
BLAKE2b-256 | 49141a7cbeb51771cc9650a8c1f8e48b1bc8e496762d73d542b97b9823c1e9c0 |