Search found 2 matches

by Sneefy
14 Jun 2007, 15:19
Forum: Help
Topic: LDAP authentication
Replies: 3
Views: 5542

Okay, this what I have so far...

This is what I have at this point. Can someone please tell me what I'm missing?

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = '******';
$g_db_password = '******';

$g_login_method = LDAP;
$g_ldap_server = 'ldap//*******.******.org ...
by Sneefy
11 Jun 2007, 18:15
Forum: Help
Topic: LDAP authentication
Replies: 3
Views: 5542

LDAP authentication

I'm a complete beginner at LDAP (and Mantis, for that matter).

I want to enable LDAP authentication for Mantis, but am quite green to this and not sure exactly where to begin. I've found and read through config_inc.php.sample and config_defaults.inc.php but I need assistance in interpreting what ...