]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.6'
authorCôme Bernigaud <mcmic@php.net>
Mon, 6 Jul 2015 12:28:01 +0000 (14:28 +0200)
committerCôme Bernigaud <mcmic@php.net>
Mon, 6 Jul 2015 12:28:01 +0000 (14:28 +0200)
* PHP-5.6:
  Updated README, added test to create LDAP base if missing and ease tests

1  2 
ext/ldap/tests/README

index b30043abcecf864e92b0195765525809551ffbbf,4ac4d10b67431777ff0539024b925bdc59c5ac5f..4f3b07d6cd1c58dabcd779e76f00b8e114989d3c
@@@ -8,9 -8,12 +8,12 @@@ Notes
  1.  A self signed certificate can be generated using:
      $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
      It is used for testing ldap_start_tls(), which also requires "TLS_REQCERT never" in client configuration
- 2.  An empty LDAP structure is required for the tests to be PASSed
+ 2.  An empty LDAP structure is required for the tests to be PASSed (except for base and admin)
+ If you use a debian based distribution, prefer the use of dpkg-reconfigure.
+ Otherwise you may alter these configuration files:
  
 -(/etc/openldap/)slapd.conf:
 +      (/etc/openldap/)slapd.conf:
  -----------------------------------------------------------
  TLSCACertificateFile /etc/openldap/ssl/server.pem
  TLSCertificateFile /etc/openldap/ssl/server.pem