Page 1 of 1

Disabling email sign up for ldap user authentication

Posted: 09 Feb 2007, 05:20
by vijay.opensource
Hi all,
I am using mantis version 1.0.6 and I dont want mantis sign up when mantis is configured with ldap, that is an ldap user must be able to login directly with out signing up. If there is any procedure please do tell me for disabling the sign up option for ldap user.

Thanks in advance,
With best regards,
Vijay Manohar Rao Gujja

Posted: 09 Feb 2007, 07:11
by ed

Re:Problems in integrating mantis with PMIS

Posted: 09 Feb 2007, 14:25
by vijay.opensource
First of All, thanks for your interest,
The patch over there seems to be good for creating ldap users but, I am not able to log in to the system. Are there any modifications that I need to do or Is there any other way to handle the issue,

My ldap configuration is

$g_allow_file_upload = ON;
$g_validate_email = OFF;
$g_allow_signup = OFF;

// This is LDAP settings

$g_login_method = LDAP;
$g_ldap_server = "ldap://ip address";
$g_ldap_port = 389;
$g_ldap_root_dn = "dc=org,dc=com";
$g_ldap_organisation = 'org';
$g_ldap_bind_dn = "cn=manager,dc=qvantel,dc=com";
$g_ldap_uid_field = 'manager';
$g_ldap_bind_password = "secret";

I am giving this information so as to confirm that I dont have any problems from my LDAP side and if any changes needs to be done in any means please tell me

bye with best regards,
Vijay Manohar Rao Gujja