Search found 6 matches

by genxweb
17 Jan 2006, 16:26
Forum: Help
Topic: ldap directions
Replies: 0
Views: 3053

ldap directions

I know that ldap is not officially supported but I am looking for directions on what files need to be moded and what feilds are needed to so we can implement a ldap solution that pulls from our ad enviroment.

Thanks in advance
Mike
by genxweb
10 Jan 2006, 15:48
Forum: Help
Topic: [help] I cant seem to get this website to install
Replies: 1
Views: 3481

Re: [help] I cant seem to get this website to install

My webspace is controlled VIA Cpanel, I copy the unpacked contents into my public folder then install the scripts they install into my php and Sql but I keep getting an internal server error. I tried different configurations with the config_inc.php file but i am unable to get the site to load ...
by genxweb
10 Jan 2006, 14:36
Forum: Help
Topic: allowed memory size exhaused
Replies: 1
Views: 4993

edit your php.inio file look for memory_limit = 2MB change to 16 and save then restart your webserver,
by genxweb
10 Jan 2006, 12:47
Forum: General Discussion
Topic: Feature Request: Notes/Memo Custom Field type
Replies: 1
Views: 5167

I would like to see a auto relate option where if some one submits the same bug it will auto relate to the ticket.

I would also like to see a auto reminder that will be sent per ticket every x amount of days if the ticket was not updated or closed.
by genxweb
10 Jan 2006, 12:44
Forum: Customizations
Topic: send reminder timer
Replies: 0
Views: 4922

send reminder timer

Has anyone here work on creating a mod that will allow you to use a custom feild to supply a date / time that will be in returned used to send a reminder of the ticket if the ticket has not been updated or closed in x a mount of time. I know there is a send reminder function but I need something a ...
by genxweb
21 Dec 2005, 16:25
Forum: Customizations
Topic: removal of certain fields
Replies: 7
Views: 10591

here is a way

I have removed reproducability since we are using this system more for vulnerability mgmt then bug tracking.

I worte this shell script to do it.

#!/bin/bash
## Written by Michael LaSalvia 12/21/05: genxweb@gmail.com
> .tmp
find /var/www/html/mantis -name "bug*" >> files-dirty.txt
grep -v lang ...