Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86652 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19686 invoked from network); 15 Jun 2015 14:05:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 14:05:10 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:38318] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/44-19613-696DE755 for ; Mon, 15 Jun 2015 09:43:51 -0400 Received: by wibdq8 with SMTP id dq8so78862142wib.1 for ; Mon, 15 Jun 2015 06:43:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=C9TDrBq5/OOrbk8cemZNJm31mjv+J7JxYgskHMgh408=; b=A8l/zrOR5V3TkiSWjRVcBxW5C9ndoKP2J8iXg5Sib7Mb3wFcG7ke6WMFMtS4xlNxM9 CDIp0p9pvLa1SjTvbx7M/wfNN1lWs4BKT1FXuRSzUeQc1nJDUuStDG9lWj9o0RKKHfQD LjTknrwsmJbZZ/4K/kAeKgrEObkyMwL1eGILH2dhld6Q25m+JqtouYqlKdCmBHyqMEAE wKz9cHNxbt5t3X31S45cmLwp9ie3KhUGD4ktamSbej9bHhnjrb+wY/V0h1YDutefHWHN dtPq5hUHrfBccX/L5M+1+ljzTDefIHxFyUHYIGrwD/LTpXGQBvzecb84/fxNGw9VVqkC GJPQ== MIME-Version: 1.0 X-Received: by 10.180.105.129 with SMTP id gm1mr30658880wib.51.1434375828320; Mon, 15 Jun 2015 06:43:48 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.180.186.103 with HTTP; Mon, 15 Jun 2015 06:43:48 -0700 (PDT) In-Reply-To: <557ECCDA.2020504@opensides.be> References: <557ECCDA.2020504@opensides.be> Date: Mon, 15 Jun 2015 14:43:48 +0100 X-Google-Sender-Auth: I6FhigMmD2DH4KJ_c95siX6xc-s Message-ID: To: =?UTF-8?Q?C=C3=B4me_BERNIGAUD?= Cc: PHP Internals Content-Type: multipart/alternative; boundary=f46d04182626b8b6b005188ea58b Subject: Re: [PHP-DEV] LDAP module test suite From: cw@daverandom.com (Chris Wright) --f46d04182626b8b6b005188ea58b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 15 June 2015 at 14:02, C=C3=B4me BERNIGAUD wrote: > Hello, > > What is the needed configuration to be able to run the whole LDAP test > suite? > It connects with "cn=3DManager,dc=3Dmy-domain,dc=3Dcom" but then tries to= create > "dc=3Dmy-domain,dc=3Dcom". > How can "cn=3DManager,dc=3Dmy-domain,dc=3Dcom" exist if "dc=3Dmy-domain,d= c=3Dcom" > does not? > > Is there any information about a known configuration to be able to pass > all LDAP tests? > > C=C3=B4me > > PS: Also, is there a way to launch only ldap tests with PHP Makefile? > > You can't do it with "make test" afaik, but you can manually invoke run-tests.php and pass it a path, e.g. php run-tests.php ext/ldap/ --f46d04182626b8b6b005188ea58b--