Search found 1 match

by ds2k5
07 Jan 2009, 12:55
Forum: General Discussion
Topic: LDAP Auth to Active Directoy (ADS) - do not work - my Login
Replies: 2
Views: 5170

LDAP Auth to Active Directoy (ADS) - do not work - my Login

Hello,
i try to connect a mantis-1.2a2 to our ADS, but the problem is that the
LDAP Request to do not send my Inprot from Login_Page, i sends only "administrator"

here are my config_inc.php

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'mantis12';
$g_db_username ...