A page in your DokuWiki was added or changed. Here are the details: Date : 2010/08/22 15:56 Browser : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8 IP-Address : 88.164.187.72 Hostname : grenelle.phillipoux.net Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.4/config_ldap?rev=1280486311 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.4/config_ldap Edit Summary: User : jclarke
@@ -19,9 +19,14 @@ $ldap_url = "ldaps://localhost"; </file> <note important> - LDAP certificate management in PHP rely on LDAP system libraries. Under Linux, you can configure ''TLS_REQCERT'' parameter in ''/etc/ldap/ldap.conf'': + LDAP certificate management in PHP relies on LDAP system libraries. Under Linux, you can configure ''/etc/ldap.conf'' (or ''/etc/ldap/ldap.conf'' on Debian/Ubuntu) to either: + * Provide the certificate from the certificate authority that issued your LDAP server's certificate: + <file> + TLS_CACERT /etc/ssl/ca.crt + </file> + * Or, disable server certificate checking: <file> TLS_REQCERT allow </file> </note> -- This mail was generated by DokuWiki at http://ltb-project.org/wiki/ _______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
