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.