mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-13 14:58:07 +08:00
tests: use libradcli4 in debian builds
This commit is contained in:
@@ -5,7 +5,7 @@ RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0 libev4
|
|||||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
||||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||||
RUN apt-get install -y libtalloc2 liblz4-1 libkrb5-3 less haproxy
|
RUN apt-get install -y libtalloc2 liblz4-1 libkrb5-3 less haproxy libradcli4
|
||||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0 libev4
|
|||||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
||||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||||
RUN apt-get install -y libtalloc2 liblz4-1 freeradius libfreeradius-client2=1.1.7
|
RUN apt-get install -y libtalloc2 liblz4-1 freeradius libradcli4
|
||||||
RUN apt-get install -y libkrb5-3 less
|
RUN apt-get install -y libkrb5-3 less
|
||||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 li
|
|||||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
||||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||||
RUN apt-get install -y libtalloc2 liblz4-1 less
|
RUN apt-get install -y libtalloc2 liblz4-1 less
|
||||||
RUN apt-get install -y freeradius libfreeradius-client2=1.1.7
|
RUN apt-get install -y freeradius libradcli4
|
||||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
RUN echo 'root:root' |chpasswd
|
RUN echo 'root:root' |chpasswd
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0 libev4
|
|||||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
||||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||||
RUN apt-get install -y libtalloc2 liblz4-1 libfreeradius-client2 libkrb5-3 less
|
RUN apt-get install -y libtalloc2 liblz4-1 libradcli4 libkrb5-3 less
|
||||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
RUN echo 'root:root' |chpasswd
|
RUN echo 'root:root' |chpasswd
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ RUN apt-get install -y haproxy libgnutls-deb0-28 libprotobuf-c1 liboath0 libev4
|
|||||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25 autogen
|
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25 autogen
|
||||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||||
RUN apt-get install -y libtalloc2 libfreeradius-client2 libkrb5-3 less liblz4-1
|
RUN apt-get install -y libtalloc2 libradcli4 libkrb5-3 less liblz4-1
|
||||||
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
|
||||||
|
|
||||||
RUN echo 'root:root' |chpasswd
|
RUN echo 'root:root' |chpasswd
|
||||||
|
|||||||
Reference in New Issue
Block a user