1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 16:52:17 +01:00
This commit is contained in:
Simon Josefsson 2009-01-13 14:11:09 +00:00
parent 08e7f723ce
commit 39dc7a8c72

17
README
View File

@ -10,14 +10,9 @@ specialized applications such as NCSA !MyProxy.
== Status and Roadmap == == Status and Roadmap ==
The module is working for single-user systems. The module is working for multi-user systems. It does not support
disconnected mode, for that there is another Yubico PAM module that
Several items have been identified that needs to be implemented before uses the AES key.
it can reach production quality:
* Multi-user mappings from Yubikey to username.
* Support disconnected AES key usage.
The development community is co-ordinated via Google Code: The development community is co-ordinated via Google Code:
@ -73,6 +68,8 @@ Then build the code, run the self-test and install the binaries:
make check install make check install
}}} }}}
It in turn requires Curl, which you need to have installed.
== Configuration == == Configuration ==
Install it in your PAM setup by adding a line to an appropriate file Install it in your PAM setup by adding a line to an appropriate file
@ -88,6 +85,8 @@ and move pam_yubico.so into /lib/security/:
mv /usr/local/lib/security/pam_yubico.so /lib/security/ mv /usr/local/lib/security/pam_yubico.so /lib/security/
}}} }}}
For more information, see the project Wiki page.
Supported PAM module parameters are: Supported PAM module parameters are:
{{{ {{{
@ -120,4 +119,4 @@ auth sufficient pam_yubico.so id=16 debug
== Feedback == == Feedback ==
If you want to discuss anything related to the Yubico PAM module, If you want to discuss anything related to the Yubico PAM module,
please contact <simon@yubico.com>. please contact Simon Josefsson <simon@yubico.com>.