PHP LDAP Self Signed Cert
On Ubuntu, and trying to authenticate with ldap with a self signed cert?
Take a look at:
/etc/ldap/ldap.conf
Change/add the TLS_REQCERT line. If you are just doing it quick and dirty, you can just do the following (although not recommended):
TLS_REQCERT allow
Leave a Reply