mantis ldap integrations

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
jiriksykora
Posts: 3
Joined: 15 Feb 2008, 12:41

mantis ldap integrations

Post by jiriksykora »

i wan you login to mantis with ldap with this config works fine every poeply from users authorized

Code: Select all

$g_allow_signup			= OFF;
$g_use_ldap_email		= ON;
$g_lost_password_feature	= OFF;
$g_ldap_protocol_version	= 3;
$g_login_method			= LDAP;
$g_ldap_uid_field		= 'uid';
$g_ldap_server			= 'ldap://ldap.company.cz:389';
$g_ldap_root_dn			= 'ou=users,dc=company,dc=cz';
$g_use_ldap_realname		= ON;
$g_log_level = LOG_LDAP;
$g_log_destination = 'file:/var/log/mantisbt.log';


now I have group cn=mantis and I want you authorized only poeple from this group it's possible? in http://www.mantisbt.org/docs/master-1.2 ... .auth.html mantis doc not specifed group
Post Reply