mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
crypt(3) is used in the plain password file.
In addition, ocpasswd program was added to generate password file entries.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([ocserv], [0.0.2], [nmav@gnutls.org])
|
||||
AC_INIT([ocserv], [0.0.3], [nmav@gnutls.org])
|
||||
PKG_PROG_PKG_CONFIG
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
@@ -79,6 +79,7 @@ LIBS="$oldlibs"
|
||||
|
||||
gl_INIT
|
||||
|
||||
AC_LIB_HAVE_LINKFLAGS(crypt,, [#include <unistd.h>], [crypt(0,0);])
|
||||
AC_LIB_HAVE_LINKFLAGS(util,, [#include <utmpx.h>], [pututxline(0);])
|
||||
AC_LIB_HAVE_LINKFLAGS(wrap,, [#include <tcpd.h>], [hosts_access(0);])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user