mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 21:54:16 +01:00
Correct libyubikey requirement
This commit is contained in:
parent
ef069efef6
commit
439133350d
9
README
9
README
@ -65,15 +65,13 @@ ykclient library from:
|
||||
|
||||
http://code.google.com/p/yubico-c-client/
|
||||
|
||||
It in turn requires Curl, which you need to have installed, and
|
||||
libyubikey. Get libyubikey from
|
||||
|
||||
http://code.google.com/p/yubico-c/
|
||||
It in turn requires Curl, which you need to have installed.
|
||||
|
||||
The new Challenge-Response offline authentication requires libykpers-1
|
||||
from the yubikey-personalization project :
|
||||
from the yubikey-personalization project, and libyubikey from yubico-c :
|
||||
|
||||
http://code.google.com/p/yubikey-personalization/
|
||||
http://code.google.com/p/yubico-c/
|
||||
|
||||
|
||||
The build system uses Autoconf, to set up the build system run:
|
||||
@ -83,6 +81,7 @@ The build system uses Autoconf, to set up the build system run:
|
||||
------
|
||||
|
||||
Use --without-ldap to disable ldap support.
|
||||
Use --without-cr to disable challenge-response support.
|
||||
|
||||
Then build the code, run the self-test and install the binaries:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user