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
Search found 6 matches
- 17 Jan 2006, 16:26
- Forum: Help
- Topic: ldap directions
- Replies: 0
- Views: 3053
- 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 ...
- 10 Jan 2006, 14:36
- Forum: Help
- Topic: allowed memory size exhaused
- Replies: 1
- Views: 4993
- 10 Jan 2006, 12:47
- Forum: General Discussion
- Topic: Feature Request: Notes/Memo Custom Field type
- Replies: 1
- Views: 5167
- 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 ...
- 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 ...
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 ...