schakko
Forum Replies Created
-
Forum: Plugins
In reply to: [Next Active Directory Integration] Intermitant Log in issues for usersPlease check your attribute mapping (https://docs.active-directory-wp.com/Configuration/Attributes/index.html) for a
timestamp
type field. This could be a misconfiguration, so that this field should be astring
.We are adding an explicit cast for string to int. You can check out https://github.com/NeosIT/active-directory-integration2/commit/8b55b2af2465585f184bf420cf167616b6da545b
For reference: We are tracking this issue in https://github.com/NeosIT/active-directory-integration2/issues/184
Forum: Plugins
In reply to: [Next Active Directory Integration] OLD AD passwordYou have probably enabled some or all of the options of NADI’s password management. After disabling them, you should be good to go.
Awesome! I’ll prepare a new release.
@wpschorsch Thank you! Can you check out the commit https://github.com/NeosIT/active-directory-integration2/commit/55f79a5319c8ae504eb993528227c44263af8979 or the develop branch? This should fix the issue.
For reference: We are tracking this issue at https://github.com/NeosIT/active-directory-integration2/issues/183.
Forum: Plugins
In reply to: [Next Active Directory Integration] No login with AD UserYou have to add user UPN suffix (
@domain.tld
) to the *Account suffix* list: https://docs.active-directory-wp.com/Configuration/User.html@wpschorsch I’ve released 3.0.3 a few moments ago with some other fixes.
Awesome, thank you for the feedback ??
@wpschorsch I’ve just created a patch. Can you check out either the develop branch or just download the
LogFacade.php
file from https://github.com/NeosIT/active-directory-integration2/commit/97a30fde29dbb35f9e435d5f6264c648e18c0bed and move that one towp-content/plugins/next-active-directory-integration/src/shared/Util/Logger/LogFacade.php
? That should fix the issue.We are tracking this issue in https://github.com/NeosIT/active-directory-integration2/issues/178
Forum: Plugins
In reply to: [Next Active Directory Integration] NADI 3.0Thank your for reporting back ??
Forum: Plugins
In reply to: [Next Active Directory Integration] NADI 3.0@steveathermans I’ve just taken a look into it and released 3.0.1. Can you test it?
Forum: Plugins
In reply to: [Next Active Directory Integration] NADI 3.0We have tested NADI 3.0 against PHP 8.2 and it is supported. Can you post the critical error so we can take a look into it?
Forum: Plugins
In reply to: [Next Active Directory Integration] 3.0 Update Breaks Entire SiteYou are probably using PHP 7.x, which has been in security fixes-only mode since ~January 2022 and EOLed with the end of 2022 (https://www.php.net/supported-versions.php).
NADI 3.0 requires urgent security updates for 3rd party packages. Those updates require PHP 8.0 or later.
Please upgrade to PHP 8.0 or directly to 8.1. WordPress 6.1 fully supports PHP 8.If – for some reasons – you are required to use PHP 7.x, you can download a previous version of NADI from https://www.ads-software.com/plugins/next-active-directory-integration/advanced/.
Forum: Plugins
In reply to: [Next Active Directory Integration] Problem with WP-RocketI’ve looked into the issue and it comes from conflicting dependencies (https://github.com/NeosIT/active-directory-integration2/issues/169). We’ve been working on this issue the last days. You can head over to https://github.com/NeosIT/active-directory-integration2/releases/tag/v3-rc4 and grab the 3.0.0-rc4 release for testing purposes. The issue you have experienced, should be fixed with rc4.
Due the large changes required, the release of 3.0.0 takes some time.
Forum: Plugins
In reply to: [Next Active Directory Integration] WP 6.1.1 problem@mc001 Thank you for the response, I forgot to mention that you have to copy the vendor files :-/
Good, that the new adLdap version fixes the issues. I can only suggest that you switch from WP Crontrol to a “real” Linux cronjob or a Windows scheduled task.
Forum: Plugins
In reply to: [Next Active Directory Integration] WP 6.1.1 problem@mc001 Yes, I came to the same conclusion. I’ve tracked this issue in https://github.com/NeosIT/active-directory-integration2/issues/166 and created a patch for this.
Can you check out https://github.com/NeosIT/active-directory-integration2/tree/bugfix/166-ldap_get_entries-expects-ldapresult-instance-as-second-parameter and try it with that version?