schakko
Forum Replies Created
-
Good question!
NADI does not support this directly. But we have customers who are using third party plug-ins for custom roles to secure specific pages. These WordPress groups are mapped by NADI’s role mapping feature.Forum: Plugins
In reply to: [Next Active Directory Integration] Permissions with Role equivalent groupsGlad to hear that!
Forum: Plugins
In reply to: [Next Active Directory Integration] Conectivity problemPlease enable logging as described in https://active-directory-wp.com/docs/Configuration/Logger.html and check the debug.log.
Possible reasons could be:
– Domain controller is not available due to networking issues
– One of multiple domain controllers is not responsible for answering an LDAP query
– Other plug-ins (like additional 2FA plug-ins) do interfer– What happens if you disable each of the options on the “Password” tab?
– Do you use something like Azure AD / Azure Active Directory Domain /or local read-only domain controllers?
– Does the final UPN (hreeves@ujis.nashville.org) matches the userPrincipalName attribute in your Active Directory?Forum: Plugins
In reply to: [Next Active Directory Integration] Plugin deactivatesDo you see some errors in your webserver’s log file? NADI has no functionality to make it disable by itself.
– NADI uses the wp_options table to block users.
– We’d like to encourage you to use a dedicated brute force protection plug-in as NADI’s BFP functionality is protected.
– Please check your NADI’s debug.log or the webserver’s error log to see if any PHP errors occurred. Maybe this is related to some PHP changes we did not cover.Forum: Plugins
In reply to: [Next Active Directory Integration] User Blocked cannot unblock– NADI uses the wp_options table to block users.
– We’d like to encourage you to use a dedicated brute force protection plug-in as NADI’s BFP functionality is protected.
– Please check your NADI’s debug.log or the webserver’s error log to see if any PHP errors occurred. Maybe this is related to some PHP changes we did not cover (see https://wordpress.org/support/topic/login-blocked-by-brute-force-protection-after-upgrading-to-php-7-3-19/).Forum: Plugins
In reply to: [Next Active Directory Integration] Specify password recovery linkThere is no hook available. As the authentication is done by the Active Directory, you should Outlook Web Access to let your AD users to change their passwords.
Forum: Plugins
In reply to: [Next Active Directory Integration] Sync To WordPress & ADYou have to use userPrincipalName of the Active Directory user/account you want to use for the synchronization, e.g. nadi@ad.mydomain.com.
Forum: Plugins
In reply to: [Next Active Directory Integration] NADI not syncing phone numbers– Does the updated phone number occur in the debug.log output?
– Do you other plug-ins like BuddyPress installed?Hi @destabilizator I’ve taken a look into this but I am not able to reproduce it. Please considering to purchase a support plan as this is not something I can solve remotely.
@see https://github.com/NeosIT/active-directory-integration2/issues/114
Forum: Plugins
In reply to: [Next Active Directory Integration] Multiple domains?Yes, you can use the Global Catalog (https://active-directory-wp.com/docs/FAQ/index.html) for this but we nevertheless don’t support multiple AD domains.
Forum: Plugins
In reply to: [Next Active Directory Integration] Authentication After AD BindingThe local WordPress users will stay inside your WordPress instance but they might getting new meta attributes assigned.
You should disable the “Clean existing roles” option (https://active-directory-wp.com/docs/Configuration/Permissions.html).
Forum: Plugins
In reply to: [Next Active Directory Integration] Problem logging in after long absencePlease enable logging (https://active-directory-wp.com/docs/Configuration/Logger.html) and take a look into the debug file.