Search found 3 matches

by drm
20 Feb 2006, 21:32
Forum: Help
Topic: Summary Report using customized Resolution, Status values
Replies: 1
Views: 3208

Summary Report using customized Resolution, Status values

Hi,

Before I start, just wanted to say that this tool is quite impressive!

In our install, we've customized things such as severity, resolution, status, etc. and everything seems to work well.

However, the summary_api.php is using constants such as TWEAK, MINOR, etc for severity, RESOLVED and ...
by drm
12 Jan 2006, 13:57
Forum: Help
Topic: LDAP domain/organization question
Replies: 0
Views: 3013

LDAP domain/organization question

Hi all,

We are using a generic id to query our Active Directory (AD) for authentication. This ID has been given query rights to one of our domains, which I am using as the root in the Mantis config (ie, g_ldap_root_dn='DC=xxx1,DC=xxx2,DC=xxx3'. The ID was created for the xxx1 domain.

Most of our ...
by drm
30 Nov 2005, 18:03
Forum: Help
Topic: Configuring LDAP
Replies: 2
Views: 5307

Configuring LDAP

G'day,

After much research, I found a posting that stated to add the following lines to ldap_api.php - function ldap_connect_bind( $p_binddn = '', $p_password = '' ) (which helped)

ldap_set_option($t_ds, LDAP_OPT_PROTOCOL_VERSION, 3))
ldap_set_option($t_ds, LDAP_OPT_REFERRALS, 0);

However, as 1 ...