{ "info": { "author": "David A. Riggs", "author_email": "david.riggs@createtank.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "Framework :: Trac", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Topic :: System :: Systems Administration :: Authentication/Directory" ], "description": "========================\nTracGoogleAppsAuthPlugin\n========================\n\nPlugin for Trac which allows user authentication against hosted Google Apps account.\n\nFeatures:\n\n* Allows users to log in to Trac with their Google Apps username and password\n\n* Allows restriction of userbase for Trac instance based on membership in Google Apps group\n\n* Assigns Trac groups to users based on their Google Apps groups\n\n* Allows basic user info listing via Trac Account Manager\n\n* Pre-populates Trac database with email of every user so that email\n notifications can be sent to users who have never logged in to Trac, and so\n the ticket \"Assign To\" drop-down is fully populated when using the config\n `[ticket]` setting `restrict_owner = true`. Simply view the Admin user\n listing page to populate the database.\n \n* Encrypts stored Google Apps password to protect against casual observers on\n filesystem and via web, but this is not nearly as secure as using OpenID\n\nPlease note that this software is currently in \"alpha\" state and under active development!\n\nAuthor: David A. Riggs \n\n\nLicense\n=======\n\nCopyright 2010 createTank, LLC\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nVersion 2 as published by the Free Software Foundation.\n\nhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.html\n\n\nRequirements\n============\n\nThis plugin requires:\n\n* Trac (tested with 0.12)\n\n* Google's `gdata `_\n\n* Trac `AccountManagerPlugin `_\n\n\n``$> sudo easy_install gdata``\n\n``$> sudo easy_install https://trac-hacks.org/svn/accountmanagerplugin/trunk``\n\n\nInstallation\n============\n\nTo magically install from the PyPI,\n\n``$> sudo easy_install TracGoogleAppsAuthPlugin``\n\n... or from source,\n\n``$> sudo python setup.py install``\n\n\nConfiguration\n=============\n\nTrac 'trac.ini' configuration::\n\n\t[account-manager]\n\tpassword_store = GoogleAppsPasswordStore\n\t\n\t[components]\n\tacct_mgr.api.accountmanager = enabled\n\tacct_mgr.web_ui.loginmodule = enabled\n\tgoogleappsauth.plugin.googleappspasswordstore = enabled\n\ttrac.web.auth.loginmodule = disabled\n\t\n\t[google_apps]\n\tdomain = mydomainname.com\n\tgroup_access = trac_users\n\tadmin_username = sysadmin\n\tadmin_secret = TOP_S3CRET\n\nYou can configure all of these settings from the Trac web-based Admin console. Essentially,\nif you already have the web-based TracAccountManager plugin enabled and working, just enable the\nGoogleAppsPasswordStore (under TracGoogleAppsAuthPlugin) and disable the other password stores\nHtDigestStore and HtPasswdStore (under TracAccountManager). You can then configure the plugin\nvia the Accounts / Configuration menu of the Trac web-based Admin.\n\nDetailed documentation TODO...", "description_content_type": null, "docs_url": null, "download_url": "http://code.google.com/p/tracgoogleappsauthplugin/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/tracgoogleappsauthplugin/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "TracGoogleAppsAuthPlugin", "package_url": "https://pypi.org/project/TracGoogleAppsAuthPlugin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/TracGoogleAppsAuthPlugin/", "project_urls": { "Download": "http://code.google.com/p/tracgoogleappsauthplugin/", "Homepage": "http://code.google.com/p/tracgoogleappsauthplugin/" }, "release_url": "https://pypi.org/project/TracGoogleAppsAuthPlugin/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Trac authentication plugin for integration with hosted Google Apps domain", "version": "0.3.1" }, "last_serial": 785853, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0c6d314e696b2daeb2d94479ba5d8e46", "sha256": "f52740b7006aff28250425ea602d34c87c4b350d28448efab9bd9a3896015300" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0c6d314e696b2daeb2d94479ba5d8e46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3781, "upload_time": "2010-11-29T21:27:42", "url": "https://files.pythonhosted.org/packages/76/8c/cf81ea3a8476b2ca56b8b2b9837a50a808a2733727e54158c084ba0c425f/TracGoogleAppsAuthPlugin-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5b4b79ffe8d79804f9e8f09abee2c760", "sha256": "1f97fd6f36044efafc17b2aa88223ef00d2b129521e8c7b69f02059223f7b601" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5b4b79ffe8d79804f9e8f09abee2c760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3773, "upload_time": "2010-11-29T21:48:01", "url": "https://files.pythonhosted.org/packages/4e/fb/9e08d3e411d8a51941388c1fc4c5f2179f746e6cac6582d08253dfdf792c/TracGoogleAppsAuthPlugin-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "4f13829fe326ba29b6ef1c844bb79a79", "sha256": "a870c798d15c863e07da397fb7a86cf0745b5d52240736e8756f6baeab7f802c" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4f13829fe326ba29b6ef1c844bb79a79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4824, "upload_time": "2010-11-30T20:30:46", "url": "https://files.pythonhosted.org/packages/a2/94/ffb0410c4e4adb56a6e77dd0f733e0bbc4773fdeb8ddde92be6464c109ac/TracGoogleAppsAuthPlugin-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b03bf84a7077e5e9e4eed0f74b0656cf", "sha256": "b7990c9aa3a0ca1c31137ec46fdd93a9901456727ff3092d9c7e1d9e60730460" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b03bf84a7077e5e9e4eed0f74b0656cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5384, "upload_time": "2010-12-01T06:16:20", "url": "https://files.pythonhosted.org/packages/90/88/eb1b895c487badb5f949b20d6c697b6c17a9009e33d5c1df9f0f26697010/TracGoogleAppsAuthPlugin-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "4282f2b2daebb8a9af88aa25d62eeec0", "sha256": "68013fa36a5c4db451907c3edf09057f97e8921c35d359970ef466afa89d5c9a" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.2.2.tar.gz", "has_sig": false, "md5_digest": "4282f2b2daebb8a9af88aa25d62eeec0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5761, "upload_time": "2010-12-02T21:12:44", "url": "https://files.pythonhosted.org/packages/8c/08/04ee7740a1bcff607a5e208c94cc95cc3891884bb4442f5d597fb70ba22d/TracGoogleAppsAuthPlugin-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "4761ad7c6fe6d482038b3ef0e5d08f1f", "sha256": "64e8412f52933ba0fb32ae8fc88fcb7ab56daeb4da9809be3b23884bc5f0c175" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4761ad7c6fe6d482038b3ef0e5d08f1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6249, "upload_time": "2010-12-03T22:17:02", "url": "https://files.pythonhosted.org/packages/1d/21/2b7a942917d8b294200d166c985b286d23a1146be878af2f81f64afd54ee/TracGoogleAppsAuthPlugin-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "dacc1be24b2f34fdde3c42ac95cdd480", "sha256": "a2298af9a0e6f6eafc9c8549c12bc5eddb223da43b7b30394edf98f092a5c9cd" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.3.0.tar.gz", "has_sig": false, "md5_digest": "dacc1be24b2f34fdde3c42ac95cdd480", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7533, "upload_time": "2010-12-07T23:47:07", "url": "https://files.pythonhosted.org/packages/e4/46/12f3037c168daca031e90c0fa2f7eddbf8e11c4f5fe815a2c5bb868179df/TracGoogleAppsAuthPlugin-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "f3f36a47e4e248c509a95bf9f2935cbe", "sha256": "9823736d4602d4e482533700bf777eb1dba1ee03d5ab33bf9b173b571d974e22" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.3.1.tar.gz", "has_sig": false, "md5_digest": "f3f36a47e4e248c509a95bf9f2935cbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9428, "upload_time": "2011-03-03T23:14:50", "url": "https://files.pythonhosted.org/packages/62/1a/d67744a8458ab86effb2a020522dcbd110dcb1af3ab2b63c4b0efb18a4fc/TracGoogleAppsAuthPlugin-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3f36a47e4e248c509a95bf9f2935cbe", "sha256": "9823736d4602d4e482533700bf777eb1dba1ee03d5ab33bf9b173b571d974e22" }, "downloads": -1, "filename": "TracGoogleAppsAuthPlugin-0.3.1.tar.gz", "has_sig": false, "md5_digest": "f3f36a47e4e248c509a95bf9f2935cbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9428, "upload_time": "2011-03-03T23:14:50", "url": "https://files.pythonhosted.org/packages/62/1a/d67744a8458ab86effb2a020522dcbd110dcb1af3ab2b63c4b0efb18a4fc/TracGoogleAppsAuthPlugin-0.3.1.tar.gz" } ] }