Search found 34 matches

by Phroobar
11 Mar 2024, 21:39
Forum: General Discussion
Topic: LDAP Access
Replies: 16
Views: 58132

Re: LDAP Access

Just bumping this up. If I'm running this with IIS, do I need to somekind of cURL thing or just installing it like a normal windows certificate good enough for PHP? We still have the problem of LDAP secured not working with MantisBT.
by Phroobar
26 Dec 2023, 20:22
Forum: General Discussion
Topic: LDAP Access
Replies: 16
Views: 58132

Re: LDAP Access

Where exactly does Mantis BT expect the certificates to be installed? The OS store and/or IIS?
by Phroobar
26 Dec 2023, 19:56
Forum: General Discussion
Topic: LDAP Access
Replies: 16
Views: 58132

Re: LDAP Access

I've run the script <?php $g_ldap_server = 'ldaps://xxx.com:636'; $g_ldap_bind_dn='CN=userappid,OU=APPIDS,DC=us,DC=xxx,DC=com'; $g_ldap_bind_passwd = 'xxx’; ldap_set_option(null, LDAP_OPT_DEBUG_LEVEL, 0xffff); $ds = ldap_connect($g_ldap_server); ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3); ld...
by Phroobar
19 Dec 2023, 16:32
Forum: General Discussion
Topic: LDAP Access
Replies: 16
Views: 58132

Re: LDAP Access

I've run Microsoft's PortQry on the ldap 636 port and it responds correctly so it isn't being blocked. The problem seems to be mantis keeps using Administrator instead of the account we are telling it. There must be some additional setting here. That service account is not a mantis user. Does it nee...
by Phroobar
19 Dec 2023, 16:15
Forum: General Discussion
Topic: LDAP Access
Replies: 16
Views: 58132

Re: LDAP Access

We do have the proper certificates setup on the VM and IT says to use port 636. However the stack trace seems to be wanting to login with Administrator instead of the AD service account listed in the $g_ldap_bind_dn. Any ideas? $g_login_method = LDAP; $g_ldap_server = 'ldaps://us.bank-dns.com:636'; ...
by Phroobar
15 Dec 2023, 23:01
Forum: General Discussion
Topic: LDAP Access
Replies: 16
Views: 58132

Re: LDAP Access

No it didn't work. We were given certs to install but maybe mantis needs them placed or installed somewhere. LDAPS doesn't work. I'm going to open a ticket on this.
by Phroobar
10 Oct 2023, 19:15
Forum: Help
Topic: One user cannot upload files
Replies: 9
Views: 13201

Re: One user cannot upload files

That did the trick. Thank You!
by Phroobar
09 Oct 2023, 16:51
Forum: Help
Topic: One user cannot upload files
Replies: 9
Views: 13201

Re: One user cannot upload files

We still have this problem when there are multiple columns on the load balancer. Right now we are only running one and the problem doesn't happen. When we run more than one and someone tries to upload a file, mantisbt will freeze up when uploading files. Here are from the log: [09-Oct-2023 09:09:37 ...
by Phroobar
05 Oct 2023, 17:24
Forum: Help
Topic: Adding parameters to connection string
Replies: 5
Views: 8979

Re: Adding parameters to connection string

Since Mantis doesn't allow you to pass an entire connection string from the config since p_dns$ is false, I modified the core\database_api.php to include $g_db = ADONewConnection($t_db_type) line 154 added $g_db->SetConnectionParameter('MultiSubnetFailover','Yes') This seems like very poor design ch...
by Phroobar
05 Oct 2023, 13:36
Forum: Help
Topic: Adding parameters to connection string
Replies: 5
Views: 8979

Re: Adding parameters to connection string

The web site is on IIS 8 on windows 2016 servers. Since the database is on an always on SQL server 2017 server, we need to add MultiSubnetFailover=yes to the connection string. Otherwise the server will time out. We are using ODBC driver 18 with latest adodb drivers and mantis 2.25.5.
by Phroobar
04 Oct 2023, 21:45
Forum: Help
Topic: Adding parameters to connection string
Replies: 5
Views: 8979

Adding parameters to connection string

How can I additional parameters to the database connection string?
by Phroobar
03 Oct 2023, 21:51
Forum: General Discussion
Topic: LDAP Access
Replies: 16
Views: 58132

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-****...
by Phroobar
27 Sep 2023, 23:04
Forum: General Discussion
Topic: Connecting with odbc18 and multisubnetfailover
Replies: 5
Views: 16987

Re: Connecting with odbc18 and multisubnetfailover

is there a way to add multisubnetfailover=yes to the connection string?
by Phroobar
27 Sep 2023, 23:01
Forum: General Discussion
Topic: Notes adding copied text from clipboard
Replies: 2
Views: 20235

Re: Notes adding copied text from clipboard

From what I gather from the user, it is html web page.
by Phroobar
07 Aug 2023, 16:32
Forum: Help
Topic: One user cannot upload files
Replies: 9
Views: 13201

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.