Hello,
i use Mantis 1.2.0a.
If i start on the System a Wireshark: tshark  -f "tcp port 389"
an make a Login i can' t see anything on wireshark.

But if i start a "ldapsearch -x -b "DC=DOMAIN,DC=ZZZ" -D "[EMAIL PROTECTED]" -w 
"password" -u "sAMAccountName" -h server.domain.zzz"
i can see some connections in the wireshark.

my config_inc.php

<?php
        $g_hostname = 'localhost';
        $g_db_type = 'mysql';
        $g_database_name = 'mantis12';
        $g_db_username = 'dbuser';
        $g_db_password = 'password';



        $g_login_method                 = 'LDAP';
        $g_ldap_server                  = 'ldap://server.domain.zzz/';
        $g_ldap_port                    = '389';
        $g_ldap_root_dn                 = 'DC=DOMAIN,DC=ZZZ';
        $g_ldap_organization            = '';    # e.g. 
'(organizationname=*Traffic)'
        $g_ldap_uid_field               = 'sAMAccountName'; # Use 
'sAMAccountName' for Active Directory
        $g_ldap_bind_dn                 = '[EMAIL PROTECTED]';
        $g_ldap_bind_passwd             = 'password';
        $g_use_ldap_email               = 'OFF'; # Should we send to the LDAP 
email address or what MySql tells us
        # The LDAP Protocol Version, if 0, then the protocol version is not set.
        $g_ldap_protocol_version = 3;

$g_allow_signup = 'OFF';
$g_lost_password_feature = 'OFF';

?>

Why do the Mantis not connect over Port: 389 to the ADS ?
Thanks
-- 
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL 
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to