- Notifications
You must be signed in to change notification settings - Fork337
Linux PAM (Pluggable Authentication Modules for Linux) project
License
NotificationsYou must be signed in to change notification settings
linux-pam/linux-pam
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Hello!Thanks for downloading Linux-PAM.NOTES:How to use it is as follows:Please look at the ci/install-dependencies.sh for the necessaryprerequisite packages to be able to build the Linux-PAM. The scriptis targeted at Debian based Linux distributions so the packagenames and availability might differ on other distributions.First, configure the build using meson setup: mkdir build meson setup <your-options> buildThen compile: meson compile -C buildTo make sure everything was compiled correct, run: meson test -C buildIf a test fails, you should not continue to install this build.These tests require a suitable file /etc/pam.d/other; if necessary,create such a file containing, e.g., these five lines (not indented)#%PAM-1.0auth requiredpam_deny.soaccount requiredpam_deny.sopassword requiredpam_deny.sosession requiredpam_deny.soNote, if you are worried - don't even think about doing the next line(most Linux distributions already support PAM out of the box, so ifsomething goes wrong with installing the code from this version yourbox may stop working..) meson install -C buildThat said, please report problems to the bug reporting databaseathttps://github.com/linux-pam/linux-pam/issues .To generate manual pages from the XML source files you need thedocbook-xsl stylesheets in version 1.69.1 or newer, older versions hada bug which generates a broken layout.
About
Linux PAM (Pluggable Authentication Modules for Linux) project
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.