{ "info": { "author": "Jens Klein, Robert Niederreiter", "author_email": "dev@bluedynamics.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope2", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "====================================\nPAS Plugin to fetch groups from LDAP\n====================================\n\nThis PAS plugin let you connect to some LDAP-Server. We've tested it with \nOpenLDAP, Apples OpenDirectory and Microsoft Active Directory.\n\nGroups are read-only, so you cant add new groups from Plone into LDAP. This may \nbe added optional in future.\n\nYou dont need any mapping like in LDAPMultiPlugins. It just take all groups from \nthe DN you search in. You can use ``PASGroupsFromLDAP`` together with \n``LDAPMultiPlugins``. But ensure to disable all group related plugins of \n``LDAPMultiPlugins``.\n\nPASGroupsFromLDAP is a multi-plugin supporting the interfaces:\n\n* ``IGroupsPlugin`` (from ``PluggableAuthService``, short PAS)\n* ``IGroupEnumerationPlugin`` (from PAS)\n* ``IGroupIntrospection`` (from ``PlonePAS``)\n* ``IPropertiesPlugin`` (from PAS)\n\nInstallation\n============\n \nLatest release or subversion needs those steps:\n\n* make sure you have ``python-ldap`` installed, for example on Debian based OS \n ``sudo apt-get install python-ldap`` or include it into your buildout.\n* using buildout, add ``Products.PASGroupsFromLDAP`` to the eggs sections of \n your zope instance.\n* ``portal_setup`` or quickinstaller and install it.\n* in ZMI ``YOURPLONE/acl_users/groups_from_ldap/manage`` you can change LDAP \n settings\n* go to the ``IPropertiesPlugin`` configuration and make sure \n ``groups_from_ldap`` is on the top.\n\n\nUpdate from oldschool product to egg:\n=====================================\n\nIn case you need to upgrade an zope instance using an old, non-eggified version, \nof this module you need to fix your zope like so: \n\n* Start zope in debug mode:: \n \n >>> app['Control_Panel']['Products'].manage_delObjects(['PASGroupsFromLDAP'])\n >>> import transaction()\n >>> transaction.commit()\n \n* Restart zope\n* Delete PASGroupsFromLDAP plugin from you acl_users.\n* Re-create the plugin.\n\nTODO\n====\n\n* Cleanup adding / editing of the plugin.\n* Do not add a default ``groups_from_ldap`` object due setuphandler\n\nChanges\n=======\n\n1.2.3\n Added a configureable property that points on the user attribute to be matched \n for group lookups (gogo). \n \n1.2.2 \n require version of bda.ldap with configure.zcml and include configure.zcml \n (ldr)\n \n1.2.1\n Fix the sometimes weird adding and edit mechanisms (rnix - 2009-03-10).\n \n1.2.0 \n Write ZMI add form for plugin. Nobody missed it yet?? (rnix - 2009-03-10)\n\n1.1.2\n Document update procedure (rnix - 2009-03-10)\n\n1.1.1\n set p_changed True after managing configuration. This bug was never detected \n since the LDAP Session itself was previously persisted in the plugin. \n (rnix - 2009-02-16)\n\n1.1 \n Fix ldap property on plugin object due to changes in ``bda.ldap``. \n (rnix - 2009-02-10)\n\n1.1 and before \n Initial work.\n\nCopyright\n=========\n\nAuthors: \n\n* Jens Klein \n* Robert Niederreiter \n* Georg Gogo. Bernhard \n\nCopyright (C) 2007-2010 BlueDynamics Alliance, Austria\n\nLicense: GNU General Public License Version 2.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/PASPlugins/Products.PASGroupsFromLDAP/", "keywords": "zope2", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "Products.PASGroupsFromLDAP", "package_url": "https://pypi.org/project/Products.PASGroupsFromLDAP/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.PASGroupsFromLDAP/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/PASPlugins/Products.PASGroupsFromLDAP/" }, "release_url": "https://pypi.org/project/Products.PASGroupsFromLDAP/1.2.3/", "requires_dist": null, "requires_python": null, "summary": "Zope 2 PAS Plugin providing groups from LDAP directory", "version": "1.2.3" }, "last_serial": 785059, "releases": { "1.1-Beta1": [ { "comment_text": "", "digests": { "md5": "3ae8c1c112c4d446f0a771fc1fcb7ff2", "sha256": "bbde9059f1df2c4f39a6b82bcc5d77bbed60d1467e471962b2c0849e62ef1a0a" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.1-Beta1.tar.gz", "has_sig": false, "md5_digest": "3ae8c1c112c4d446f0a771fc1fcb7ff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19538, "upload_time": "2008-09-23T08:45:49", "url": "https://files.pythonhosted.org/packages/5d/12/f12862785aaa8fdb5006666bd294ebab46d8ebee3f9316de2b5111b32213/Products.PASGroupsFromLDAP-1.1-Beta1.tar.gz" } ], "1.1.-svn-unreleased-": [ { "comment_text": "", "digests": { "md5": "c41e22e96869091347cc53953b8fc22c", "sha256": "d3e70f1a801757910c9fc26139331cf064bc9ae8a0b36687d502e171a05eb35f" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.1.-svn-unreleased-.tar.gz", "has_sig": false, "md5_digest": "c41e22e96869091347cc53953b8fc22c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19689, "upload_time": "2008-09-23T08:40:45", "url": "https://files.pythonhosted.org/packages/9c/0d/3e77c76058a9865303303d16b2c87380150f3110037660d659b63c498e2b/Products.PASGroupsFromLDAP-1.1.-svn-unreleased-.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "cb73ff0c21c6cc163e4bff86df5527c7", "sha256": "d771974973ce3c5e609212fa453bc7ab543c08a57be9ee3467b5bcbb2a5b04ec" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.1.1.tar.gz", "has_sig": false, "md5_digest": "cb73ff0c21c6cc163e4bff86df5527c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19899, "upload_time": "2009-02-16T11:43:29", "url": "https://files.pythonhosted.org/packages/a7/76/cf7578704bdce775fa24760616fd53564fa7c0b38821caf5c926b4a646a0/Products.PASGroupsFromLDAP-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "20948bd1eb89d3f1907f8b3fef5b2ab8", "sha256": "94a68f9ea675537313dda14b735388fcb7646e7bb9ed644dadef32184eec208f" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.1.2.tar.gz", "has_sig": false, "md5_digest": "20948bd1eb89d3f1907f8b3fef5b2ab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20253, "upload_time": "2009-03-10T10:23:20", "url": "https://files.pythonhosted.org/packages/74/1b/1b493f748636b4c463ca132d1c9daf638053163cfcd25b669b78fdf0c90f/Products.PASGroupsFromLDAP-1.1.2.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "c7541307c90c3e1a209ef807bcee1b09", "sha256": "2d72b8659e9f2e592495bc9fd8451f20a977da881fab75403e65ccbe1b1f9a5d" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.2.0.tar.gz", "has_sig": false, "md5_digest": "c7541307c90c3e1a209ef807bcee1b09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21093, "upload_time": "2009-03-10T12:14:11", "url": "https://files.pythonhosted.org/packages/c9/e8/9017aeeb83b7624459f91f173c166c3b86f1270cc8f2c6a58a127482e9d7/Products.PASGroupsFromLDAP-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "2ec97873096f976d1cdb5420be173be4", "sha256": "5da70d15daab646298d0f529acb3671c76f7040aafde88b54d090c2b103b7bb9" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.2.1.tar.gz", "has_sig": false, "md5_digest": "2ec97873096f976d1cdb5420be173be4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21556, "upload_time": "2009-03-10T14:00:42", "url": "https://files.pythonhosted.org/packages/fa/0b/25a10c707dec0c84e19acdd7b91120dd0985e6d4bbcb4f6b941ca5b723bd/Products.PASGroupsFromLDAP-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "7f82d8a96b87b9b4bf0e692e6c0b86da", "sha256": "22e3034437d6426738a0b78df9b03e7671d9eaba365b9518516ce0317db3321a" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.2.2.tar.gz", "has_sig": false, "md5_digest": "7f82d8a96b87b9b4bf0e692e6c0b86da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21130, "upload_time": "2009-03-17T11:10:14", "url": "https://files.pythonhosted.org/packages/86/4f/bb140d923b856057d0b6880ef34375aa559138ece78a5263683619086107/Products.PASGroupsFromLDAP-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "78a6ca5f0d1d0fd07d43750a6d884de3", "sha256": "66a49180ae5c2055fd4d600ee0e02b3c9e749fb8dc7aa56e6bd34c8583be8084" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.2.3.tar.gz", "has_sig": false, "md5_digest": "78a6ca5f0d1d0fd07d43750a6d884de3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21295, "upload_time": "2010-06-10T15:16:26", "url": "https://files.pythonhosted.org/packages/32/af/a6cc9630e6066ef84264a3b46a3c43b656c28231b3623a1b2862738f31a9/Products.PASGroupsFromLDAP-1.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "78a6ca5f0d1d0fd07d43750a6d884de3", "sha256": "66a49180ae5c2055fd4d600ee0e02b3c9e749fb8dc7aa56e6bd34c8583be8084" }, "downloads": -1, "filename": "Products.PASGroupsFromLDAP-1.2.3.tar.gz", "has_sig": false, "md5_digest": "78a6ca5f0d1d0fd07d43750a6d884de3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21295, "upload_time": "2010-06-10T15:16:26", "url": "https://files.pythonhosted.org/packages/32/af/a6cc9630e6066ef84264a3b46a3c43b656c28231b3623a1b2862738f31a9/Products.PASGroupsFromLDAP-1.2.3.tar.gz" } ] }