Forums

active-directory-integration requirements (4 posts)

  1. ladamiec
    Member
    Posted 1 year ago #

    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.

  2. ladamiec
    Member
    Posted 1 year ago #

    I used the follwoing configre option:

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

  3. glatze
    Member
    Posted 1 year ago #

    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...

  4. kwgagel
    Member
    Posted 11 months ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic