mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-21 06:54:15 +01:00
Bump yubico-c-client version required. Fix URLs.
This commit is contained in:
parent
86b9b1ed68
commit
088c0bc665
6
README
6
README
@ -63,17 +63,17 @@ You will need to have libykclient (ykclient.h, libykclient.so) and
|
||||
libpam-dev (security/pam_appl.h, libpam.so) installed. Get the
|
||||
ykclient library from:
|
||||
|
||||
http://opensource.yubico.com/yubico-c-client/
|
||||
https://developers.yubico.com/yubico-c-client/
|
||||
|
||||
It in turn requires Curl, which you need to have installed, and
|
||||
libyubikey. Get libyubikey from
|
||||
|
||||
http://opensource.yubico.com/yubico-c/
|
||||
https://developers.yubico.com/yubico-c/
|
||||
|
||||
The new Challenge-Response offline authentication requires libykpers-1
|
||||
from the yubikey-personalization project :
|
||||
|
||||
http://opensource.yubico.com/yubikey-personalization/
|
||||
https://developers.yubico.com/yubikey-personalization/
|
||||
|
||||
|
||||
The build system uses Autoconf, to set up the build system run:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Written by Simon Josefsson <simon@yubico.com>.
|
||||
# Copyright (c) 2006-2013 Yubico AB
|
||||
# Copyright (c) 2006-2014 Yubico AB
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -66,9 +66,9 @@ AC_ARG_WITH([ldap],
|
||||
|
||||
|
||||
AC_LIB_HAVE_LINKFLAGS([ykclient],, [#include <ykclient.h>],
|
||||
[ykclient_set_ca_path(0, 0)])
|
||||
[ykclient_set_url_bases(0, 0, 0)])
|
||||
if test "$ac_cv_libykclient" != yes; then
|
||||
AC_MSG_ERROR([[Libykclient v2.4+ required, see http://opensource.yubico.com/yubico-c-client/]])
|
||||
AC_MSG_ERROR([[Libykclient v2.12+ required, see https://developers.yubico.com/yubico-c-client/]])
|
||||
fi
|
||||
|
||||
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 >= 1.8.0]);
|
||||
# libyubikey required for HAVE_CR
|
||||
if test "$ac_cv_libyubikey" != yes; then
|
||||
AC_MSG_ERROR([Libyubikey v1.5+ not found, see http://opensource.yubico.com/yubico-c/ (required for challenge-response)])
|
||||
AC_MSG_ERROR([Libyubikey v1.5+ not found, see https://developers.yubico.com/yubico-c/ (required for challenge-response)])
|
||||
fi
|
||||
fi
|
||||
if test -n "$YKPERS_LIBS"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user