mirror of
https://github.com/Yubico/yubico-pam.git
synced 2024-12-03 03:24:12 +01:00
update urls to other projects
This commit is contained in:
parent
d2cda4b115
commit
6448322e06
6
README
6
README
@ -67,17 +67,17 @@ You will need to have libykclient (ykclient.h, libykclient.so) and
|
|||||||
libpam-dev (security/pam_appl.h, libpam.so) installed. Get the
|
libpam-dev (security/pam_appl.h, libpam.so) installed. Get the
|
||||||
ykclient library from:
|
ykclient library from:
|
||||||
|
|
||||||
http://code.google.com/p/yubico-c-client/
|
http://opensource.yubico.com/yubico-c-client/
|
||||||
|
|
||||||
It in turn requires Curl, which you need to have installed, and
|
It in turn requires Curl, which you need to have installed, and
|
||||||
libyubikey. Get libyubikey from
|
libyubikey. Get libyubikey from
|
||||||
|
|
||||||
http://code.google.com/p/yubico-c/
|
http://opensource.yubico.com/yubico-c/
|
||||||
|
|
||||||
The new Challenge-Response offline authentication requires libykpers-1
|
The new Challenge-Response offline authentication requires libykpers-1
|
||||||
from the yubikey-personalization project :
|
from the yubikey-personalization project :
|
||||||
|
|
||||||
http://code.google.com/p/yubikey-personalization/
|
http://opensource.yubico.com/yubikey-personalization/
|
||||||
|
|
||||||
|
|
||||||
The build system uses Autoconf, to set up the build system run:
|
The build system uses Autoconf, to set up the build system run:
|
||||||
|
@ -68,7 +68,7 @@ AC_ARG_WITH([ldap],
|
|||||||
AC_LIB_HAVE_LINKFLAGS([ykclient],, [#include <ykclient.h>],
|
AC_LIB_HAVE_LINKFLAGS([ykclient],, [#include <ykclient.h>],
|
||||||
[ykclient_set_ca_path(0, 0)])
|
[ykclient_set_ca_path(0, 0)])
|
||||||
if test "$ac_cv_libykclient" != yes; then
|
if test "$ac_cv_libykclient" != yes; then
|
||||||
AC_MSG_ERROR([[Libykclient v2.4+ required, see http://code.google.com/p/yubico-c-client/]])
|
AC_MSG_ERROR([[Libykclient v2.4+ required, see http://opensource.yubico.com/yubico-c-client/]])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_LIB_HAVE_LINKFLAGS(yubikey,, [#include <yubikey.h>],
|
AC_LIB_HAVE_LINKFLAGS(yubikey,, [#include <yubikey.h>],
|
||||||
@ -83,7 +83,7 @@ if test "x$with_cr" != xno; then
|
|||||||
PKG_CHECK_MODULES([YKPERS], [ykpers-1]);
|
PKG_CHECK_MODULES([YKPERS], [ykpers-1]);
|
||||||
# libyubikey required for HAVE_CR
|
# libyubikey required for HAVE_CR
|
||||||
if test "$ac_cv_libyubikey" != yes; then
|
if test "$ac_cv_libyubikey" != yes; then
|
||||||
AC_MSG_ERROR([Libyubikey v1.5+ not found, see http://code.google.com/p/yubico-c/ (required for challenge-response)])
|
AC_MSG_ERROR([Libyubikey v1.5+ not found, see http://opensource.yubico.com/yubico-c/ (required for challenge-response)])
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if test -n "$YKPERS_LIBS"; then
|
if test -n "$YKPERS_LIBS"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user