mkucej / i-librarian-free

I, Librarian - open-source version of a PDF managing SaaS.
https://i-librarian.net
GNU General Public License v3.0
237 stars 28 forks source link

Question: Configuration of LDAP server #85

Closed cristobaltapia closed 1 year ago

cristobaltapia commented 1 year ago

Hi,

first of all, thanks for this nice software! I wanted to try the LDAP login to show to my colleagues at the lab, but didn't succeed. I found the file config/ilibrarian-default.ini which I edited with the test LDAP server from [1] and copied the information to php.ini. (I made sure to set ldap_active = "1".) That did not work for me. Is that the proper way to configure this? The program works correctly and I can login with a normal account. What am I missing?

Edit:

I am using the Dockerfile provided in cgrima/docker.

[1] www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server

mkucej commented 1 year ago

Assuming their LDAP service still works, try to disable TLS: ldap_use_tls = "0".