A page in your DokuWiki was added or changed. Here are the details: Date : 2010/07/30 12:01 Browser : Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8 IP-Address : 213.41.232.151 Hostname : dslm0.nerim.lyon.linagora.net Old Revision: none New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.4/config_ldap Edit Summary: created User : coudot
====== LDAP connection ====== <note>Configuration file: ''self-service-password/config.inc.php''</note> ===== LDAP server ===== Use an LDAP URI to configure the location of your LDAP server in ''$ldap_uri'': <file> $ldap_url = "ldap://localhost:389"; </file> You can set several URI, so that next server will be tried if the previous is down: <file> $ldap_url = "ldap://server1 ldap://server2"; </file> To use SSL, set ''ldaps'' in the URI: <file> $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'': <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
