A page in your DokuWiki was added or changed. Here are the details: Date : 2015/10/08 10:15 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 IP-Address : 193.248.50.71 Hostname : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.9/config_ldap?rev=1390217524 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.9/config_ldap Edit Summary: [Server address] User : coudot
@@ -16,8 +16,13 @@ To use SSL, set ''ldaps'' in the URI: <file php> $ldap_url = "ldaps://localhost"; + </file> + + To use StartTLS, set ''true'' in ''$ldap_starttls'': + <file php> + $ldap_starttls = true; </file> <note important> 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, or ''C:\OpenLDAP\sysconf\ldap.conf'' for Windows) to either: -- 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
