Search found 4 matches

by goldentiger
16 Jul 2007, 02:51
Forum: Help
Topic: Mantis 1.08 - Can not authentication in LDAP mode
Replies: 1
Views: 3858

Mantis 1.08 - Can not authentication in LDAP mode

Dear,

I am using mantis ver 1.08. I have already set up for using LDAP, my configuration as follow:

# --- login method ----------------
$g_login_method = LDAP;
# --- using openldap -------------
$g_ldap_server = 'domain.com';
$g_ldap_port ='389';
$g_ldap_root_dn = 'cn=Users,dc=domain,dc=com';
$g ...
by goldentiger
13 Jul 2007, 08:07
Forum: Help
Topic: APPLICATION ERROR #1400
Replies: 3
Views: 7951

APPLICATION ERROR #1400

Dear,

I have cofiguration for LDAP and get the error mesage : "APPLICATION ERROR #1400 LDAP Authentication Failed".

This is my config:

# --- using openldap -------------
$g_ldap_server = 'ldap://server.domain.com';
$g_ldap_port ='389';
$g_ldap_root_dn = 'dc=server,dc=domain,dc=com';
$g_ldap ...
by goldentiger
13 Jul 2007, 04:59
Forum: Help
Topic: How to disabple Remote IP address:xxx.xxx.xxx.xxx
Replies: 3
Views: 4153

Thanks deboutv,

I will do as your suggestion.
by goldentiger
11 Jul 2007, 08:48
Forum: Help
Topic: How to disabple Remote IP address:xxx.xxx.xxx.xxx
Replies: 3
Views: 4153

How to disabple Remote IP address:xxx.xxx.xxx.xxx

Dear,

I am new in using Mantis.
Could you please help me on disable Remote IP address: xxx.xxx.xxx.xxx
in notification email (when I click on reset password)
Thank you!