{"id":17876300,"url":"https://github.com/tehmaze/django-pam","last_synced_at":"2026-03-14T17:17:13.914Z","repository":{"id":2535871,"uuid":"3512956","full_name":"tehmaze/django-pam","owner":"tehmaze","description":"A simple PAM authentication backend for Django","archived":false,"fork":false,"pushed_at":"2016-10-14T14:38:55.000Z","size":10,"stargazers_count":35,"open_issues_count":3,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-18T06:51:30.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tehmaze.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-22T09:08:48.000Z","updated_at":"2020-05-20T12:45:40.000Z","dependencies_parsed_at":"2022-09-10T01:02:34.296Z","dependency_job_id":null,"html_url":"https://github.com/tehmaze/django-pam","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehmaze%2Fdjango-pam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehmaze%2Fdjango-pam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehmaze%2Fdjango-pam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tehmaze%2Fdjango-pam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tehmaze","download_url":"https://codeload.github.com/tehmaze/django-pam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893362,"owners_count":20527581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T11:29:44.285Z","updated_at":"2026-03-14T17:17:08.872Z","avatar_url":"https://github.com/tehmaze.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-pam\n==========\nA simple PAM authentication backend for Django.  Add the folder ``dpam``\nsomewhere on your python path and add 'dpam.backends.PAMBackend' to your\n``settings.py``::\n\n  AUTHENTICATION_BACKENDS = (\n      ...\n      'dpam.backends.PAMBackend',\n      ...\n  )\n\nNow you can login via the system-login credentials.  If the user is\nsuccessfully authenticated but has never logged-in before, a new ``User``\nobject is created.  By default this new ``User`` has both ``is_staff`` and\n``is_superuser`` set to ``False``.  You can change this behavior by adding\n``PAM_IS_STAFF=True`` and ``PAM_IS_SUPERUSER`` in your ``settings.py`` file.\n\nIf you do not want a ``User`` record to be created automatically, use\n``PAM_CREATE_USER=False`` in ``settings.py``.  This is useful in situations\nwhere you want to use PAM for authentication but not for authorization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftehmaze%2Fdjango-pam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftehmaze%2Fdjango-pam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftehmaze%2Fdjango-pam/lists"}