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
Disabling email sign up for ldap user authentication
Moderators: Developer, Contributor
-
vijay.opensource
- Posts: 9
- Joined: 18 Dec 2006, 05:26
-
vijay.opensource
- Posts: 9
- Joined: 18 Dec 2006, 05:26
Re:Problems in integrating mantis with PMIS
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
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