schakko
Forum Replies Created
-
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://wordpress.org/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?Forum: Plugins
In reply to: [Next Active Directory Integration] WP 6.1.1 problemFYI: I’ve just checked the sample in our documentation against the latest NADI, WordPress and wp-crontrol version and it is working fine. Are there any other issues logged?
Forum: Plugins
In reply to: [Next Active Directory Integration] WP 6.1.1 problemHm, NADI does not register its own cronjobs, so I assume that you are using a 3rd party plug-in like wp-crontrol (https://active-directory-wp.com/docs/Usage/How_to_add_a_cron_job_via_Wp_Control.html) which has then be configured to execute the cron job.
As you might have conclude from https://wordpress.org/support/topic/cron-unschedule-event-error-for-hook/#post-16185568 this seems to be a bug in either WordPress 6.1.1 or wp-crontrol.Forum: Plugins
In reply to: [Next Active Directory Integration] Problem with WP-Rocket@gate4game NADI should not interfere with WP Rocket. ASFAIR WP Rocket provides only caching functionality but does not alter WordPress’ authentication mechanism.
Can you describe what problems you are experiencing?Forum: Plugins
In reply to: [Next Active Directory Integration] Configuration Screen Greyed OutNo response from thread opener. But this issue might be fixed with 2.3.5, see https://github.com/NeosIT/active-directory-integration2/issues/158,
Forum: Plugins
In reply to: [Next Active Directory Integration] Sync to AD (WP new user)Ah!
Creating new Active Directory users is outside the scope of NADI due to security and compliance reasons. But you can use the hook next_ad_int_sync_wp2ad_after_user_synchronize to implement such a logic by yourself.Forum: Plugins
In reply to: [Next Active Directory Integration] email synch to WPWhen creating a new user or updating an existing one, the
mailAD attribute should already update the user_email field. At least this is working in our test environments.Forum: Plugins
In reply to: [Next Active Directory Integration] Groups in GroupHi @marco_b,
yes and no:For Sync to WordPress, only members of the configured security groups are synchronized. If the security group contains other SGs, those SGs will not be synchronzed.
When a single user is then synchronized to WordPress, all of his security groups (direct or nested) are recurisvely loaded and then mapped to group equivalent WordPress roles.
We have added a how-to to add attributes to the Global Catalog: https://active-directory-wp.com/docs/Configuration/Attributes/Adding_LDAP_attributes_to_the_Global_Catalog.html
Forum: Plugins
In reply to: [Next Active Directory Integration] Sync to AD (WP new user)You mean that you cannot sync WordPress user to the Active Directory? Did you follow https://active-directory-wp.com/docs/Configuration/Sync_to_AD.html? What are NADI’s debug logs saying?