Skip to content

Commit

Permalink
5.8.2.9 Added compatibility with new multiOTP Credential Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
multiOTP committed Aug 19, 2021
1 parent a604012 commit 9594dcc
Show file tree
Hide file tree
Showing 29 changed files with 2,281 additions and 252 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
# Please check https://www\.multiOTP.net/ and you will find the magic button ;-)
#
# @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
# @version 5.8.2.3
# @date 2021-05-19
# @version 5.8.2.9
# @date 2021-08-19
# @since 2013-11-29
# @copyright (c) 2013-2021 SysCo systemes de communication sa
# @copyright GNU Lesser General Public License
#
# docker build .
# docker run --mount source=multiotp-data,target=/etc/multiotp -p 80:80 -p 443:443 -p 1812:1812/udp -p 1813:1813/udp -d xxxxxxxxxxxx
#
# 2021-05-19 5.8.2.3 SysCo/al Addded php-bcmath
# 2021-05-19 5.8.2.3 SysCo/al Added php-bcmath
# 2021-03-25 5.8.1.9 SysCo/al Remove apt-offline, which is not used
# 2020-08-31 5.8.0.0 SysCo/al Debian Buster 10.5 support
# 2019-10-22 5.6.1.3 SysCo/al Debian 10 support
Expand All @@ -42,7 +42,7 @@ MAINTAINER Andre Liechti <[email protected]>
LABEL Description="multiOTP open source, running on Debian ${DEBIAN} with PHP${PHPVERSION}." \
License="LGPL-3.0" \
Usage="docker run --mount source=[SOURCE PERSISTENT VOLUME],target=/etc/multiotp -p [HOST WWW PORT NUMBER]:80 -p [HOST SSL PORT NUMBER]:443 -p [HOST RADIUS-AUTH PORT NUMBER]:1812/udp -p [HOST RADIUS-ACCNT PORT NUMBER]:1813/udp -d multiotp-open-source" \
Version="5.8.2.3"
Version="5.8.2.9"

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ multiOTP open source is OATH certified for HOTP/TOTP
(c) 2010-2021 SysCo systemes de communication sa
https://www.multiotp.net/

Current build: 5.8.2.3 (2021-05-19)
Current build: 5.8.2.9 (2021-08-19)

Binary download: https://download.multiotp.net/ (including virtual appliance image)

Expand Down Expand Up @@ -159,6 +159,7 @@ subfolders from windows to your current multiOTP folder
WHAT'S NEW IN THE RELEASES
==========================
# What's new in 5.8 releases
- Added compatibility with new multiOTP Credential Provider (5.8.2 and further)
- eDirectory LDAP server support
- Enhanced Web GUI accounts list (green=AD/LDAP synced, orange = delayed, red=locked)
- New sync-delete-retention-days= option in order to purge inexistent AD/LDAP users
Expand Down Expand Up @@ -312,6 +313,7 @@ WHAT'S NEW IN THE RELEASES
CHANGE LOG OF RELEASED VERSIONS
===============================
```
2021-08-19 5.8.2.9 ENH: Added compatibility with new multiOTP Credential Provider (5.8.2 and further)
2021-05-19 5.8.2.3 FIX: Dockerfile updated (php-bcmath added)
2021-04-08 5.8.2.1 ENH: eDirectory LDAP server support
2021-03-25 5.8.1.9 FIX: Cookie privacy (httponly and secure) backported to previous virtual appliances
Expand Down Expand Up @@ -1687,7 +1689,7 @@ MULTIOTP COMMAND LINE TOOL
==========================

```
multiOTP 5.8.2.3 (2021-05-19)
multiOTP 5.8.2.9 (2021-08-19)
(c) 2010-2021 SysCo systemes de communication sa
http://www.multiOTP.net (you can try the [Donate] button ;-)
Expand Down Expand Up @@ -2194,8 +2196,8 @@ Visit https://forum.multiotp.net/ for additional support
```

```
Hash verification for multiotp_5.8.2.3.zip
SHA256:cf783d52948b68abb8e7c98dedc9d93fcc9a27399d48afab2a595407ccd665c9
SHA1:25a7666e3f9f8ba9440ef257f7d1f6048ec886f7
MD5:70f206da9d1142e1edb11bd82e3867f8
Hash verification for multiotp_5.8.2.9.zip
SHA256:d188a2226ab7b31bd2c2257a41ce74db6a03da57644ba6dbc981a5eeb2054d3b
SHA1:7ab236e288b8620a35f106f5093970375ac1ef7a
MD5:3e532a1c9bbee08dbb4e744f5bb0c4c5
```
4 changes: 2 additions & 2 deletions check.multiotp.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* PHP 5.3.0 or higher is supported.
*
* @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
* @version 5.8.2.3
* @date 2021-05-19
* @version 5.8.2.9
* @date 2021-08-19
* @since 2013-07-10
* @copyright (c) 2013-2021 SysCo systemes de communication sa
* @copyright GNU Lesser General Public License
Expand Down
4 changes: 2 additions & 2 deletions checkmultiotp.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ REM
REM Windows batch file for Windows 2K/XP/2003/7/2008/8/2012/10/2019
REM
REM @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
REM @version 5.8.2.3
REM @date 2021-05-19
REM @version 5.8.2.9
REM @date 2021-08-19
REM @since 2010-07-10
REM @copyright (c) 2010-2021 SysCo systemes de communication sa
REM @copyright GNU Lesser General Public License
Expand Down
4 changes: 2 additions & 2 deletions launcher/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The multiOTP C++ launcher is simply used to launch PHP
and run multiotp.windows.php with the provided arguments.

@author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
@version 5.8.2.3
@date 2021-05-19
@version 5.8.2.9
@date 2021-08-19
@since 2016-12-08
@copyright (c) 2010-2021 SysCo systemes de communication sa
@copyright GNU Lesser General Public License
Expand Down
8 changes: 4 additions & 4 deletions launcher/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* and run multiotp.windows.php with the provided arguments.
*
* @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
* @version 5.8.2.3
* @date 2021-05-19
* @version 5.8.2.9
* @date 2021-08-19
* @since 2016-12-08
* @copyright (c) 2010-2021 SysCo systemes de communication sa
* @copyright GNU Lesser General Public License
Expand Down Expand Up @@ -68,8 +68,8 @@
#include <iostream>

#define SOFTWARE "LAUNCHPHPMULTIOTP"
#define VER_NUMBER "5.8.2.3"
#define VER_DATE "2021-05-19"
#define VER_NUMBER "5.8.2.9"
#define VER_DATE "2021-08-19"

int _tmain(int argc, _TCHAR* argv[])
{
Expand Down
Loading

0 comments on commit 9594dcc

Please sign in to comment.