Skip to content

Commit

Permalink
New release 5.2.0.2
Browse files Browse the repository at this point in the history
ENH: Enhanced AD/LDAP support for huge Microsoft Active Directory
ENH: Base DN and Users DN are now two different parameters (Users DN optional)
  • Loading branch information
multiOTP committed Jul 16, 2018
1 parent 4c750b9 commit 3137f4c
Show file tree
Hide file tree
Showing 17 changed files with 1,794 additions and 1,112 deletions.
677 changes: 353 additions & 324 deletions README.md

Large diffs are not rendered by default.

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.1.1.2
* @date 2018-03-20
* @version 5.2.0.2
* @date 2018-07-16
* @since 2013-07-10
* @copyright (c) 2013-2018 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
REM
REM @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
REM @version 5.1.1.2
REM @date 2018-03-20
REM @version 5.2.0.2
REM @date 2018-07-16
REM @since 2010-07-10
REM @copyright (c) 2010-2018 SysCo systemes de communication sa
REM @copyright GNU Lesser General Public License
Expand Down
506 changes: 345 additions & 161 deletions contrib/MultiotpAdLdap.php

Large diffs are not rendered by default.

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.1.1.2
@date 2018-03-20
@version 5.2.0.2
@date 2018-07-16
@since 2016-12-08
@copyright (c) 2010-2018 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.1.1.2
* @date 2018-03-20
* @version 5.2.0.2
* @date 2018-07-16
* @since 2016-12-08
* @copyright (c) 2010-2018 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.1.1.2"
#define VER_DATE "2018-03-20"
#define VER_NUMBER "5.2.0.2"
#define VER_DATE "2018-07-16"

int _tmain(int argc, _TCHAR* argv[])
{
Expand Down
984 changes: 710 additions & 274 deletions multiotp.class.php

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions multiotp.cli.header.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* PHP 5.3.0 or higher is supported.
*
* @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
* @version 5.1.1.2
* @date 2018-03-20
* @version 5.2.0.2
* @date 2018-07-16
* @since 2010-06-08
* @copyright (c) 2010-2018 SysCo systemes de communication sa
* @copyright GNU Lesser General Public License
Expand Down Expand Up @@ -1880,6 +1880,10 @@ function clean_quotes(
$multiotp->SetLdapTimeLimit(intval($actual_array[1]));
$write_config_data = true;
break;
case 'ldap-users-dn':
$multiotp->SetLdapUsersDn($actual_array[1]);
$write_config_data = true;
break;
case 'log':
$multiotp->SetLogOption(intval($actual_array[1]));
$write_config_data = true;
Expand Down
4 changes: 2 additions & 2 deletions multiotp.cli.proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* PHP 5.3.0 or higher is supported.
*
* @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
* @version 5.1.1.2
* @date 2018-03-20
* @version 5.2.0.2
* @date 2018-07-16
* @since 2010-06-08
* @copyright (c) 2010-2018 SysCo systemes de communication sa
* @copyright GNU Lesser General Public License
Expand Down
6 changes: 3 additions & 3 deletions multiotp.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions multiotp.server.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
* PHP 5.3.0 or higher is supported.
*
* @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
* @version 5.1.1.2
* @date 2018-03-20
* @version 5.2.0.2
* @date 2018-07-16
* @since 2013-08-06
* @copyright (c) 2013-2018 SysCo systemes de communication sa
* @copyright GNU Lesser General Public License
Expand Down
4 changes: 2 additions & 2 deletions radius_debug.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ REM
REM Windows batch file for Windows 2K/XP/2003/7/2008/8/2012/10
REM
REM @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
REM @version 5.1.1.2
REM @date 2018-03-20
REM @version 5.2.0.2
REM @date 2018-07-16
REM @since 2014-04-22
REM @copyright (c) 2014-2018 SysCo systemes de communication sa
REM @copyright GNU Lesser General Public License
Expand Down
4 changes: 2 additions & 2 deletions radius_install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ REM
REM Windows batch file for Windows 2K/XP/2003/7/2008/8/2012/10
REM
REM @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
REM @version 5.1.1.2
REM @date 2018-03-20
REM @version 5.2.0.2
REM @date 2018-07-16
REM @since 2013-08-20
REM @copyright (c) 2013-2018 SysCo systemes de communication sa
REM @copyright GNU Lesser General Public License
Expand Down
4 changes: 2 additions & 2 deletions radius_uninstall.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ REM
REM Windows batch file for Windows 2K/XP/2003/7/2008/8/2012/10
REM
REM @author Andre Liechti, SysCo systemes de communication sa, <[email protected]>
REM @version 5.1.1.2
REM @date 2018-03-20
REM @version 5.2.0.2
REM @date 2018-07-16
REM @since 2013-08-20
REM @copyright (c) 2013-2018 SysCo systemes de communication sa
REM @copyright GNU Lesser General Public License
Expand Down
Loading

0 comments on commit 3137f4c

Please sign in to comment.