PAS Groups From LDAP (1.0)
Released on 2007-04-25 by Jens Klein under LGPL - GNU Lesser General Public License available for All platforms.
Software development stage: beta
- PAS Groups From LDAP download link: http://plone.org/products/pasgroupfromldap/releases
- Homepage of PAS Groups From LDAP: http://plone.org/products/pasgroupfromldap
- PAS Groups From LDAP repository: https://svn.plone.org/svn/collective/PASPlugins/PASGroupsFromLDAP/
- Description source: https://svn.plone.org/svn/collective/PASPlugins/PASGroupsFromLDAP/trunk/README.txt
Reads all groups with its titles and members from a LDAP server and provide them as Plone groups.
This PAS plugin let you connect to some LDAP-Server. We've tested it with OpenLDAP and Apples OpenDirectory.
Groups are read-only, so you cant add new groups from Plone into LDAP. This may be added optional in future.
You dont need any mapping like in LDAPMultiPlugins. It just take all groups from the DN you search in. We're using PASGroupsFromLDAP together with LDAPMultiPlugins. But we disabled all group related plugins of LDAPMultiPlugins
PASGroupsFromLDAP is a multi-plugin supporting the interfaces:
- IGroupsPlugin (from PluggableAuthService, short PAS)
- IGroupEnumerationPlugin (from PAS)
- IGroupIntrospection (from PlonePAS)
- IPropertiesPlugin (from PAS)
Installation
Latest release or subversion needs those steps:
- make sure you have plone-ldap installed, for example
sudo apt-get install plone-ldap - fetch the generic python module
bda.ldapfrom SVN - install it:
sudo python setup.py install - fetch the Product
PASGroupsFromLDAPfrom SVN - copy it into your Products folder.
- use quickinstaller and install it.
- in ZMI YOURPLONE/acl_users/groups_from_ldap/manage you can make your LDAP settings
- go to the IPropertiesPlugin configuration and make sure groups_from_ldap is on the top.
There are currently no items in this folder.



