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
Search found 5 matches
- 20 Feb 2009, 21:44
- Forum: General Discussion
- Topic: Configuring LDAP with more than one ldap_bind_dn
- Replies: 0
- Views: 1846
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
Example:
#
# Mantis Bug Tracker
#
Alias /mantisbt /opt/mantisbt/
Alias /mantisbt /opt/mantisbt
<Directory "/opt/mantisbt">
AllowOverride None
Options None ...
- 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 ...
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 ...