schakko
Forum Replies Created
-
Hi @florianbad ,
– did NADI worked before the update to 2.2.2?
– did you have changed anything prior to the PHP and/or WordPress update?Please enable NADI’s debug.log as described in https://active-directory-wp.com/docs/Configuration/Logger.html to see what this causes the error. My best shot would be that your Apache does not forward the Kerberos credentials if you have SSO enabled.
Forum: Reviews
In reply to: [Next Active Directory Integration] Doesn’t work with Synology AD (SAMBA)Just a quick follow up: In NADI you have to select “STARTTLS” if you encounter the error “Strong(er) authentication required” when trying to connect to Samba.
Forum: Plugins
In reply to: [Next Active Directory Integration] Auto Logout?@grungyape There is not such an option like auto log out of users. Can you confirm it’s NADI causing the problem or did you have updated other plug-ins as well?
Thank you for your feedback @eloewen!
We have tracked the issue in https://github.com/NeosIT/active-directory-integration2/issues/140 and just published 2.2.2 which fixes the bug.Forum: Plugins
In reply to: [Next Active Directory Integration] Error while syncing with wordpressHi @wesley0101, we have just released version 2.2.1. Can you check if it now works to you?
Forum: Plugins
In reply to: [Next Active Directory Integration] Error while syncing with wordpressHi Wesley,
we are tracking this issue at https://github.com/NeosIT/active-directory-integration2/issues/138. A bugfix release will happen in the next few days.Forum: Plugins
In reply to: [Next Active Directory Integration] Automatic user creation deprecationThe option in the UI has been a leftover from ADI 1.x. It had no effect for 3 years as authenticated users have been always implicitly created. Removing it from the UI has no effect for any features of NADI.
So no need for any work on your side 🙂Forum: Plugins
In reply to: [Next Active Directory Integration] user permission changes– From which NADI version did you update?
– With “permissions” you mean the assigned role of the user?
– What do you mean with “NADI profile assigned existing users”?Can you share an anonymized debug log after you have set the role back and the user tries to log in?
Hi Tom,
I just took a look into the free version of SupportCandy. There is nothing I can think of which could lead to such a behavior.
Maybe it’s their WooCommerce Integration, Private Credentials or Usergroups addon which causes the error. Just enable one of their addons at a time and see which causes the deactivation of NADI.If you have purchased a support plan for NADI (https://active-directory-wp.com/shop-overview/) we can take a deeper look into it.
Greetings,
SchakkoForum: Plugins
In reply to: [Next Active Directory Integration] Support for new versions of WPIt’s hard to give an estimate as the AD forest support needs extensive testing. We are planning a release by end of March. Currently we are collecting feedback from our customers.
If you are experiencing issues with the current version, you can purchase a support plan so we can dive into it.
After you have connected your NADI instance with your Active Directory, the NETBIOS name of your domain will be printed out on your “Environment” tab in NADI (https://active-directory-wp.com/docs/Configuration/Environment.html).
You can use the “Account suffix” option (https://active-directory-wp.com/docs/Configuration/User.html) to strip the NETBIOS name and then append the suffix during authentication.
Please note that there is no technically correlation between your sAMAccountName and your userPrincipalName, see https://active-directory-wp.com/docs/Technical_details/Active_Directory_internals/Users.html.Forum: Plugins
In reply to: [Next Active Directory Integration] ERR_TOO_MANY_REDIRECTSAre you using plug-ins like BuddyPress or anything with a custom login page? Is your WordPress instance located behind a reverse proxy?
Forum: Plugins
In reply to: [Next Active Directory Integration] Flood with Warnings in nadi-debug.logHi Patrick,
the log messages occur either due to an active/inactive WordPress session or because of a Cron job, executed by WordPress itself.
I’ve stumbled about the messages, too. But there is no good way to filter out “valid” login attempts against such noise described above :-/Forum: Plugins
In reply to: [Next Active Directory Integration] Support for new versions of WPBehind the scenes we are currently working on 2.2.0 with support for Active Directory domain forests.
I’ve tested the SSO authentication process against 5.6.1 extensively in the last days.
The behavior you are describing looks more like a problem with your webserver’s configuration. Neither NADI nor WordPress will trigger your browser’s password dialog to appear. It only happens if your webserver can not extract any credentials.Forum: Reviews
In reply to: [Next Active Directory Integration] Doesn’t work with Synology AD (SAMBA)As you have written, this is not a problem of NADI: Samba/OpenLDAP is not supported. You can try the solution at https://superuser.com/questions/1358796/ldapsearch-stronger-authentication-required-transport-encryption-required as it seems to be a configuration issue.