Search found 8 matches

by gcomeau
Mon Feb 11, 2019 7:18 pm
Forum: Installation and configuration
Topic: LDAP issues (not getting any error output)
Replies: 2
Views: 10308

Re: LDAP issues (not getting any error output)

So the setup only works properly if:
$tlCfg->authentication['ldap_automatic_user_creation'] = false;

Is set to:
$tlCfg->authentication['ldap_automatic_user_creation'] = true;

Not sure why this is the case? Can this be set up without the flag enabled?
by gcomeau
Mon Feb 11, 2019 5:12 pm
Forum: Installation and configuration
Topic: LDAP issues (not getting any error output)
Replies: 2
Views: 10308

LDAP issues (not getting any error output)

I am currently trying to get LDAPS working between our testlink application and our active directory DC. I am having some troubles getting either LDAP or LDAPS working based on the sample configuration provided in the read me. Below is my configuration: $tlCfg->authentication['method'] = 'LDAP'; $tl...
by gcomeau
Fri Feb 08, 2019 7:28 pm
Forum: Installation and configuration
Topic: YouTrack Inegration Issue
Replies: 2
Views: 8895

Re: YouTrack Inegration Issue

Interestingly the only string I could find with this is in the below file:
File: locale\en_GB\strings.txt

$TLS_issueTracker_connection_ko = 'Test Connection KO';
$TLS_codeTracker_connection_ko = 'Test Connection KO';

This should be updated to be something like:
"Test Connection Failed"
by gcomeau
Fri Feb 08, 2019 5:26 pm
Forum: Installation and configuration
Topic: YouTrack Inegration Issue
Replies: 2
Views: 8895

Re: YouTrack Inegration Issue

Scratch this, it looks like our youtrack is some how setup differently than the rest of our infrastructure and is not using our ldap credentials. Once I checked my credentials were email based the connect is listed as "OK" couple notes on this: Error reporting is not very intuitive, if it ...
by gcomeau
Fri Feb 08, 2019 4:24 pm
Forum: Installation and configuration
Topic: YouTrack Inegration Issue
Replies: 2
Views: 8895

YouTrack Inegration Issue

I am trying to integrate the newest version of testlink with our internal youTrack instance. When I enter the required xml (below) and test the connection it returns: Test Connection KO XML: <issuetracker> <username>giltea</username> <password>passwordhere</password> <uribase>https://youtrack.exampl...
by gcomeau
Fri Feb 08, 2019 3:59 pm
Forum: Installation and configuration
Topic: SQL syntax error with
Replies: 4
Views: 10311

Re: SQL syntax error with

Ok, so I was able to sign-up with the same credentials, I will post my findings as a bug report on mantis.
by gcomeau
Thu Feb 07, 2019 5:40 pm
Forum: Installation and configuration
Topic: SQL syntax error with
Replies: 4
Views: 10311

Re: SQL syntax error with

Hi thanks. It would be better for issues to open it on mantis.testlink.org, and if possible provide a Pull Request . Would you mind to provide MySQL version you are using ? Important thing is that syntax need to be backward compatible and MariaDB compatible Np, homie. I tried to sign up for an acco...
by gcomeau
Wed Feb 06, 2019 9:15 pm
Forum: Installation and configuration
Topic: SQL syntax error with
Replies: 4
Views: 10311

SQL syntax error with

There is an issue with the newest version of mysql and the syntax of the softwares queries. To get around this I modified the php code in installUtils.php // 20070310 - $the_host -> $db_host if (strlen(trim($db_host)) != 0) { $stmt .= "@" . "'" . $dbhandler->prepare_string($db_ho...