{ "info": { "author": "Russell Sim", "author_email": "russell.sim@arcs.org.au", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration :: Authentication/Directory" ], "description": ".. contents::\n\n.. sectionauthor:: Russell Sim \n\nIntroduction\n============\n\nThis library provides classes to help with using urllib2 to access a shibboleth protected URL.\n\nshib-login\n-----------\n\nThis commandline tool was designed to dump cookies from the CookieJar after successfully accessing an SP. These cookies can then be used by other tools like ``wget`` of ``curl`` to access the same shibboleth protected URL.\n\n::\n\n $ shib-login -i VPAC https://slcs1.arcs.org.au/SLCS/login\n Username [russell]:\n Password:\n Successfully authenticated to https://slcs1.arcs.org.au/SLCS/login\n $ cat ~/.shibboleth/cookies.txt\n # Yummy shibboleth cookies\n slcs1.arcs.org.au FALSE / FALSE 1250598932\n _shibsession_64656561756c7468747470766a2f2f736c6373312e617263732e6f72672e61752f73686962626f6c657468\n _186abd265ea87bf980fae2a16b0243e2\n\n\n $ curl -b ~/.shibboleth/cookies.txt https://slcs1.arcs.org.au/SLCS/login\n \n \n ......\n\n $ wget --load-cookies ~/.shibboleth/cookies.txt https://slcs1.arcs.org.au/SLCS/login\n --2009-08-18 14:35:53-- https://slcs1.arcs.org.au/SLCS/login\n Resolving slcs1.arcs.org.au... 202.158.218.211\n Connecting to slcs1.arcs.org.au|202.158.218.211|:443... connected.\n HTTP request sent, awaiting response... 200 OK\n .......\n\n\nChangelog\n=========\n\n0.2 - Unrelased\n---------------\n* added https proxy support via httpsproxy_urllib2 [Russell]\n* buildout now used for testing [Russell]\n* removed dependency on xpath, adds 2.6 compatability [Russell]\n\n0.1 - 2009-10-27\n----------------\n* pushed try count responsibility to credential manager class [Russell]\n* chain now stops when cookie is set for initial host [Russell]\n* added shib-login and shib-logout cli tools [Russell]\n* updated to use adapter like pattern for processing forms [Russell]\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.arcs.org.au/hudson/job/arcs.shibboleth.client/javadoc/", "keywords": "jython", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "arcs.shibboleth.client", "package_url": "https://pypi.org/project/arcs.shibboleth.client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/arcs.shibboleth.client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.arcs.org.au/hudson/job/arcs.shibboleth.client/javadoc/" }, "release_url": "https://pypi.org/project/arcs.shibboleth.client/0.2/", "requires_dist": null, "requires_python": null, "summary": "Shibboleth authentication handler", "version": "0.2" }, "last_serial": 786410, "releases": { "0.2": [], "0.2dev-20091210": [ { "comment_text": "", "digests": { "md5": "b384746cdc180df81ffa51d9937d3b03", "sha256": "b1afb41c26e32c79b4580d18563f4f2f69506268f27627a4e056d0957d4d2cf3" }, "downloads": -1, "filename": "arcs.shibboleth.client-0.2dev-20091210.tar.gz", "has_sig": false, "md5_digest": "b384746cdc180df81ffa51d9937d3b03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36433, "upload_time": "2009-12-10T06:03:14", "url": "https://files.pythonhosted.org/packages/93/98/3e0ed0856093aa766f7a78388ce5167071dcd936467291484ec91840f96b/arcs.shibboleth.client-0.2dev-20091210.tar.gz" } ] }, "urls": [] }