Search found 6 matches

by roleary
17 Aug 2007, 01:37
Forum: Help
Topic: Why are my "reporters" not being notified of issue
Replies: 2
Views: 3324

Have you checked the settings under Manage Configurations -> Email Notifications?

Also, you must have the following variables set in config_inc.php:
$g_phpMailer_method = 2;
$g_smtp_host = 'smtp.cox.net';
$g_smtp_username = '';
$g_smtp_password = '';

Obviously, you must change the host, username ...
by roleary
10 Aug 2007, 15:32
Forum: Help
Topic: Custom status for single project
Replies: 11
Views: 11247

if i change the file i made the changes for all projects.
That's not true. You've changed the list of captions, which is global, but you can still pick which ones you use on a per-project basis.
by roleary
09 Aug 2007, 19:51
Forum: Help
Topic: Custom status for single project
Replies: 11
Views: 11247

You would have to change a couple of things to have a new caption. First, a little lesson:

The list of statuses is contained in the status_enum_string, as you know, and can be configured in the Manage Configuration page, as you have done.

The list of status captions is contained in a string ...
by roleary
07 Aug 2007, 22:23
Forum: General Discussion
Topic: Delete Test Issues
Replies: 2
Views: 4661

If you view the issue as an administrator, there is a "Delete Issue" button. That should do it.
by roleary
07 Aug 2007, 05:37
Forum: Help
Topic: Application Error #400 LDAP
Replies: 1
Views: 5962

If that's really your config file, you'll want to add a semi-colon to the end of the g_login_method assignment:

Code: Select all

 $g_login_method = LDAP ;
by roleary
25 Jul 2007, 19:07
Forum: Help
Topic: Mantis on Linux with LDAP authentication against a Win2k3 DC
Replies: 7
Views: 12510

DGHost -

Just want to assure you that you're not talking to yourself. After trying this for HOURS, I finally came across your post and got it working. So, THANK YOU!!

FYI - Here's my config:


$g_login_method = LDAP;
$g_ldap_server = 'ldap://pe1800';
#$g_ldap_port = '389';
$g_ldap_root_dn = 'ou ...