Plugin Directory

Changeset 2525731


Ignore:
Timestamp:
05/04/2021 07:03:32 AM (5 years ago)
Author:
neosit
Message:

Update to version 2.2.3 from GitHub

Location:
next-active-directory-integration
Files:
26 edited
1 copied

Legend:

Unmodified
Added
Removed
  • next-active-directory-integration/tags/2.2.3/classes/Adi/Synchronization/WordPress.php

    r2513920 r2525731  
    417417        // ADI-235: add domain SID
    418418        $userSid = $ldapAttributes->getFilteredValue('objectsid');
    419         $ldapAttributes->setDomainSid(NextADInt_ActiveDirectory_Sid::of($userSid)->getDomainPartAsSid()->getFormatted());
     419
     420        // #141: user SID can be empty if user is not present in Active Directory
     421        if (!empty($userSid)) {
     422            $ldapAttributes->setDomainSid(NextADInt_ActiveDirectory_Sid::of($userSid)->getDomainPartAsSid()->getFormatted());
     423        }
    420424
    421425        $elapsedTimeLdap = time() - $startTimerLdap;
  • next-active-directory-integration/tags/2.2.3/composer.lock

    r2517646 r2525731  
    212212        {
    213213            "name": "psr/log",
    214             "version": "1.1.3",
     214            "version": "1.1.4",
    215215            "source": {
    216216                "type": "git",
    217217                "url": "https://github.com/php-fig/log.git",
    218                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
    219             },
    220             "dist": {
    221                 "type": "zip",
    222                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
    223                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
     218                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
     219            },
     220            "dist": {
     221                "type": "zip",
     222                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
     223                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
    224224                "shasum": ""
    225225            },
     
    245245                {
    246246                    "name": "PHP-FIG",
    247                     "homepage": "http://www.php-fig.org/"
     247                    "homepage": "https://www.php-fig.org/"
    248248                }
    249249            ],
     
    256256            ],
    257257            "support": {
    258                 "source": "https://github.com/php-fig/log/tree/1.1.3"
    259             },
    260             "time": "2020-03-23T09:12:05+00:00"
     258                "source": "https://github.com/php-fig/log/tree/1.1.4"
     259            },
     260            "time": "2021-05-03T11:20:27+00:00"
    261261        },
    262262        {
     
    793793        {
    794794            "name": "nikic/php-parser",
    795             "version": "v4.10.4",
     795            "version": "v4.10.5",
    796796            "source": {
    797797                "type": "git",
    798798                "url": "https://github.com/nikic/PHP-Parser.git",
    799                 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
    800             },
    801             "dist": {
    802                 "type": "zip",
    803                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
    804                 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
     799                "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
     800            },
     801            "dist": {
     802                "type": "zip",
     803                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
     804                "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
    805805                "shasum": ""
    806806            },
     
    843843            "support": {
    844844                "issues": "https://github.com/nikic/PHP-Parser/issues",
    845                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
    846             },
    847             "time": "2020-12-20T10:01:03+00:00"
     845                "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
     846            },
     847            "time": "2021-05-03T19:11:20+00:00"
    848848        },
    849849        {
     
    26882688        {
    26892689            "name": "symfony/console",
    2690             "version": "v5.2.6",
     2690            "version": "v5.2.7",
    26912691            "source": {
    26922692                "type": "git",
    26932693                "url": "https://github.com/symfony/console.git",
    2694                 "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d"
    2695             },
    2696             "dist": {
    2697                 "type": "zip",
    2698                 "url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d",
    2699                 "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d",
     2694                "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629"
     2695            },
     2696            "dist": {
     2697                "type": "zip",
     2698                "url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629",
     2699                "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629",
    27002700                "shasum": ""
    27012701            },
     
    27652765            ],
    27662766            "support": {
    2767                 "source": "https://github.com/symfony/console/tree/v5.2.6"
     2767                "source": "https://github.com/symfony/console/tree/v5.2.7"
    27682768            },
    27692769            "funding": [
     
    27812781                }
    27822782            ],
    2783             "time": "2021-03-28T09:42:18+00:00"
     2783            "time": "2021-04-19T14:07:32+00:00"
    27842784        },
    27852785        {
     
    33203320        {
    33213321            "name": "symfony/process",
    3322             "version": "v5.2.4",
     3322            "version": "v5.2.7",
    33233323            "source": {
    33243324                "type": "git",
    33253325                "url": "https://github.com/symfony/process.git",
    3326                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
    3327             },
    3328             "dist": {
    3329                 "type": "zip",
    3330                 "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
    3331                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
     3326                "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e"
     3327            },
     3328            "dist": {
     3329                "type": "zip",
     3330                "url": "https://api.github.com/repos/symfony/process/zipball/98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
     3331                "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
    33323332                "shasum": ""
    33333333            },
     
    33623362            "homepage": "https://symfony.com",
    33633363            "support": {
    3364                 "source": "https://github.com/symfony/process/tree/v5.2.4"
     3364                "source": "https://github.com/symfony/process/tree/v5.3.0-BETA1"
    33653365            },
    33663366            "funding": [
     
    33783378                }
    33793379            ],
    3380             "time": "2021-01-27T10:15:41+00:00"
     3380            "time": "2021-04-08T10:27:02+00:00"
    33813381        },
    33823382        {
     
    35443544        {
    35453545            "name": "symfony/yaml",
    3546             "version": "v5.2.5",
     3546            "version": "v5.2.7",
    35473547            "source": {
    35483548                "type": "git",
    35493549                "url": "https://github.com/symfony/yaml.git",
    3550                 "reference": "298a08ddda623485208506fcee08817807a251dd"
    3551             },
    3552             "dist": {
    3553                 "type": "zip",
    3554                 "url": "https://api.github.com/repos/symfony/yaml/zipball/298a08ddda623485208506fcee08817807a251dd",
    3555                 "reference": "298a08ddda623485208506fcee08817807a251dd",
     3550                "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5"
     3551            },
     3552            "dist": {
     3553                "type": "zip",
     3554                "url": "https://api.github.com/repos/symfony/yaml/zipball/76546cbeddd0a9540b4e4e57eddeec3e9bb444a5",
     3555                "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5",
    35563556                "shasum": ""
    35573557            },
     
    35993599            "homepage": "https://symfony.com",
    36003600            "support": {
    3601                 "source": "https://github.com/symfony/yaml/tree/v5.2.5"
     3601                "source": "https://github.com/symfony/yaml/tree/v5.2.7"
    36023602            },
    36033603            "funding": [
     
    36153615                }
    36163616            ],
    3617             "time": "2021-03-06T07:59:01+00:00"
     3617            "time": "2021-04-29T20:47:09+00:00"
    36183618        },
    36193619        {
  • next-active-directory-integration/tags/2.2.3/index.php

    r2517867 r2525731  
    44Plugin URI: https://www.active-directory-wp.com
    55Description: Enterprise-ready solution to authenticate, authorize and synchronize your Active Directory users to WordPress. Next Active Directory Authentication supports NTLM and Kerberos for Single Sign On.
    6 Version: 2.2.2
     6Version: 2.2.3
    77Author: active-directory-wp.com
    88Author URI: http://active-directory-wp.com
  • next-active-directory-integration/tags/2.2.3/readme.txt

    r2517867 r2525731  
    44Requires at least: 5.4
    55Tested up to: 5.7
    6 Stable tag: 2.2.2
     6Stable tag: 2.2.3
    77License: GPLv3
    88
     
    130130For detailed information you can visit the official [GitHub repository of Next Active Directory Integration](https://github.com/NeosIT/active-directory-integration2)
    131131
     132= 2.2.3 =
     133* FIXED: Sync to WordPress fails if user is no longer present in Active Directory (gh-#141)
     134
    132135= 2.2.2 =
    133136* FIXED: Boolean options can't be persisted correctly with 2.2.1 (gh-#140)
  • next-active-directory-integration/tags/2.2.3/vendor/autoload.php

    r2517867 r2525731  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit8f1925481a8e7101e0d65b086ad4f64c::getLoader();
     7return ComposerAutoloaderInit006de8574b8a403fe3a503c27c6be168::getLoader();
  • next-active-directory-integration/tags/2.2.3/vendor/composer/InstalledVersions.php

    r2517867 r2525731  
    1515use Composer\Autoload\ClassLoader;
    1616use Composer\Semver\VersionParser;
     17
     18
    1719
    1820
     
    2628  'root' =>
    2729  array (
    28     'pretty_version' => '2.2.2',
    29     'version' => '2.2.2.0',
     30    'pretty_version' => '2.2.3',
     31    'version' => '2.2.3.0',
    3032    'aliases' =>
    3133    array (
    3234    ),
    33     'reference' => 'af0c7368cf31c514f0544c5119c8d03bc82a2ca7',
     35    'reference' => '0456e60429639678eb6d226996d99bb169f12f5b',
    3436    'name' => '__root__',
    3537  ),
     
    3840    '__root__' =>
    3941    array (
    40       'pretty_version' => '2.2.2',
    41       'version' => '2.2.2.0',
    42       'aliases' =>
    43       array (
    44       ),
    45       'reference' => 'af0c7368cf31c514f0544c5119c8d03bc82a2ca7',
     42      'pretty_version' => '2.2.3',
     43      'version' => '2.2.3.0',
     44      'aliases' =>
     45      array (
     46      ),
     47      'reference' => '0456e60429639678eb6d226996d99bb169f12f5b',
    4648    ),
    4749    'defuse/php-encryption' =>
     
    7476    'psr/log' =>
    7577    array (
    76       'pretty_version' => '1.1.3',
    77       'version' => '1.1.3.0',
    78       'aliases' =>
    79       array (
    80       ),
    81       'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc',
     78      'pretty_version' => '1.1.4',
     79      'version' => '1.1.4.0',
     80      'aliases' =>
     81      array (
     82      ),
     83      'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
    8284    ),
    8385    'psr/log-implementation' =>
     
    124126}
    125127
    126 
    127128if (1 === \count($packages)) {
    128129return $packages[0];
     
    316317self::$installedByVendor = array();
    317318}
     319
    318320
    319321
  • next-active-directory-integration/tags/2.2.3/vendor/composer/autoload_real.php

    r2517867 r2525731  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit8f1925481a8e7101e0d65b086ad4f64c
     5class ComposerAutoloaderInit006de8574b8a403fe3a503c27c6be168
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit8f1925481a8e7101e0d65b086ad4f64c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit006de8574b8a403fe3a503c27c6be168', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit8f1925481a8e7101e0d65b086ad4f64c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit006de8574b8a403fe3a503c27c6be168', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit006de8574b8a403fe3a503c27c6be168::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequire8f1925481a8e7101e0d65b086ad4f64c($fileIdentifier, $file);
     61            composerRequire006de8574b8a403fe3a503c27c6be168($fileIdentifier, $file);
    6262        }
    6363
     
    6666}
    6767
    68 function composerRequire8f1925481a8e7101e0d65b086ad4f64c($fileIdentifier, $file)
     68function composerRequire006de8574b8a403fe3a503c27c6be168($fileIdentifier, $file)
    6969{
    7070    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • next-active-directory-integration/tags/2.2.3/vendor/composer/autoload_static.php

    r2517867 r2525731  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c
     7class ComposerStaticInit006de8574b8a403fe3a503c27c6be168
    88{
    99    public static $files = array (
     
    8181    {
    8282        return \Closure::bind(function () use ($loader) {
    83             $loader->prefixLengthsPsr4 = ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$prefixLengthsPsr4;
    84             $loader->prefixDirsPsr4 = ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$prefixDirsPsr4;
    85             $loader->prefixesPsr0 = ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$prefixesPsr0;
    86             $loader->classMap = ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$classMap;
     83            $loader->prefixLengthsPsr4 = ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$prefixLengthsPsr4;
     84            $loader->prefixDirsPsr4 = ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$prefixDirsPsr4;
     85            $loader->prefixesPsr0 = ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$prefixesPsr0;
     86            $loader->classMap = ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$classMap;
    8787
    8888        }, null, ClassLoader::class);
  • next-active-directory-integration/tags/2.2.3/vendor/composer/installed.json

    r2517646 r2525731  
    215215        {
    216216            "name": "psr/log",
    217             "version": "1.1.3",
    218             "version_normalized": "1.1.3.0",
     217            "version": "1.1.4",
     218            "version_normalized": "1.1.4.0",
    219219            "source": {
    220220                "type": "git",
    221221                "url": "https://github.com/php-fig/log.git",
    222                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
    223             },
    224             "dist": {
    225                 "type": "zip",
    226                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
    227                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
     222                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
     223            },
     224            "dist": {
     225                "type": "zip",
     226                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
     227                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
    228228                "shasum": ""
    229229            },
     
    231231                "php": ">=5.3.0"
    232232            },
    233             "time": "2020-03-23T09:12:05+00:00",
     233            "time": "2021-05-03T11:20:27+00:00",
    234234            "type": "library",
    235235            "extra": {
     
    251251                {
    252252                    "name": "PHP-FIG",
    253                     "homepage": "http://www.php-fig.org/"
     253                    "homepage": "https://www.php-fig.org/"
    254254                }
    255255            ],
     
    262262            ],
    263263            "support": {
    264                 "source": "https://github.com/php-fig/log/tree/1.1.3"
     264                "source": "https://github.com/php-fig/log/tree/1.1.4"
    265265            },
    266266            "install-path": "../psr/log"
  • next-active-directory-integration/tags/2.2.3/vendor/composer/installed.php

    r2517867 r2525731  
    22  'root' =>
    33  array (
    4     'pretty_version' => '2.2.2',
    5     'version' => '2.2.2.0',
     4    'pretty_version' => '2.2.3',
     5    'version' => '2.2.3.0',
    66    'aliases' =>
    77    array (
    88    ),
    9     'reference' => 'af0c7368cf31c514f0544c5119c8d03bc82a2ca7',
     9    'reference' => '0456e60429639678eb6d226996d99bb169f12f5b',
    1010    'name' => '__root__',
    1111  ),
     
    1414    '__root__' =>
    1515    array (
    16       'pretty_version' => '2.2.2',
    17       'version' => '2.2.2.0',
     16      'pretty_version' => '2.2.3',
     17      'version' => '2.2.3.0',
    1818      'aliases' =>
    1919      array (
    2020      ),
    21       'reference' => 'af0c7368cf31c514f0544c5119c8d03bc82a2ca7',
     21      'reference' => '0456e60429639678eb6d226996d99bb169f12f5b',
    2222    ),
    2323    'defuse/php-encryption' =>
     
    5050    'psr/log' =>
    5151    array (
    52       'pretty_version' => '1.1.3',
    53       'version' => '1.1.3.0',
     52      'pretty_version' => '1.1.4',
     53      'version' => '1.1.4.0',
    5454      'aliases' =>
    5555      array (
    5656      ),
    57       'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc',
     57      'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
    5858    ),
    5959    'psr/log-implementation' =>
  • next-active-directory-integration/tags/2.2.3/vendor/psr/log/Psr/Log/AbstractLogger.php

    r1756617 r2525731  
    1515     * System is unusable.
    1616     *
    17      * @param string $message
    18      * @param array $context
     17     * @param string  $message
     18     * @param mixed[] $context
    1919     *
    2020     * @return void
     
    3131     * trigger the SMS alerts and wake you up.
    3232     *
    33      * @param string $message
    34      * @param array $context
     33     * @param string  $message
     34     * @param mixed[] $context
    3535     *
    3636     * @return void
     
    4646     * Example: Application component unavailable, unexpected exception.
    4747     *
    48      * @param string $message
    49      * @param array $context
     48     * @param string  $message
     49     * @param mixed[] $context
    5050     *
    5151     * @return void
     
    6060     * be logged and monitored.
    6161     *
    62      * @param string $message
    63      * @param array $context
     62     * @param string  $message
     63     * @param mixed[] $context
    6464     *
    6565     * @return void
     
    7676     * that are not necessarily wrong.
    7777     *
    78      * @param string $message
    79      * @param array $context
     78     * @param string  $message
     79     * @param mixed[] $context
    8080     *
    8181     * @return void
     
    8989     * Normal but significant events.
    9090     *
    91      * @param string $message
    92      * @param array $context
     91     * @param string  $message
     92     * @param mixed[] $context
    9393     *
    9494     * @return void
     
    104104     * Example: User logs in, SQL logs.
    105105     *
    106      * @param string $message
    107      * @param array $context
     106     * @param string  $message
     107     * @param mixed[] $context
    108108     *
    109109     * @return void
     
    117117     * Detailed debug information.
    118118     *
    119      * @param string $message
    120      * @param array $context
     119     * @param string  $message
     120     * @param mixed[] $context
    121121     *
    122122     * @return void
  • next-active-directory-integration/tags/2.2.3/vendor/psr/log/Psr/Log/LoggerAwareTrait.php

    r1756617 r2525731  
    1111     * The logger instance.
    1212     *
    13      * @var LoggerInterface
     13     * @var LoggerInterface|null
    1414     */
    1515    protected $logger;
  • next-active-directory-integration/tags/2.2.3/vendor/psr/log/composer.json

    r2224724 r2525731  
    88        {
    99            "name": "PHP-FIG",
    10             "homepage": "http://www.php-fig.org/"
     10            "homepage": "https://www.php-fig.org/"
    1111        }
    1212    ],
  • next-active-directory-integration/trunk/classes/Adi/Synchronization/WordPress.php

    r2513920 r2525731  
    417417        // ADI-235: add domain SID
    418418        $userSid = $ldapAttributes->getFilteredValue('objectsid');
    419         $ldapAttributes->setDomainSid(NextADInt_ActiveDirectory_Sid::of($userSid)->getDomainPartAsSid()->getFormatted());
     419
     420        // #141: user SID can be empty if user is not present in Active Directory
     421        if (!empty($userSid)) {
     422            $ldapAttributes->setDomainSid(NextADInt_ActiveDirectory_Sid::of($userSid)->getDomainPartAsSid()->getFormatted());
     423        }
    420424
    421425        $elapsedTimeLdap = time() - $startTimerLdap;
  • next-active-directory-integration/trunk/composer.lock

    r2517646 r2525731  
    212212        {
    213213            "name": "psr/log",
    214             "version": "1.1.3",
     214            "version": "1.1.4",
    215215            "source": {
    216216                "type": "git",
    217217                "url": "https://github.com/php-fig/log.git",
    218                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
    219             },
    220             "dist": {
    221                 "type": "zip",
    222                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
    223                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
     218                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
     219            },
     220            "dist": {
     221                "type": "zip",
     222                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
     223                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
    224224                "shasum": ""
    225225            },
     
    245245                {
    246246                    "name": "PHP-FIG",
    247                     "homepage": "http://www.php-fig.org/"
     247                    "homepage": "https://www.php-fig.org/"
    248248                }
    249249            ],
     
    256256            ],
    257257            "support": {
    258                 "source": "https://github.com/php-fig/log/tree/1.1.3"
    259             },
    260             "time": "2020-03-23T09:12:05+00:00"
     258                "source": "https://github.com/php-fig/log/tree/1.1.4"
     259            },
     260            "time": "2021-05-03T11:20:27+00:00"
    261261        },
    262262        {
     
    793793        {
    794794            "name": "nikic/php-parser",
    795             "version": "v4.10.4",
     795            "version": "v4.10.5",
    796796            "source": {
    797797                "type": "git",
    798798                "url": "https://github.com/nikic/PHP-Parser.git",
    799                 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
    800             },
    801             "dist": {
    802                 "type": "zip",
    803                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
    804                 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
     799                "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
     800            },
     801            "dist": {
     802                "type": "zip",
     803                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
     804                "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
    805805                "shasum": ""
    806806            },
     
    843843            "support": {
    844844                "issues": "https://github.com/nikic/PHP-Parser/issues",
    845                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
    846             },
    847             "time": "2020-12-20T10:01:03+00:00"
     845                "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
     846            },
     847            "time": "2021-05-03T19:11:20+00:00"
    848848        },
    849849        {
     
    26882688        {
    26892689            "name": "symfony/console",
    2690             "version": "v5.2.6",
     2690            "version": "v5.2.7",
    26912691            "source": {
    26922692                "type": "git",
    26932693                "url": "https://github.com/symfony/console.git",
    2694                 "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d"
    2695             },
    2696             "dist": {
    2697                 "type": "zip",
    2698                 "url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d",
    2699                 "reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d",
     2694                "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629"
     2695            },
     2696            "dist": {
     2697                "type": "zip",
     2698                "url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629",
     2699                "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629",
    27002700                "shasum": ""
    27012701            },
     
    27652765            ],
    27662766            "support": {
    2767                 "source": "https://github.com/symfony/console/tree/v5.2.6"
     2767                "source": "https://github.com/symfony/console/tree/v5.2.7"
    27682768            },
    27692769            "funding": [
     
    27812781                }
    27822782            ],
    2783             "time": "2021-03-28T09:42:18+00:00"
     2783            "time": "2021-04-19T14:07:32+00:00"
    27842784        },
    27852785        {
     
    33203320        {
    33213321            "name": "symfony/process",
    3322             "version": "v5.2.4",
     3322            "version": "v5.2.7",
    33233323            "source": {
    33243324                "type": "git",
    33253325                "url": "https://github.com/symfony/process.git",
    3326                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
    3327             },
    3328             "dist": {
    3329                 "type": "zip",
    3330                 "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
    3331                 "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
     3326                "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e"
     3327            },
     3328            "dist": {
     3329                "type": "zip",
     3330                "url": "https://api.github.com/repos/symfony/process/zipball/98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
     3331                "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
    33323332                "shasum": ""
    33333333            },
     
    33623362            "homepage": "https://symfony.com",
    33633363            "support": {
    3364                 "source": "https://github.com/symfony/process/tree/v5.2.4"
     3364                "source": "https://github.com/symfony/process/tree/v5.3.0-BETA1"
    33653365            },
    33663366            "funding": [
     
    33783378                }
    33793379            ],
    3380             "time": "2021-01-27T10:15:41+00:00"
     3380            "time": "2021-04-08T10:27:02+00:00"
    33813381        },
    33823382        {
     
    35443544        {
    35453545            "name": "symfony/yaml",
    3546             "version": "v5.2.5",
     3546            "version": "v5.2.7",
    35473547            "source": {
    35483548                "type": "git",
    35493549                "url": "https://github.com/symfony/yaml.git",
    3550                 "reference": "298a08ddda623485208506fcee08817807a251dd"
    3551             },
    3552             "dist": {
    3553                 "type": "zip",
    3554                 "url": "https://api.github.com/repos/symfony/yaml/zipball/298a08ddda623485208506fcee08817807a251dd",
    3555                 "reference": "298a08ddda623485208506fcee08817807a251dd",
     3550                "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5"
     3551            },
     3552            "dist": {
     3553                "type": "zip",
     3554                "url": "https://api.github.com/repos/symfony/yaml/zipball/76546cbeddd0a9540b4e4e57eddeec3e9bb444a5",
     3555                "reference": "76546cbeddd0a9540b4e4e57eddeec3e9bb444a5",
    35563556                "shasum": ""
    35573557            },
     
    35993599            "homepage": "https://symfony.com",
    36003600            "support": {
    3601                 "source": "https://github.com/symfony/yaml/tree/v5.2.5"
     3601                "source": "https://github.com/symfony/yaml/tree/v5.2.7"
    36023602            },
    36033603            "funding": [
     
    36153615                }
    36163616            ],
    3617             "time": "2021-03-06T07:59:01+00:00"
     3617            "time": "2021-04-29T20:47:09+00:00"
    36183618        },
    36193619        {
  • next-active-directory-integration/trunk/index.php

    r2517867 r2525731  
    44Plugin URI: https://www.active-directory-wp.com
    55Description: Enterprise-ready solution to authenticate, authorize and synchronize your Active Directory users to WordPress. Next Active Directory Authentication supports NTLM and Kerberos for Single Sign On.
    6 Version: 2.2.2
     6Version: 2.2.3
    77Author: active-directory-wp.com
    88Author URI: http://active-directory-wp.com
  • next-active-directory-integration/trunk/readme.txt

    r2517867 r2525731  
    44Requires at least: 5.4
    55Tested up to: 5.7
    6 Stable tag: 2.2.2
     6Stable tag: 2.2.3
    77License: GPLv3
    88
     
    130130For detailed information you can visit the official [GitHub repository of Next Active Directory Integration](https://github.com/NeosIT/active-directory-integration2)
    131131
     132= 2.2.3 =
     133* FIXED: Sync to WordPress fails if user is no longer present in Active Directory (gh-#141)
     134
    132135= 2.2.2 =
    133136* FIXED: Boolean options can't be persisted correctly with 2.2.1 (gh-#140)
  • next-active-directory-integration/trunk/vendor/autoload.php

    r2517867 r2525731  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit8f1925481a8e7101e0d65b086ad4f64c::getLoader();
     7return ComposerAutoloaderInit006de8574b8a403fe3a503c27c6be168::getLoader();
  • next-active-directory-integration/trunk/vendor/composer/InstalledVersions.php

    r2517867 r2525731  
    1515use Composer\Autoload\ClassLoader;
    1616use Composer\Semver\VersionParser;
     17
     18
    1719
    1820
     
    2628  'root' =>
    2729  array (
    28     'pretty_version' => '2.2.2',
    29     'version' => '2.2.2.0',
     30    'pretty_version' => '2.2.3',
     31    'version' => '2.2.3.0',
    3032    'aliases' =>
    3133    array (
    3234    ),
    33     'reference' => 'af0c7368cf31c514f0544c5119c8d03bc82a2ca7',
     35    'reference' => '0456e60429639678eb6d226996d99bb169f12f5b',
    3436    'name' => '__root__',
    3537  ),
     
    3840    '__root__' =>
    3941    array (
    40       'pretty_version' => '2.2.2',
    41       'version' => '2.2.2.0',
    42       'aliases' =>
    43       array (
    44       ),
    45       'reference' => 'af0c7368cf31c514f0544c5119c8d03bc82a2ca7',
     42      'pretty_version' => '2.2.3',
     43      'version' => '2.2.3.0',
     44      'aliases' =>
     45      array (
     46      ),
     47      'reference' => '0456e60429639678eb6d226996d99bb169f12f5b',
    4648    ),
    4749    'defuse/php-encryption' =>
     
    7476    'psr/log' =>
    7577    array (
    76       'pretty_version' => '1.1.3',
    77       'version' => '1.1.3.0',
    78       'aliases' =>
    79       array (
    80       ),
    81       'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc',
     78      'pretty_version' => '1.1.4',
     79      'version' => '1.1.4.0',
     80      'aliases' =>
     81      array (
     82      ),
     83      'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
    8284    ),
    8385    'psr/log-implementation' =>
     
    124126}
    125127
    126 
    127128if (1 === \count($packages)) {
    128129return $packages[0];
     
    316317self::$installedByVendor = array();
    317318}
     319
    318320
    319321
  • next-active-directory-integration/trunk/vendor/composer/autoload_real.php

    r2517867 r2525731  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit8f1925481a8e7101e0d65b086ad4f64c
     5class ComposerAutoloaderInit006de8574b8a403fe3a503c27c6be168
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit8f1925481a8e7101e0d65b086ad4f64c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit006de8574b8a403fe3a503c27c6be168', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit8f1925481a8e7101e0d65b086ad4f64c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit006de8574b8a403fe3a503c27c6be168', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit006de8574b8a403fe3a503c27c6be168::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequire8f1925481a8e7101e0d65b086ad4f64c($fileIdentifier, $file);
     61            composerRequire006de8574b8a403fe3a503c27c6be168($fileIdentifier, $file);
    6262        }
    6363
     
    6666}
    6767
    68 function composerRequire8f1925481a8e7101e0d65b086ad4f64c($fileIdentifier, $file)
     68function composerRequire006de8574b8a403fe3a503c27c6be168($fileIdentifier, $file)
    6969{
    7070    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • next-active-directory-integration/trunk/vendor/composer/autoload_static.php

    r2517867 r2525731  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c
     7class ComposerStaticInit006de8574b8a403fe3a503c27c6be168
    88{
    99    public static $files = array (
     
    8181    {
    8282        return \Closure::bind(function () use ($loader) {
    83             $loader->prefixLengthsPsr4 = ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$prefixLengthsPsr4;
    84             $loader->prefixDirsPsr4 = ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$prefixDirsPsr4;
    85             $loader->prefixesPsr0 = ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$prefixesPsr0;
    86             $loader->classMap = ComposerStaticInit8f1925481a8e7101e0d65b086ad4f64c::$classMap;
     83            $loader->prefixLengthsPsr4 = ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$prefixLengthsPsr4;
     84            $loader->prefixDirsPsr4 = ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$prefixDirsPsr4;
     85            $loader->prefixesPsr0 = ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$prefixesPsr0;
     86            $loader->classMap = ComposerStaticInit006de8574b8a403fe3a503c27c6be168::$classMap;
    8787
    8888        }, null, ClassLoader::class);
  • next-active-directory-integration/trunk/vendor/composer/installed.json

    r2517646 r2525731  
    215215        {
    216216            "name": "psr/log",
    217             "version": "1.1.3",
    218             "version_normalized": "1.1.3.0",
     217            "version": "1.1.4",
     218            "version_normalized": "1.1.4.0",
    219219            "source": {
    220220                "type": "git",
    221221                "url": "https://github.com/php-fig/log.git",
    222                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
    223             },
    224             "dist": {
    225                 "type": "zip",
    226                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
    227                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
     222                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
     223            },
     224            "dist": {
     225                "type": "zip",
     226                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
     227                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
    228228                "shasum": ""
    229229            },
     
    231231                "php": ">=5.3.0"
    232232            },
    233             "time": "2020-03-23T09:12:05+00:00",
     233            "time": "2021-05-03T11:20:27+00:00",
    234234            "type": "library",
    235235            "extra": {
     
    251251                {
    252252                    "name": "PHP-FIG",
    253                     "homepage": "http://www.php-fig.org/"
     253                    "homepage": "https://www.php-fig.org/"
    254254                }
    255255            ],
     
    262262            ],
    263263            "support": {
    264                 "source": "https://github.com/php-fig/log/tree/1.1.3"
     264                "source": "https://github.com/php-fig/log/tree/1.1.4"
    265265            },
    266266            "install-path": "../psr/log"
  • next-active-directory-integration/trunk/vendor/composer/installed.php

    r2517867 r2525731  
    22  'root' =>
    33  array (
    4     'pretty_version' => '2.2.2',
    5     'version' => '2.2.2.0',
     4    'pretty_version' => '2.2.3',
     5    'version' => '2.2.3.0',
    66    'aliases' =>
    77    array (
    88    ),
    9     'reference' => 'af0c7368cf31c514f0544c5119c8d03bc82a2ca7',
     9    'reference' => '0456e60429639678eb6d226996d99bb169f12f5b',
    1010    'name' => '__root__',
    1111  ),
     
    1414    '__root__' =>
    1515    array (
    16       'pretty_version' => '2.2.2',
    17       'version' => '2.2.2.0',
     16      'pretty_version' => '2.2.3',
     17      'version' => '2.2.3.0',
    1818      'aliases' =>
    1919      array (
    2020      ),
    21       'reference' => 'af0c7368cf31c514f0544c5119c8d03bc82a2ca7',
     21      'reference' => '0456e60429639678eb6d226996d99bb169f12f5b',
    2222    ),
    2323    'defuse/php-encryption' =>
     
    5050    'psr/log' =>
    5151    array (
    52       'pretty_version' => '1.1.3',
    53       'version' => '1.1.3.0',
     52      'pretty_version' => '1.1.4',
     53      'version' => '1.1.4.0',
    5454      'aliases' =>
    5555      array (
    5656      ),
    57       'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc',
     57      'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
    5858    ),
    5959    'psr/log-implementation' =>
  • next-active-directory-integration/trunk/vendor/psr/log/Psr/Log/AbstractLogger.php

    r1756617 r2525731  
    1515     * System is unusable.
    1616     *
    17      * @param string $message
    18      * @param array $context
     17     * @param string  $message
     18     * @param mixed[] $context
    1919     *
    2020     * @return void
     
    3131     * trigger the SMS alerts and wake you up.
    3232     *
    33      * @param string $message
    34      * @param array $context
     33     * @param string  $message
     34     * @param mixed[] $context
    3535     *
    3636     * @return void
     
    4646     * Example: Application component unavailable, unexpected exception.
    4747     *
    48      * @param string $message
    49      * @param array $context
     48     * @param string  $message
     49     * @param mixed[] $context
    5050     *
    5151     * @return void
     
    6060     * be logged and monitored.
    6161     *
    62      * @param string $message
    63      * @param array $context
     62     * @param string  $message
     63     * @param mixed[] $context
    6464     *
    6565     * @return void
     
    7676     * that are not necessarily wrong.
    7777     *
    78      * @param string $message
    79      * @param array $context
     78     * @param string  $message
     79     * @param mixed[] $context
    8080     *
    8181     * @return void
     
    8989     * Normal but significant events.
    9090     *
    91      * @param string $message
    92      * @param array $context
     91     * @param string  $message
     92     * @param mixed[] $context
    9393     *
    9494     * @return void
     
    104104     * Example: User logs in, SQL logs.
    105105     *
    106      * @param string $message
    107      * @param array $context
     106     * @param string  $message
     107     * @param mixed[] $context
    108108     *
    109109     * @return void
     
    117117     * Detailed debug information.
    118118     *
    119      * @param string $message
    120      * @param array $context
     119     * @param string  $message
     120     * @param mixed[] $context
    121121     *
    122122     * @return void
  • next-active-directory-integration/trunk/vendor/psr/log/Psr/Log/LoggerAwareTrait.php

    r1756617 r2525731  
    1111     * The logger instance.
    1212     *
    13      * @var LoggerInterface
     13     * @var LoggerInterface|null
    1414     */
    1515    protected $logger;
  • next-active-directory-integration/trunk/vendor/psr/log/composer.json

    r2224724 r2525731  
    88        {
    99            "name": "PHP-FIG",
    10             "homepage": "http://www.php-fig.org/"
     10            "homepage": "https://www.php-fig.org/"
    1111        }
    1212    ],
Note: See TracChangeset for help on using the changeset viewer.