schakko
@schakko on WordPress.org
- Member Since: March 9th, 2016
- Location: Wolfsburg
- Website: schakko.de
Bio
Contribution History
schakko’s badges:- Plugin Developer
-
Created a topic, Important: Breaking changes with NADI 3.0.0, on the site WordPress.org Forums:
With the upcoming version NADI 3.0.0 on March 01, 2022… -
Posted a reply to Problem with WP-Rocket, on the site WordPress.org Forums:
I've looked into the issue and it comes from conflicting dependencies (https://github.com/NeosIT/active-directory-integration2/issues/169). We've been working… -
Posted a reply to WP 6.1.1 problem, on the site WordPress.org Forums:
@mc001 Thank you for the response, I forgot to mention that you have to copy… -
Posted a reply to WP 6.1.1 problem, on the site WordPress.org Forums:
@mc001 Yes, I came to the same conclusion. I've tracked this issue in https://github.com/NeosIT/active-directory-integration2/issues/166 and… -
Posted a reply to WP 6.1.1 problem, on the site WordPress.org Forums:
FYI: I've just checked the sample in our documentation against the latest NADI, WordPress and… -
Posted a reply to WP 6.1.1 problem, on the site WordPress.org Forums:
Hm, NADI does not register its own cronjobs, so I assume that you are using… -
Posted a reply to Problem with WP-Rocket, on the site WordPress.org Forums:
@gate4game NADI should not interfere with WP Rocket. ASFAIR WP Rocket provides only caching functionality… -
Posted a reply to Configuration Screen Greyed Out, on the site WordPress.org Forums:
No response from thread opener. But this issue might be fixed with 2.3.5, see https://github.com/NeosIT/active-directory-integration2/issues/158, -
Posted a reply to Sync to AD (WP new user), on the site WordPress.org Forums:
Ah! Creating new Active Directory users is outside the scope of NADI due to security… -
Posted a reply to email synch to WP, on the site WordPress.org Forums:
When creating a new user or updating an existing one, the mail AD attribute should… -
Posted a reply to Groups in Group, on the site WordPress.org Forums:
Hi @marco_b, yes and no: For Sync to WordPress, only members of the configured security… -
Posted a reply to Sync to WordPress not syncing departmentNumber, on the site WordPress.org Forums:
We have added a how-to to add attributes to the Global Catalog: https://active-directory-wp.com/docs/Configuration/Attributes/Adding_LDAP_attributes_to_the_Global_Catalog.html -
Posted a reply to Sync to AD (WP new user), on the site WordPress.org Forums:
You mean that you cannot sync WordPress user to the Active Directory? Did you follow… -
Posted a reply to Sync to WordPress not syncing departmentNumber, on the site WordPress.org Forums:
The field departmentNumber is - by default - not avavilable in the Global Catalog. If… -
Posted a reply to Sync to WordPress not syncing departmentNumber, on the site WordPress.org Forums:
Hm, the obvious question is: Does the user you are trying to synchronize have the… -
Posted a reply to Sync to WordPress not syncing departmentNumber, on the site WordPress.org Forums:
You can try to var_dump-debug the code in classes/Adi/User/Manager.php (https://github.com/NeosIT/active-directory-integration2/blob/c35e1389669eca9e77df373383472242e63e19b9/classes/Adi/User/Manager.php) line 458 with // that… -
Posted a reply to Sync to WordPress not syncing departmentNumber, on the site WordPress.org Forums:
@marco_b Hey Marco, can you rename the attribute mapping from "departmentNumber" to "departmentnumber" (lower-case "n")… -
Posted a reply to User with Disabled user checkbox active can login, on the site WordPress.org Forums:
Can you elaborate on which WordPress field you are referring to? The "User Disabled" field… -
Posted a reply to Configuration Screen Greyed Out, on the site WordPress.org Forums:
Can you check for any JavaScript errors by using your browser's Web Developer console (usually,… -
Posted a reply to Fatal errors on plugin installation, on the site WordPress.org Forums:
@amilhub This seems to be an issue with the WordPress' Redux framework and your SaaSland… -
Posted a reply to Help to debug auth error, on the site WordPress.org Forums:
Please enable the debug.log and then check the timestamps of the Event Log entry with… -
Posted a reply to wordfence support, on the site WordPress.org Forums:
I've looked into it and added some hooks to make NADI compatible with Wordfence. You… -
Posted a reply to Copy profiles, on the site WordPress.org Forums:
Hi Jonas, if you have any PRs open, feel free to contribute at https://github.com/NeosIT/active-directory-integration2. Adding… -
Posted a reply to an error occurred while saving the configuration, on the site WordPress.org Forums:
@leonado - Check your Apache's/nginx/IIS error log for any issue - If available, check your… -
Posted a reply to AD Account Lockout, on the site WordPress.org Forums:
@bailz564 NADI is responsible for doing the authentication but there does nothing exist like an… -
Posted a reply to AD Account Lockout, on the site WordPress.org Forums:
NADI itself does not store your password (aside from the required service accounts for Sync… -
Posted a reply to AD Account Lockout, on the site WordPress.org Forums:
Hi @bailz564, if your user's account get locked, it might be due to the "Account… -
Posted a reply to rror with login and test authentication, on the site WordPress.org Forums:
@percoz78 You are right. The "Allow proxy address login" feature is affected by the issue.… -
Posted a reply to Sync To WordPress, on the site WordPress.org Forums:
As mentioned in the documentation (https://active-directory-wp.com/docs/Configuration/Sync_to_WordPress.html), you have to configure the security groups which have… -
Posted a reply to rror with login and test authentication, on the site WordPress.org Forums:
You are probably affected by https://github.com/NeosIT/active-directory-integration2/issues/146, which has been already fixed in the master branch.… -
Posted a reply to Sync To WordPress, on the site WordPress.org Forums:
Can you share your "Sync to WordPress" (https://active-directory-wp.com/docs/Configuration/Sync_to_WordPress.html) configuration? -
Posted a reply to Sync to wordpress / Security Group, on the site WordPress.org Forums:
Can your Sync to WordPress configuration (https://active-directory-wp.com/docs/Configuration/Sync_to_WordPress.html). Is the group "X-Users" present for the "Import… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
I am unable to dig deeper into this issue. Please check if one of the… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
Please note, that the constant is NEXT_AD_INT_PREFIX and not NEXT_AD_INT. If print NEXT_AD_INT_PREFIX; does also… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
The print statement must be outside your callback handler as the callback handler itself does… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
- In your plug-in, what values is printed for print NEXT_AD_INT;?(should benext_ad_int_`). If this prints… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
If you put print statements in both of your plug-in code and Init.php, in which… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
- Is this a Multisite environment? - Have you added print statements in the Init.php… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
- How does the surrrounding code before and after your add_filter statement looks like? It… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
Hi Klaus, does your custom filter not get executed (you can check it with a… -
Posted a reply to wp_login Hook Not Being Called, on the site WordPress.org Forums:
You can use WordPress' own filter wp_authenticate_user or NADI's next_ad_int_login_succeeded or next_ad_int_auth_after_create_or_update_user filter. -
Posted a reply to Uncaught Error, on the site WordPress.org Forums:
Does this occur in a multisite instance and/or with Kerberos enabled? -
Posted a reply to 504 error on curl, on the site WordPress.org Forums:
The synchronization of users require a lot of time. Please check after how long the… -
Posted a reply to Problem with redirect from wp-login.php after successful login, on the site WordPress.org Forums:
Hey guys, I've checked the behavior and I am unable to reproduce the issue. If… -
Posted a reply to Usage of another URL for custom login, on the site WordPress.org Forums:
Hi Klaus, you can use a custom filter as described at https://active-directory-wp.com/docs/FAQ/How_to_trigger_authentication_for_custom_URL.html :-) -
Posted a reply to How to use “userPrincipleName”?, on the site WordPress.org Forums:
userPrincipalName is not automatically populated but you can just enter the attribute in the dropdown… -
Posted a reply to ERROR User with GUID: ‘xxx’ is not in an authorization group, on the site WordPress.org Forums:
Hi @svaughn, Due to the inner workings of NADI you can not easily copy a… -
Posted a reply to Problem with redirect from wp-login.php after successful login, on the site WordPress.org Forums:
Can you confirm that this happened with the latest version? The behaviour of the login… -
Posted a reply to How to use “userPrincipleName”?, on the site WordPress.org Forums:
Hi @cwolff, please try this out in a test environment: - Do a database backup… -
Posted a reply to XML-RPC Login detected ! Preventing further authentication., on the site WordPress.org Forums:
See https://active-directory-wp.com/docs/Configuration/Security.html: --- snip --- If enabled it is possible to authenticate by NADI imported…
Developer
-
Continuous Delivery for Digital Goods and Downloads
Active Installs: Less than 10
-
Next Active Directory Integration
Active Installs: 3,000+