Search found 5 matches

by Treikayan
20 Feb 2009, 21:44
Forum: General Discussion
Topic: Configuring LDAP with more than one ldap_bind_dn
Replies: 0
Views: 1846

Configuring LDAP with more than one ldap_bind_dn

Hello,

I'm trying to setup LDAP to look for users in different OUs. For instance, we have an Administrators OU and a Users OU.

OU=Administrators,OU=USA,DC=domain,DC=local
OU=Users,OU=USA,DC=domain,DC=local

How would I configure config_inc.php and ldap_config.php for this? Thank you
by Treikayan
26 Jan 2009, 20:04
Forum: General Discussion
Topic: I can't get LDAP to work
Replies: 0
Views: 1463

I can't get LDAP to work

Hello,

I am having a hard time getting LDAP to work with our Mantis. One problem involves users being in different OUs. For instance, we have "OU=Administrators,OU=USA,DC=domain,DC=local" and we also have users here in "OU=Users,OU=USA,DC=domain,DC=local." How do I setup $g_ldap_bind_dn in the ...
by Treikayan
07 Jan 2009, 16:19
Forum: Help
Topic: BAD - database is not supported by PHP.
Replies: 1
Views: 7810

BAD - database is not supported by PHP.

Hello,

After I complete the steps to "install/upgrade" on the "install.php" page, I received the following error:

Checking PHP support for database type

BAD
database is not supported by PHP. Check that it has been compiled into your server.

I found these topics when searching for a resolution ...
by Treikayan
07 Jan 2009, 16:12
Forum: Help
Topic: Installation and Configuring Mantis
Replies: 1
Views: 2122

Re: Installation and Configuring Mantis

I was able to fix this by adding a *.conf file to the /etc/httpd/conf.d directory. By doing this, I kept the default settings for httpd.conf.

Example:
#
# Mantis Bug Tracker
#
Alias /mantisbt /opt/mantisbt/
Alias /mantisbt /opt/mantisbt
<Directory "/opt/mantisbt">
AllowOverride None
Options None ...
by Treikayan
06 Jan 2009, 16:27
Forum: Help
Topic: Installation and Configuring Mantis
Replies: 1
Views: 2122

Installation and Configuring Mantis

Hello,

I am a newer Linux User and new to Mantis. I am having a problem configuring Mantis. I am reading through the installation PDF file; I was able to extract the Mantis files to a directory in Linux and rename (mv) as seen in the steps below.

1. First, transfer the file to your webserver ...