{ "info": { "author": "Sergio Oliveira", "author_email": "seocam@seocam.com", "bugtrack_url": null, "classifiers": [], "description": "Authenticating Apache2 using your Django DB\n============================================\n\n* Make sure you have apache2 mod-auth-external installed and configured (See: http://code.google.com/p/mod-auth-external/wiki/Configuration)\n\n* Define django-cliauth as your external authenticator by adding the following line in your virtualhost:\n\n * DefineExternalAuth django_cliauth pipe \"/path/to/your/django-admin.py cliauth --settings=\"YOUR_PROJECT.settings\"\"\n \n* Set your authentication using a .htaccess file (or inside the virtualhost):\n\n * AuthType Basic\n * AuthName \n * AuthBasicProvider external\n * AuthExternal django_cliauth\n * Require valid-user\n \n* Reload your apache2 configuration\n\n\nChecking is the user belongs to a group\n========================================\n\n* Define django-cliauth as your external group checker by adding the following to your apache virtualhost:\n\n * DefineExternalGroup django_cliauth_grpck pipe \"/path/to/your/django-admin.py cliauth --groupcheck --settings='YOUR_PROJECT.settings'\"\n\n* Set your authentication using a .htaccess file (or inside the virtualhost):\n\n * AuthType Basic\n * AuthName \n * AuthBasicProvider external\n * AuthExternal django_cliauth\n * GroupExternal django_cliauth_grpck\n * Require group ...\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/seocam/django-cliauth", "keywords": null, "license": "GPL2", "maintainer": null, "maintainer_email": null, "name": "django-cliauth", "package_url": "https://pypi.org/project/django-cliauth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cliauth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/seocam/django-cliauth" }, "release_url": "https://pypi.org/project/django-cliauth/0.9.1/", "requires_dist": null, "requires_python": null, "summary": "Authenticate Apache2 (basic auth) using your Django DB", "version": "0.9.1" }, "last_serial": 922934, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "4717f15733a94ccfaa21cb3f79895c02", "sha256": "93d026493ddc722865199cb12e7b7783227b2871561c949a86005a7d86480133" }, "downloads": -1, "filename": "django-cliauth-0.9.tar.gz", "has_sig": false, "md5_digest": "4717f15733a94ccfaa21cb3f79895c02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1614, "upload_time": "2012-01-23T14:29:06", "url": "https://files.pythonhosted.org/packages/90/ae/d0412f08544316b3bd8a19f8060320ce3afd458aeb6850193d2e38e8dc41/django-cliauth-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "cb9dc85a65f0afa92e79a53626ebca49", "sha256": "baefe29454deb9bb1ef375f75705fe6216f3ae38a643b9a3d285a48fb5331e53" }, "downloads": -1, "filename": "django-cliauth-0.9.1.tar.gz", "has_sig": false, "md5_digest": "cb9dc85a65f0afa92e79a53626ebca49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2093, "upload_time": "2013-11-18T18:36:45", "url": "https://files.pythonhosted.org/packages/13/69/ea8ac3abebc2a436428b88f6185e001b84c6eb8c52a19a25ddf668bee5fb/django-cliauth-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb9dc85a65f0afa92e79a53626ebca49", "sha256": "baefe29454deb9bb1ef375f75705fe6216f3ae38a643b9a3d285a48fb5331e53" }, "downloads": -1, "filename": "django-cliauth-0.9.1.tar.gz", "has_sig": false, "md5_digest": "cb9dc85a65f0afa92e79a53626ebca49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2093, "upload_time": "2013-11-18T18:36:45", "url": "https://files.pythonhosted.org/packages/13/69/ea8ac3abebc2a436428b88f6185e001b84c6eb8c52a19a25ddf668bee5fb/django-cliauth-0.9.1.tar.gz" } ] }