• Resolved ExpertLink

    (@expertlink)


    Hi there
    I have installed the plugin ‘LDAP/Active Directory Login for Intranet sites’ to connect my WordPress site to my Active Directory server.
    When a new (WordPress) user logs in the user will be created in WordPress after successfully verification against the AD server.
    But this is being blocked with this message: ‘NinjaFirewall: [NinjaFirewall] Blocked privilege escalation attempt.’

    What setting I have to modify in order to allow the user creation via AD?

    Thanks, Frank

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Hi,

    Is that account an admin user? This protection is supposed to block only admin accounts not created by the admin user.

    You can disable it by adding the following line in your wp-config.php script:

    define('NFW_DISABLE_PRVESC2', true);
    
    Thread Starter ExpertLink

    (@expertlink)

    yes, it is an admin user.
    Thanks for quick responds. I added this like to my wp-config.php

    Thank you and best regards,
    Frank

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Account creation via LDAP fails’ is closed to new replies.