schakko
Forum Replies Created
-
groupsassigner.phpseems to be a plug-in you have developed. You have to change the argument types fromNextADInt_Adi_UsertoDreitier\Nadi\User\User.Please check out the latest version of https://github.com/NeosIT/active-directory-integration2/blob/develop/src/shared/Ldap/Connection.php – that one should fix the issue.
For reference: I am tracking this issue in https://github.com/NeosIT/active-directory-integration2/issues/186
Forum: Plugins
In reply to: [Next Active Directory Integration] Creating adLDAP object failed.@svaughn The last version 2.2.x has been released in 2021. Please use the recent NADI 3.0.x version.
Forum: Plugins
In reply to: [Next Active Directory Integration] Intermitant Log in issues for usersYou have to update also the
whencreated / user_created_onfield and set this one fromtimetostringif the fix does not work.If you are still experiencing this issue, I’d like to encourage you to purchase one of our plans.
Forum: Plugins
In reply to: [Next Active Directory Integration] Intermitant Log in issues for users@webmasterhboe Can you share your screenshot on another image service? Your website times out.
Have you tried the patch mentioned above?
Forum: Plugins
In reply to: [Next Active Directory Integration] OLD AD passwordMaybe WordPress has fallback to your local WordPress password which has been previously entered before NADI has been installed. You should check NADI’s debug.log. By default, NADI does not store any passwords.
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
timestamptype 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.phpfile 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 🙂