View Issue Details

IDProjectCategoryView StatusLast Update
0022313mantisbtadministrationpublic2017-02-19 14:28
Reporterdavid2017 Assigned Todregad  
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionno change required 
OScentosOS Version6.5 x64 
Product Version2.0.0 
Summary0022313: can't integrate with Active Directory
Description

I have added the following contents to the ending of config_inc.php:
$g_login_method=LDAP;
$g_ldap_server='ldap://tpdc.star.com:389';
$g_ldap_root_dn='dc=star,dc=com';
$g_ldap_bind_dn='cn=admin,dc=star,dc=com';
$g_ldap_bind_passwd='123';
$g_ldap_protocol_version=3;
$g_ldap_follow_referrals=OFF;
$g_ldap_uid_field='sAMAccountName';
$g_use_ldap_email=ON;
$g_use_ldap_realname=ON;

Additional Information

Please see attachemnt

TagsNo tags attached.
Attached Files
error_1404.jpg (21,333 bytes)   
error_1404.jpg (21,333 bytes)   
ad.jpg (16,996 bytes)   
ad.jpg (16,996 bytes)   

Activities

dregad

dregad

2017-02-04 07:10

developer   ~0055484

You need to install the PHP LDAP extension.

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

david2017

david2017

2017-02-05 22:54

reporter   ~0055501

Please tell me how to install the PHP LDAP extension for integrating with Active Directory? Is it right configuration in config_inc.php?

dregad

dregad

2017-02-06 01:39

developer   ~0055502

http://lmgtfy.com/?q=how+to+install+the+PHP+LDAP+extension

cas

cas

2017-02-06 09:05

reporter   ~0055506

Still use my ADlogin plugin for this, also works for 2.x. That is if you run Mantis under IIS.

adLogin.zip (1,754 bytes)
cas

cas

2017-02-06 09:07

reporter   ~0055507

sorry, saw too late you are running Centos (like myself).