• LDAPS not working with Next Active Directory Integration

    Our wordpress is installed on linux server.
    we use centrify to let wordpress be able to talk with our active directory domain controllers

    Your help will be much appreciated

    Sherif

    • This topic was modified 6 years, 3 months ago by sherif12.
    • This topic was modified 6 years, 3 months ago by sherif12.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @sherif12,

    in order to setup NADI correctly please take a look at our documentation: https://active-directory-wp.com/docs/Getting_Started.html

    If you would like us to take a look at your NADI configurations please consider buying a support license at https://active-directory-wp.com/shop-overview/.

    Best regards,
    Danny Mei?ner

    Thread Starter sherif12

    (@sherif12)

    Dear Sir

    The installation guide “https://active-directory-wp.com/docs/Installation.html” is targetting wordpress installed on windows not linux. That is why I am asking.


    REQUIREMENTS
    To install Next Active Directory Integration you need at least WordPress 4.0 and PHP 5.6

    Although only tested with Apache 2.2 and 2.4 Next ADI should work with all other common web servers like nginx and IIS.

    Next Active Directory Integration requires a few PHP modules to be enabled. Please verify in your php.ini that the modules ldap, mcrypt and mbstring are activated. But it is very likely, that mcrypt is already enabled and not listed in the php.ini. If you are planning to use encryption for your LDAP connection – which we highly suggest – you although need openssl to be enabled.

    Open your php.ini, located e.g. in c:\windows\php.ini or your PHP installation directory and enable the extensions by removing the prepending semicolon (“;”). If the “extension” entries do not exist, you can simply add them:

    ;;;;;;;;;;;;;;;;;;;;;;
    ; Dynamic Extensions ;
    ;;;;;;;;;;;;;;;;;;;;;;
    ; …
    ; required by ADI 2.0
    extension=php_ldap.dll
    extension=php_mbstring.dll
    ; required by LDAP/S and STARTTLS
    extension=php_openssl.dll
    After you have saved the changes you have to restart your webserver.”

    • This reply was modified 6 years, 3 months ago by sherif12.

    Hello @sherif12,

    encryption via LDAPS is possible with a Windows system aswell. Please be aware that NADI was not checked for compatibility with “Centrify”, yet.

    Best regards,
    medan123

    Thread Starter sherif12

    (@sherif12)

    Dear Sir,

    Is there an estimated time for this compatibility testing to take place?

    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘LDAPS not working with Next Active Directory Integration’ is closed to new replies.