Plugin / Next Active Directory Integration

NeosIT GmbH

Changelog

Changelog

For detailed information you can visit the official GitHub repository of Active Directory Integration 2

2.1.9

  • ADDED: Premium extension WP-CLI to execute “Sync to WordPress/AD” with wp-cli to circumvent webserver/proxy timeouts (NADIS-98)
  • ADDED: option to disable SSO when using XML-RPC (ADI-679, NADIS-92)
  • FIXED: when changing the sAMAccountName or userPrincipalName in the AD a new user would have been created in WordPress (ADI-688, NADIS-89)
  • FIXED: Ultimate Member premium plug-in no longer works with new NADI version (ADI-687, NADIS-96)
  • FIXED: bug in adLDAP library; when LDAPS is enabled a custom port would not have been applied (ADI-690, NADIS-94)
  • ADDED: hook next_ad_int_user_create_email which is executed when “Duplicate email prevention” is set to “Create” (ADI-691)
  • FIXED: various issues with “Duplicate email prevention”; refactored logic (ADI-691)
  • FIXED: NADI got disabled when using any WP-CLI command (ADI-692)
  • ADDED: logging configuration can be set with filters (ADI-693)

2.1.8

  • FIXED: compatibility issues when using the Woffice theme (ADI-659)
  • FIXED: missing email parameter when creating users (GitHub #74 Thanks to nefarius, ADI-615)
  • FIXED: an issue with the ‘Prevent email change’ option (https://wordpress.org/support/topic/new-user-creation-error/ Thanks to mlipenk, ADI-670)
  • ADDED: new hook to hide the ‘Log in using SSO’ option (https://wordpress.org/support/topic/remove-link-log-in-using-sso-on-login-page/ Thanks to vyatcheslav, ADI-672)
  • FIXED: refactored post authentication logic into separate services (ADI-671, ADI-673)

2.1.7

  • FIXED: the hooks auth_before_create_or_update_user and auth_after_create_or_update_user were not registered so the SSO authentication always failed silently (ADI-668)

2.1.6

  • FIXED: custom authentication filters were not registered properly (ADI-665) this will fix SSO related issues
  • FIXED: test authentication will now properly check for authorization groups again

2.1.5

  • FIXED: replaced all references to the deprecated each-function with foreach (ADI-628)
  • FIXED: authorization groups will now properly prevent users from logging in (ADI-664, https://wordpress.org/support/topic/authorization-groups-not-working/ Thanks to shmew22, GitHub #92 Thanks to pokertour)
  • FIXED: the menu-visibility options were missing inside the profile-tab (ADI-663, https://wordpress.org/support/topic/menu-items-missing-3/ Thanks to 5tu)
  • ADDED: 2 new filters to allow for custom validation during the authentication process (ADI-657, GitHub #89 Thanks to Destabilizator)

2.1.4

  • FIXED: isUserAuthorized() prevented login for users successfully authenticated via SSO at Active Directory due username was passed instead of guid
  • FIXED: HelperTabs not opening anymore due bootstrap css .hidden class overwrites WordPress css .hidden class
  • FIXED: verify connection input and button share the same element ID causing a DOM error in the browser console log
  • ADDED: SSO Username variable helper tab content now contains a table including all supported variables and their current $_SERVER values

2.1.3

  • ADD: added message on the profile configuration page to inform customers about end of PHP version <7.1 support
  • ADD: json response for “Sync to WordPress” triggered via powershell
  • ADD: improved logging in within the Connection.php class
  • ADD: missing German translations
  • ADD: PHP_AUTH_USER to SSO username variables
  • FIXED: app.config and password.controller.config being flagged by customer firewalls / security plugins which resulted in them not being loaded properly (renamed them)
  • FIXED: redirect to target site not working properly after being authenticated via NADI SSO
  • FIXED: isUserAuthorized() not working properly with UPNs
  • FIXED: “Set local Password” not working if “Automatic user update” was enabled at the same time
  • FIXED: “Overwrite with empty value” not working anymore

2.1.2

  • FIXED: NTLM authentication not working if samAccountName of a user does not match the part of the UPN in front of the suffix
  • REMOVED: NADI support license nag message on WordPress plug-in page

2.1.1

  • ADD: Github#59 proxy address login (Special thanks to Github user nedwidek for contributing this functionality)
  • ADD: profile picture ad attributes to the ad attributes dropdown at the ad attributes configuration page
  • ADD: Github#44 claims based authentication (Special thanks to Github user rgottsch for contributing this functionality)
  • ADD: new option to decide if you want to grant smart card users access to the WordPress environment
  • ADD: links to the specific documentation pages for each configuration page
  • ADD: Github#64 powershell script to trigger “Sync to WordPress” and “Sync to AD” (Special thanks to Github user nemchik for contributing this)
  • FIX: Github#49 its now possible to enter an empty base dn
  • FIX: adjusted base DN description
  • FIX: Github#59 typo in LoginService.php
  • REMOVED: whitespaces inside the rendered curl and wget tags
  • REMOVED: old code that caused an warning with PHP 7.2.0 changes to count() and sizeOf()

2.1.0

  • ADD: NADI is now using Monolog for everything related to logs
  • ADD: added a button to manually persist “Logging” configurations
  • FIX: user attributes are now correctly logged
  • FIX: fixed a problem where the port configuration for LDAPS was not used
  • FIX: updated twig to the latest 1.x version. (2.x requires >= PHP 7.0.0)
  • ADD: debug logs messages will be not displayed in the frontend log anymore in order to prevent an overflow
  • ADD: dummy logger in order to prevent outdated premium extensions from crashing
  • REMOVED: removed log4php from NADI

2.0.14

  • ADD: added frontend information banners for NADI premium extensions
  • ADD: added frontend information about why “Sync to WordPress” can not be started
  • FIX: members of not mapped security groups will now receive the default role “Subscriber”
  • FIX: “Clean existing Roles” is now default set to false
  • ADD: added new style for configuration page
  • FIX: fixed some style issues
  • ADD: added logic to determine if a NADI option already exists in the DB to prevent the problem saving options with default value true
  • ADD: added detailed log on which UAC flag is responsible for users not beeing imported
  • FIX: fixed logs destroying the user profile while trying to update a user profile / also catched exception
  • FIX: fixed template conditions causing problems in Microsoft Edge

2.0.13

  • FIX: switched from mcrypt to defuse/php-encryption
  • FIX: decoupled password update from user update to allow for automatic password updates without ‘auto update user’ set to true
  • FIX: marked brute force protection deprecated
  • FIX: minor bugs when using ldap over ssl
  • ADD: sync to ad now uses the GUID for syncronization
  • FIX: verify domain controller connectivity before incrementing brute force protection counter
  • FIX: custom attributes inside the user profile will prioritize the custom description (thanks to mzemann)
  • FIX: changed the look of Sync to AD, Sync to WordPress and Test authentication
  • ADD: added row to users list for premium extension (custom user role management)
  • FIX: added the complete dirname when using require_once inside index.php (GitHub #47)

2.0.12

  • ADD: internationalization for all plugin strings (ADI-432 ADI-436 see https://translate.wordpress.org/projects/wp-plugins/next-active-directory-integration)
  • FIX: roles are now mapped using the GUID instead of sAMAccountName (ADI-428)
  • ADD: option for preventing disabled users to be synchronized to WordPress (ADI-223)
  • ADD: validation for Base DN
  • FIX: problem when sending brute force protection notifications via email (ADI-464)
  • FIX: non NADI users being blocked by the brute force protection
  • FIX: brute force protection now checks for the whole username (ADI-424)
  • FIX: updating user profiles without bind user (ADI-439)
  • FIX: countdown for brute force protection (ADI-456)

2.0.11

  • ADD: NTLM support for SSO (sponsored by Vogels – www.vogels.com)
  • ADD: implementation of hooks to provide an API (ADI-145)
  • ADD: premium extensions available for support license subscribers
  • ADD: log reason for not being able to increase max_execution_time (ADI-396)
  • ADD: log message that AD security group could not be found (ADI-397)
  • ADD: improve logging number of users to import from AD to WordPress (ADI-414)
  • FIX: synchronization does not work b/c getDomainSid returns “S-0” (ADI-412)
  • FIX: “Test authentication” does not allow characters like a backward slash (ADI-421)
  • FIX: permanent redirects after successful authentication (ADI-422)
  • FIX: error “the current user is being initialized without using $wp->init()” when using BuddyPress (ADI-416)
  • FIX: blocking of users with long user names (ADI-330)
  • FIX: get_blog_details replaced with get_site to maintain compatibility with WordPress 4.7+ (ADI-419)
  • FIX: restrict output of debug LDAP user information to only an amount of characters (ADI-420)
  • FIX: Sync to WordPress: default WordPress role “Subscriber” is not assigned (ADI-401)
  • FIX: Users with admin role granted by WordPress lose their role when logging into the site for the first time (ADI-380)

2.0.10

  • ADD: option to enable/disable authentication using XML-RPC
  • FIX: reworked user interface
  • FIX: sync ends after deleted account is no longer present in Active Directory
  • FIX: integration tests
  • FIX: emails will not be sent to administrators (GitHub #27 Thanks to kyleflan)
  • FIX: users can now be disabled from WordPress
  • ADD: HTTP_X_REMOTE_USER is now an option in the SSO configuration (GitHub #29 Thanks to laughtonsm)

2.0.9

  • FIX: add missing default value for method parameter

2.0.8

  • FIX: remove PHP 5.6 code (GitHub #22 Thanks to requincreative)

2.0.7

  • ADD: custom user roles can be used in “Role equivalent groups”
  • ADD: the logger is disabled by default (and can be enabled inside the configuration)
  • ADD: log file path can be configured (default is wp-content/plugins/next-active-directory-integration/logs/debug.log)

2.0.6

  • FIX: show activation notice only after activating this plugin (https://wordpress.org/support/topic/activate-plugin-notification-bug/ Thanks to bobchou9)
  • FIX: SSO/verify-password errors by un-quoting values in $_GET/$_POST/$_SERVER. WordPress quotes all entries in $_GET/$_POST/$_SERVER automatically (GitHub #20 Thanks to plantjes)

2.0.5

  • FIX: check if AD result is not empty before accessing distinguished name (GitHub #16 Thanks to petterannerwall)
  • ADD: optional support for Down-Level User Name (like TEST\klammer) (GitHub #18)

2.0.4

  • ADD: make log pattern configurable (https://wordpress.org/support/topic/please-add-timestamps-to-the-debug-log-file/ Thanks to tmuikku)

2.0.3

  • FIX: brute force protection is now be disabled (GitHub #14 Thanks to Munnday (David Munn))
  • FIX: the max count of login tries and the block time are now editable

2.0.2

  • FIX: SSO caused a PHP error during login (GitHub #13 Thanks to Jason Taylor and Munnday (David Munn))

2.0.1

  • FIX: missing german translation

2.0.0

  • ADD: support for WordPress Multisite through profiles
  • ADD: Profiles can be customized, including the permission of every option
  • ADD: support for PHP7
  • ADD: detailed documentation at https://www.active-directory-wp.com/docs/Getting_Started.html
  • ADD: experimental support for multiple Active Directory domains; see FAQ
  • ADD: easier handling and description of encryption methods for LDAP
  • ADD: additional columns in Multisite overview for networks and users
  • ADD: user names can be explicitly excluded from authentication
  • ADD: menu entries of Next ADI can be hidden
  • ADD: Next ADI can be disabled per Multisite site environment
  • CHANGE: large user interface improvements
  • CHANGE: complete rewrite of the PHP backend
  • CHANGE: userPrincipalName is leading attribute for user identification instead of sAMAccountName
  • FIX: Role Equivalent Groups can be mapped to multiple WordPress roles instead of only one
  • and much much more we can not list here. Please take the time and read the official documentation 🙂

1.x (Active Directory Integration)

  • deprecated and no further development

Ratings

5
12 reviews

Rating breakdown

Details Information

Version

2.1.9

First Released

30 Aug, 2016

Total Downloads

46,602

Wordpress Version

4.0 or higher

Tested up to:

5.1.3

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.