schakko
Forum Replies Created
-
Forum: Plugins
In reply to: [Next Active Directory Integration] Network/Multisite WordPress@bchalker: Please check for any JavaScript errors by pressing F12 and select “Console”. It’s likely that there are old JavaScript files in your cache. Just flush the cache and try it again.
Forum: Plugins
In reply to: [Next Active Directory Integration] Network/Multisite WordPressNADI must be installed and activated network-wide and *not* inside a site of a multisite network. You define central NADI profiles which can be used for each site in the network or just for specific sites.
Not, it is not. The issue is tracked with ADI-427 and scheduled for the next release.
Forum: Plugins
In reply to: [Next Active Directory Integration] new plugin hooksDocumentation for API has been updated: http://active-directory-wp.com/docs/API/index.html
Forum: Plugins
In reply to: [Next Active Directory Integration] How to add an additional class for importHi @stopha,
we have updated the documentation: https://active-directory-wp.com/docs/API/Synchronization.htmlThe hook ad2wp_filter_roles should fit your needs.
Forum: Plugins
In reply to: [Next Active Directory Integration] SSO NTLM on Windows 2012 R2 ISS 8We will release the 2.0.11 in this week, so please be patient ๐
Forum: Plugins
In reply to: [Next Active Directory Integration] How to add an additional class for importJust to answer your question: with the upcoming version you can use designated hooks/filters for this.
Forum: Plugins
In reply to: [Next Active Directory Integration] Passing Credential to Windows ServerAs already written: With NADI we will not share any credentials. You may use Kerberos for SSO or you can use a solution like OAuth or Crowd to pass user information (but not credentials).
Good to hear ๐
Forum: Plugins
In reply to: [Next Active Directory Integration] Passing Credential to Windows ServerYou could pass this as POST request parameter. But we will definitely not implement this. This is a security horror nightmare.
Kerberos is, what you want and should use.Forum: Plugins
In reply to: [Next Active Directory Integration] Passing Credential to Windows ServerI do not understand the question. Would you please elaborate what exactly a) does not work or b) you want to achieve.
My guess is that one of the other plug-ins throws a JavaScript error or conflicts with AngularJS. Try to deactivate one of the other plug-ins one by one and see which one conflicts with NADI.
Forum: Plugins
In reply to: [Next Active Directory Integration] Test works but site does notHandled by support case NADIS-23.
Hey guys from WP RSS Aggregator!
Can you permanently change the line$logger = $this->createComponent('Logger', $this->getPlugin());in wp-rss-aggregator\includes\Aventura\Wprss\Core\ComponentFactory.php into
$logger = $this->createComponent('Aventura\Wprss\Core\Component\Logger', $this->getPlugin());?
This would fix the issue and does not conflict with an existing Logger class.