KB-2500: How to get Apache sub-version to work with Centrify Apache plugin?
Applies to: All versions of Centrify DirectControl for Applications.
Question:
How does one get the Apache sub-version client to use the AD credentials?
Answer:
If the Apache to front-end subversion is used, Centrify's Apache plugin module can be purchased.
Directions.
1) Edit the main Apache server configuration file, httpd.conf to include the appropriate Centrify DirectControl for Apache module in the Dynamic Shared Object section.
2) Any of the Centrify DirectControl shared object files can be added using the LoadModule directive. Be aware that the location of the modules to load is different depending on whether the 32-bit or 64-bit versions Apache is being run:
However, the simplest way to add Centrify DirectControl to the Apache server is by using the Include directive and specifying the location of the default Centrify DirectControl for Apache configuration file for the version of Apache being used. The default Centrify DirectControl for Apache configuration files are located in the directory:
/usr/share/centrifydc/apache/samples/conf
Example:
Include /usr/share/centrifydc/apache/samples/conf/centrify22.conf