LDAP Configuration.
Posted: 16 Sep 2011, 02:37
Dear All,
May be this is a outdated question.
But I need your help on this request.
I got the requirement for configure our Mantis Server with LDAP.
May I know what are the configurations are required. Please advise Step by step.
Here is our working Setup Details.
OS = Red Hat Enterprise Linux ES release 4
PHP = php –version, PHP 4.3.9 (cgi) (built: Apr 26 2005 05:43:59)
APACHE = httpd –v, Server version: Apache/2.0.52
MYSQL = 4.1.10a
Mantis = 1.1.7
I noticed our php configuration is not compiled with LDAP Option.
<<@ctlmantis:/usr/local/php> more config.nice
#! /bin/sh
#
# Created by configure
'./configure' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-mysql' \
'--prefix=/usr/local/apache2/php' \
'--with-config-file-path=/usr/local/apache2/php' \
'--enable-force-cgi-redirect' \
'--disable-cgi' \
'--with-zlib' \
'--with-gettext' \
'--with-gdbm' \
'--with-gd=//usr/local/apache2/GD' \
"$@"
>>
May I know can I just do like ./configure --with-ldap or I have to re-configure the whole apache.
Taking the advantage of re-compiling, what other options I can use for Mantis.
Advance Thanks for your replies.
Harpreet
May be this is a outdated question.
But I need your help on this request.
I got the requirement for configure our Mantis Server with LDAP.
May I know what are the configurations are required. Please advise Step by step.
Here is our working Setup Details.
OS = Red Hat Enterprise Linux ES release 4
PHP = php –version, PHP 4.3.9 (cgi) (built: Apr 26 2005 05:43:59)
APACHE = httpd –v, Server version: Apache/2.0.52
MYSQL = 4.1.10a
Mantis = 1.1.7
I noticed our php configuration is not compiled with LDAP Option.
<<@ctlmantis:/usr/local/php> more config.nice
#! /bin/sh
#
# Created by configure
'./configure' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-mysql' \
'--prefix=/usr/local/apache2/php' \
'--with-config-file-path=/usr/local/apache2/php' \
'--enable-force-cgi-redirect' \
'--disable-cgi' \
'--with-zlib' \
'--with-gettext' \
'--with-gdbm' \
'--with-gd=//usr/local/apache2/GD' \
"$@"
>>
May I know can I just do like ./configure --with-ldap or I have to re-configure the whole apache.
Taking the advantage of re-compiling, what other options I can use for Mantis.
Advance Thanks for your replies.
Harpreet