Search found 2 matches

by absolute
14 Oct 2010, 04:57
Forum: Help
Topic: LDAP and Local Authentication
Replies: 0
Views: 2912

LDAP and Local Authentication

I'm currently running Mantis 1.1.5, and looking to upgrade to Mantis 1.2.3, however I can't find a solution to a problem regarding multiple authentication methods.

In our 1.1.5 installation, we've modified core files to first authenticate against LDAP, and if no record is found, to retry ...
by absolute
19 Jul 2010, 19:28
Forum: Help
Topic: Manage Columns:Config option "enable_relationship" not found
Replies: 5
Views: 4369

Re: Manage Columns:Config option "enable_relationship" not f

I just ran into the same issue when upgrading from 1.1.4 to 1.2.1; I'm not sure why - this option isn't any docs - but adding the following line to config_inc.php solved it:

Code: Select all

$g_enable_relationship = ON;