Script LDAP

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Orbiumalex
Posts: 10
Joined: 17 Apr 2013, 09:39

Script LDAP

Post by Orbiumalex »

Hello,
I have a problem with the scrip LDAP

Code: Select all

# --- General LDAP orbium configuration ---
$g_login_method 		= LDAP;
$g_ldap_protocol_version 	= 3;
$g_ldap_server 		= "192.168.xxx.xxx";
$g_ldap_port 		= 389;
$g_ldap_bind_dn   		= 'CN=ADUser,OU=ADGroup1,DC=domain,DC=com;
$g_ldap_uid_field 		= 'ADUser';
$g_ldap_bind_passwd		= 'PasswordADUser';
$g_ldap_root_dn 		= "OU=ADGroup2,DC=domain,DC=com";
$g_ldap_organization 	= ' ';
$g_ldap_realname_field  	= 'cn';
$g_use_ldap_email 		= ON;	
I can't connect to Mantis with this script.

Mantis uses the email address ? If yes, it's possible to use "domain\firstname.lastname" or not ?

Thank you by advance for your support.
Cordially.
Post Reply