{"id":22776251,"url":"https://github.com/xwiki-contrib/authenticator-pam","last_synced_at":"2025-03-30T13:26:06.047Z","repository":{"id":80107554,"uuid":"230788006","full_name":"xwiki-contrib/authenticator-pam","owner":"xwiki-contrib","description":"XWiki PAM Authentication Module","archived":false,"fork":false,"pushed_at":"2024-07-31T07:14:16.000Z","size":615,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-02-05T15:14:45.882Z","etag":null,"topics":["authentication","pam","xwiki"],"latest_commit_sha":null,"homepage":"https://extensions.xwiki.org/xwiki/bin/view/Extension/PAM%20Authenticator/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xwiki-contrib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-29T18:27:00.000Z","updated_at":"2024-07-31T07:14:20.000Z","dependencies_parsed_at":"2025-02-05T15:14:47.521Z","dependency_job_id":"9be63dda-5532-4da2-a60c-d7daea9aa7d9","html_url":"https://github.com/xwiki-contrib/authenticator-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/xwiki-contrib%2Fauthenticator-pam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xwiki-contrib%2Fauthenticator-pam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xwiki-contrib%2Fauthenticator-pam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xwiki-contrib%2Fauthenticator-pam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xwiki-contrib","download_url":"https://codeload.github.com/xwiki-contrib/authenticator-pam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246322459,"owners_count":20758793,"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":["authentication","pam","xwiki"],"created_at":"2024-12-11T19:09:08.472Z","updated_at":"2025-03-30T13:26:06.020Z","avatar_url":"https://github.com/xwiki-contrib.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XWiki PAM Authentication Module\n\nThis is a password authentication module ([PAM]) bridge from UNIX/Linux systems\nto [XWiki].  This module was inspired by, modeled and written after the [LDAP\nmodule].  The use case and mechanism is very similar.\n\nThis is a pure Java implementation that uses [userauth] library, which wraps\n[pwauth], which is a command line tool that provides the authentication and\ncommonly available on UNIX/Linux machines as a package.\n\n\n## Motivation\n\nThis module addresses the need for systems that have a particular [PAM]\nconfiguration and want to use it to authenticate users.  This was written by\nthe author because the [LDAP module] did not consistently function as described\nin this [LDAP over SSL thread].  For those that use the [LDAP NSS] [PAM]\nmodule, which both authenticate users on the OS itself, using this module\nallows authentication to [XWiki] to LDAP via this software.\n\n\n## Obtaining\n\nThe [extension] is available via the XWiki Extensions manager.\n\n\n## Installation\n\nThis package requires the [pwauth] program, which is detailed in the [userauth\npackage].\n\n\n## Documentation\n\nMore [documentation](https://xwiki-contrib.github.io/authenticator-pam/):\n* [Javadoc](https://xwiki-contrib.github.io/authenticator-pam/apidocs/index.html)\n* [Dependencies](https://xwiki-contrib.github.io/authenticator-pam/dependencies.html)\n\n\n## Building\n\nTo build from source, do the following:\n\n- Install [Maven](https://maven.apache.org)\n- Install [GNU make](https://www.gnu.org/software/make/) (optional)\n- Build the software: `make`\n- Build the distribution binaries: `make dist`\n\nNote that you can also build a single jar file with all the dependencies with: `make package`\n\n\n## Changelog\n\nAn extensive changelog is available [here](CHANGELOG.md).\n\n\n\n## License\n\nCopyright © 2019 - 2020 Paul Landes\n\nGNU LESSER GENERAL PUBLIC LICENSE\n                       Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL.  It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n\n\u003c!-- links --\u003e\n\n[XWiki]: https://www.xwiki.org/xwiki/bin/view/Main/WebHome\n[LDAP module]: https://github.com/xwiki-contrib/ldap\n[PAM]: https://en.wikipedia.org/wiki/Linux_PAM\n[LDAP over SSL thread]: https://forum.xwiki.org/t/need-help-with-ldap-ssl/304/4\n[LDAP NSS]: https://wiki.debian.org/LDAP/NSS\n\n[userauth]: https://github.com/plandes/userauth\n[pwauth]: https://github.com/phokz/pwauth\n[userauth package]: https://github.com/plandes/userauth#installation\n[extension]: https://extensions.xwiki.org/xwiki/bin/preview/Extension/PAM%20Authenticator/WebHome\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxwiki-contrib%2Fauthenticator-pam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxwiki-contrib%2Fauthenticator-pam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxwiki-contrib%2Fauthenticator-pam/lists"}