Search found 261 matches: LDAP

Searched query: ldap

by klm
Tue Apr 06, 2021 2:56 pm
Forum: Installation and configuration
Topic: CentOS 7/Apache installation problems.
Replies: 1
Views: 11201

CentOS 7/Apache installation problems.

... adodb-ado.inc.php adodb-informix.inc.php adodb-oci8.inc.php adodb-pdo_mysql.inc.php adodb-sqlanywhere.inc.php adodb-ado_mssql.inc.php adodb-ldap.inc.php adodb-oci8po.inc.php adodb-pdo_oci.inc.php adodb-sqlite3.inc.php adodb-ads.inc.php adodb-mssql.inc.php adodb-oci8quercus.inc.php adodb-pdo_pgsql.inc.php ...
by fman
Wed Feb 03, 2021 6:31 pm
Forum: TestLink 1.9
Topic: The authentication often failed
Replies: 1
Views: 6389

Re: The authentication often failed

What kind of authentication are you using? Native? LDAP?
by ElvisJG
Tue Feb 26, 2019 2:26 pm
Forum: TestLink 1.9
Topic: LDAP SSO
Replies: 4
Views: 12086

Re: LDAP SSO

Thanks Fman, any help in this subject would free me from endlessly debugging and digging through a billion files trying to meet this requirement :P
by fman
Mon Feb 25, 2019 8:18 pm
Forum: TestLink 1.9
Topic: LDAP SSO
Replies: 4
Views: 12086

Re: LDAP SSO

Hi
I'm going to check, this function seems to be introduced when the development to manage SSO using SAML2 with Shibboleth was implemented.
by ElvisJG
Mon Feb 25, 2019 7:29 pm
Forum: TestLink 1.9
Topic: LDAP SSO
Replies: 4
Views: 12086

Re: LDAP SSO

I've been troubleshooting SSO for a few days now, currently facing an issue stating "Session has expired" but very close achieving SSO, Found a function called setUserSessionFromObj that seems to be empty, finding an error in my logs stating it was called but has no reference.
by fman
Sat Feb 16, 2019 3:55 pm
Forum: TestLink 1.9
Topic: LDAP SSO
Replies: 4
Views: 12086

Re: LDAP SSO

Several different SSO or pseudo SSO solutions have been contributed by different users. Unfortunately, there is no document with details, but you can get most info from mantis.testlink.org, removing the hide closes status filter, and searching on tickets. If you give a look to the CHANGELOG file pre...
by ElvisJG
Fri Feb 15, 2019 5:03 pm
Forum: TestLink 1.9
Topic: LDAP SSO
Replies: 4
Views: 12086

LDAP SSO

Is it possible to use LDAP as a SSO procedure for TestLink? Bypassing the login page, we are using Apache and Apache parses the LDAP information, but going to TestLink it asks for the information again -> wondering if there is a way ...
by fman
Wed Feb 13, 2019 10:57 am
Forum: Installation and configuration
Topic: LDAP issues (not getting any error output)
Replies: 2
Views: 10317

Re: LDAP issues (not getting any error output)

Hmm, very strange I'm going to check what control is failing.
Things have to work no matter this attribute value
by gcomeau
Mon Feb 11, 2019 7:18 pm
Forum: Installation and configuration
Topic: LDAP issues (not getting any error output)
Replies: 2
Views: 10317

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: 10317

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 ...
by gcomeau
Fri Feb 08, 2019 5:26 pm
Forum: Installation and configuration
Topic: YouTrack Inegration Issue
Replies: 2
Views: 8899

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, ...
by mtarifa
Fri Mar 09, 2018 3:35 pm
Forum: Installation and configuration
Topic: testlink 1.9.16 - No move next case box displayed
Replies: 0
Views: 26717

testlink 1.9.16 - No move next case box displayed

Hello. We had install testlink 1.9.16 and 1.9.17 dev with LDAP authentication, and we observe that with using user with admin role , "Pass, Failed, Blocked buttons and Move to next case" box is not appear on execute test (also the delete option ...
by Septimus
Mon Feb 05, 2018 4:47 am
Forum: Installation and configuration
Topic: Passwordless Authentication
Replies: 2
Views: 9637

Re: Passwordless Authentication

Hi,
No, Its not LDAP. I don't want the login page itself. When I enter the site address, it should directly go into homepage, bypassing the login mechanism. Is there any way to do this.

Thanks...
by TurboPT
Sat Feb 03, 2018 4:35 pm
Forum: Installation and configuration
Topic: Passwordless Authentication
Replies: 2
Views: 9637

Re: Passwordless Authentication

Do you mean like LDAP?

If so, see if this thread might help?

That and other LDAP history can be found by this search.

I've have never configured LDAP myself, so the details will have to be derived from the past postings.
by fgregori
Thu Dec 07, 2017 1:49 pm
Forum: Installation and configuration
Topic: 1.9.16 SMTP configuration
Replies: 0
Views: 23728

1.9.16 SMTP configuration

... */ $g_smtp_port = 25; // Configure following fields in custom_config.inc.php according your configuration // IMPORTANT NOTICE // Same for all LDAP Servers if you are using MULTIPLE LDAP Servers configuration $tlCfg->authentication['ldap_email_field'] = 'mail'; $tlCfg->authentication['ldap_firstname_field'] ...