Skip to content

Conversation

@Clemenk
Copy link

@Clemenk Clemenk commented Mar 30, 2024

Adding this so we can use ldap as a backend for users.
Without this, php ldap functions cannot be found.

@Clemenk
Copy link
Author

Clemenk commented Jul 6, 2024

A TLS (ldaps or starttls) couldn't be made because php wants to validate the server's cert.
Commit 282271f add the /etc/ldap/ldap.conf file that php uses to get ldap configuration.

I chose to trust the CA that are present in /etc/ssl/certs. One could also add the TLS_REQCERT never option to tell the ldap client (php in our case) to not request or check server cert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant