Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Linux PAM (Pluggable Authentication Modules for Linux) project

License

NotificationsYou must be signed in to change notification settings

linux-pam/linux-pam

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

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp