Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

LDAPS not working #24

@manoftheforest

Description

@manoftheforest

Hi,

I recently configured auth_ldap on my tt-rss instance. Authentication works with LDAP via port 389, but I get Wrong Username or Password when using LDAPS with port 636.
So basically changing define('LDAP_AUTH_SERVER_URI', 'ldap://my.org'); to define('LDAP_AUTH_SERVER_URI', 'ldaps://my.org') makes me unable to log in.

I downloaded tt-rss' and auth_ldap's most recent builds from their respective repositories.
I'm running CentOS Linux release 7.2.1511 with php 5.4.
LDAPS Connection to my Active Directory works fine with other applications.

My error log gets flooded with these PHP Notices, it throws a notice for every line in accept-to-gettext.php, but this happens with both LDAP and LDAPS configured (-> tt-rss related most likely):
PHP Notice: Undefined index: in /srv/web/my.org/lib/accept-to-gettext.php on line 150
PHP Notice: Array to string conversion in /srv/web/my.org/include/errorhandler.php on line 24
PHP Notice: Array to string conversion in /srv/web/my.org/include/errorhandler.php on line 24

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions