• I would like to install the Active Directory Integration plugin. The requirements says I need

    • WordPress since 2.8 (or higher)
    • PHP 5

    • LDAP support
    • OpenSSL Support for TLS (recommended)

    Does PHP need to be compiled with LDAP and/or openssl support? Do I need to do something like this:
    ./configure --prefix=/opt/servers/php --with-apxs2=/opt/servers/apache/bin/apxs --disable-cgi --with-libxml-dir=/usr/lib --enable-calendar --with-gd --with-mysql=/opt/servers/mysql --with-openssl=/usr/local/ssl --with-ldap --with-ldap-sasl

    Should I being using different configure options? This is being run on a sparc server with Solaris 10.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ladamiec

    (@ladamiec)

    I used the follwoing configre option:

    –with-ldap
    –with-ldap-sasl
    –with-openssl
    –with-kerberos

    glatze

    (@glatze)

    I haven’t used it on Linux so far, so I don’t excatly know which options you must set for php compilation. On my Windows system it looks like this:

    cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--disable-isapi" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=D:\php-sdk\oracle\instantclient11\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet" "--with-mcrypt=static"

    This doesn’t look helpfull. I defined the following extensions to load in php.ini:

    #LDAP
    extension=php_ldap.dll
    #OpenSSL
    extension=php_openssl.dll
    #i18n
    extension=php_gettext.dll

    And a lot more…

    Also need to have your active directory allow anonymous browsing or ADI will not work. See Need the bind user for details

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘active-directory-integration requirements’ is closed to new replies.