schakko
Forum Replies Created
-
Forum: Plugins
In reply to: [Next Active Directory Integration] Theme compatibilityJust install NADI and check if it works. There is no compat list or anything like this.
Please post a screenshot of your admin menu and the screenshot of all (!) plug-ins you are using. I can’t reproduce this issue.
Forum: Plugins
In reply to: [Next Active Directory Integration] Compatibility with Buddyboss themePlease purchase a plan, so we can make NADI compatible with Buddyboss.
The link above (https://active-directory-wp.com/docs/Networking/Single_Sign_On/index.html) contains all required information how to set up your Apache.
Please read the documentation for SSO: https://active-directory-wp.com/docs/Networking/Single_Sign_On/index.html
Forum: Plugins
In reply to: [Next Active Directory Integration] Disable user if not in security_groups@atrais At the moment, there is no way registered hook you can use. Please feel free to provide a PR which adds a hook in Synchronization\WordPress::synchronize before finishSynchronization is called.
Forum: Plugins
In reply to: [Next Active Directory Integration] How to configure custom login pagePlug-ins like BuddyPress or Ultimate Member are registering the URL “/login” to do authentication. With the described feature, NADI also hooks into the authentication process, if a WordPress plug-in like BuddyPress or UM is used.
I am not really sure what you are trying to achieve as you say that SSO already works fine…
Forum: Plugins
In reply to: [Next Active Directory Integration] When service account is outside base dn@atrais At the moment there is no way to specify another base DN for a service account. You can either provide a PR for this or we can implement this feature for you as a paid service.
In both cases, the Syncrhonization\Abstract::isUsernameInDomain method has to enhanced so that a custom base DN can be used.Forum: Plugins
In reply to: [Next Active Directory Integration] REST API?There is no explicit support for REST API but as WordPress’ REST interface uses the authentication hook, it could work.
Nevertheless: Kerberos/SSO/NTLM will most likely fail, depending upon your REST client. I suggest to use something like the Application Password plug-in (https://wordpress.org/plugins/application-passwords/).Forum: Plugins
In reply to: [Next Active Directory Integration] Sync error after update and PHP 7.4This looks like after upgrading to PHP 7.4 you have not enabled or updated your php_ldap module.
Forum: Plugins
In reply to: [Next Active Directory Integration] redirect to disclamer pageThis can be achieved with additional plug-ins like https://wordpress.org/plugins/peters-login-redirect/ but not with NADI. NADI is only responsible for the authentication.
@khaotic please check if you have a version mismatch between your PHP binary and modules (https://github.com/Adldap2/Adldap2/issues/533). The error “Could not create session handle: Local error…” is not anything coming from the plug-in itself but from your php_ldap module
1. Can you please post a list of all plug-ins you are using?
2. Which error do you receive in Apache’s/nginx’/php-fpm’s error log when executing Sync to WordPress?Forum: Plugins
In reply to: [Next Active Directory Integration] PasswordPlease take a look into our documentation: https://active-directory-wp.com/docs
I assume that this is a misconfiguration on your side. Please check the authentication with the “Test Authentication” link.There are two ways:
1. Change the Timeout/fastcgi_read_timeout/proxy_read_timeout setting of your Apache webserver. This will affect all connections of your webserver and may be not what you want.
2. You can buy a support license and use the wp-cli Premium Extension (https://active-directory-wp.com/premium-extension/ and https://active-directory-wp.com/docs/Premium_extensions/WP-CLI.html) to start the synchronization directly on the server. This will prevent you from receiving an HTTP 500 error.