Search found 23 matches
- Yesterday, 21:51
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 6
- Views: 7931
Re: LDAP Access
Now the question is how do we get LDAP secured to work or StartTls. I've installed our company certificates on the servers. We set the $g_ldap_server = 'ldaps://prod-****:636'; It still returns 1401 LDAP server connection failed. Any ideas? $g_login_method = LDAP; $g_ldap_server = 'ldaps://prod-****...
- 27 Sep 2023, 23:04
- Forum: General Discussion
- Topic: Connecting with odbc18 and multisubnetfailover
- Replies: 4
- Views: 6003
Re: Connecting with odbc18 and multisubnetfailover
is there a way to add multisubnetfailover=yes to the connection string?
- 27 Sep 2023, 23:01
- Forum: General Discussion
- Topic: Notes adding copied text from clipboard
- Replies: 2
- Views: 7367
Re: Notes adding copied text from clipboard
From what I gather from the user, it is html web page.
- 07 Aug 2023, 16:32
- Forum: Help
- Topic: One user cannot upload files
- Replies: 6
- Views: 3427
Re: One user cannot upload files
We are on 2.25.7. There are no errors in the web server / php logs that we can find. The browser console just shows it sitting there waiting.
- 04 Aug 2023, 19:50
- Forum: Help
- Topic: One user cannot upload files
- Replies: 6
- Views: 3427
Re: One user cannot upload files
We are seeing this problem ramp up lately in our organization. Today we had over 500 out of 2500 uploads fail. It just freezes up. Looking at the history it seems to have always had this problem (with avg of 50 out of 3000 failing per day) but it has ramped up recently. We've rebooted servers and ta...
- 04 Aug 2023, 18:28
- Forum: Help
- Topic: Upload freezing up for certain users
- Replies: 1
- Views: 2946
Upload freezing up for certain users
We are experiencing a problem where some users are freezing up when uploading files to Mantis. Not all users have this problem. Any ideas?
- 27 Jul 2023, 17:12
- Forum: General Discussion
- Topic: Notes adding copied text from clipboard
- Replies: 2
- Views: 7367
Notes adding copied text from clipboard
I’ve noticed the ‘Notes’ section seems to automatically add copied text from within someone’s clipboards. The text is converted into a .png image file. I thought I’d bring this to your attention albeit this does not prove to be a massive inconvenience to us personally. Below is an image example of s...
- 27 Jul 2023, 17:08
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 6
- Views: 7931
Re: LDAP Access
We figured out how to get ldap to work. We needed to use a service account and password. LDAP is working now for us. Thanks everyone for you help.
- 27 Jul 2023, 17:04
- Forum: General Discussion
- Topic: Logging of events
- Replies: 5
- Views: 5888
Re: Logging of events
That worked! Thank you very much.
- 24 Jul 2023, 15:17
- Forum: General Discussion
- Topic: Logging of events
- Replies: 5
- Views: 5888
Re: Logging of events
This is under windows on IIS. I've got IIS configured for a log directory.
- 21 Jul 2023, 21:22
- Forum: General Discussion
- Topic: Logging of events
- Replies: 5
- Views: 5888
Logging of events
We are still having problems with the LDAP configuration. We are trying to turn on logging to help debug the LDAP problem but Mantis doesn't seem to return any log files. In our config we did this $g_log_destination='page'; $g_show_log_threshold=ANYBODY; $g_log_level=LOG_ALL; $g_log_destination='fil...
- 20 Jul 2023, 20:14
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 6
- Views: 7931
Re: LDAP Access
Well we got that to work. However LDAP access is returning 'ldap_search() Operations error in ...\core\ldap_api.php' line 378 This is what we have for ldap settings. $g_login_method = LDAP; $g_ldap_server = 'ldap://prod-****; $g_ldap_root_dn = 'OU=Users,DC=US,DC=BANK-DNS,DC=COM'; $g_ldap_organizatio...
- 19 Jul 2023, 16:37
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 6
- Views: 7931
Re: LDAP Access - please help
I've added these paramaters to my config_inc.php in order to get LDAP working. $g_login_method = LDAP; $g_ldap_server = 'dev-ldapad-internal-ep****'; $g_ldap_root_dn = 'DC=DEVT3,DC=NET'; I'm receiving APPLICATION ERROR #1404 LDAP Extension Not Loaded. What does that mean? 0 D:\Applications\IssueTrac...
- 17 Jul 2023, 17:46
- Forum: General Discussion
- Topic: LDAP Access
- Replies: 6
- Views: 7931
Re: LDAP Access
Where you able to make LDAP work? We are moving from basic access to ldap and could really use some examples or pointers.
- 27 Jun 2023, 17:16
- Forum: General Discussion
- Topic: AD database login account for Azure cloud
- Replies: 0
- Views: 4113
AD database login account for Azure cloud
We are moving Mantis to the Azure cloud and we need to use AD database account instead of the SQL account. We are using SQL server for this. Is there any instructions on how to do this? I've tried in the past to make it work with AD but haven't figured it out.