$(top_srcdir)/openconnect.8.in \
$(top_srcdir)/tests/softhsm2.conf.in \
$(top_srcdir)/tests/configs/test-user-cert.config.in \
- $(top_srcdir)/tests/configs/test-user-pass.config.in \
- $(top_srcdir)/tests/configs/test-obsolete-server-crypto.config.in'])
+ $(top_srcdir)/tests/configs/test-user-pass.config.in'])
RAWLINGUAS=`sed -e "/^#/d" -e "s/#.*//" "${srcdir}/po/LINGUAS"`
# Remove newlines
libopenconnect.map openconnect.8 www/styles/Makefile \
www/inc/Makefile www/images/Makefile tests/Makefile \
tests/softhsm2.conf tests/configs/test-user-cert.config \
- tests/configs/test-user-pass.config \
- tests/configs/test-obsolete-server-crypto.config)
+ tests/configs/test-user-pass.config)
AC_OUTPUT
AC_DEFUN([SUMMARY],
# all should succeed.
# Options: certificate, pam.
#auth = "certificate"
-auth = "plain[@abs_top_srcdir@/tests/configs/test1.passwd]"
+auth = "plain[@SRCDIR@/configs/test1.passwd]"
#auth = "pam"
# A banner to be displayed on clients
#
# There may be multiple certificate and key pairs and each key
# should correspond to the preceding certificate.
-server-cert = @abs_top_srcdir@/tests/certs/server-cert.pem
-server-key = @abs_top_srcdir@/tests/certs/server-key.pem
+server-cert = @SRCDIR@/certs/server-cert.pem
+server-key = @SRCDIR@/certs/server-key.pem
# Diffie-Hellman parameters. Only needed if you require support
# for the DHE ciphersuites (by default this server supports ECDHE).
# The Certificate Authority that will be used
# to verify clients if certificate authentication
# is set.
-ca-cert = @abs_top_srcdir@/tests/certs/ca.pem
+ca-cert = @SRCDIR@/certs/ca.pem
# The object identifier that will be used to read the user ID in the client certificate.
# The object identifier should be part of the certificate's DN
# socket file used for IPC, will be appended with .PID
# It must be accessible within the chroot environment (if any)
-socket-file = ./ocserv-socket
+socket-file = @OCCTL_SOCKET@
# The user the worker processes will be run as. It should be
# unique (no other services run as this user).
-run-as-user = @OCSERV_USER@
-run-as-group = @OCSERV_GROUP@
+run-as-user = @USERNAME@
+run-as-group = @GROUP@
# Network settings