Re: [pkix] purpose of LDAP in PKI

Peter Gutmann <pgut001@cs.auckland.ac.nz> Mon, 18 February 2013 14:25 UTC

Return-Path: <pgut001@cs.auckland.ac.nz>
X-Original-To: pkix@ietfa.amsl.com
Delivered-To: pkix@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 296E621F8A2F for <pkix@ietfa.amsl.com>; Mon, 18 Feb 2013 06:25:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.39
X-Spam-Level:
X-Spam-Status: No, score=-2.39 tagged_above=-999 required=5 tests=[AWL=0.209, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AXw6FhXGshES for <pkix@ietfa.amsl.com>; Mon, 18 Feb 2013 06:25:51 -0800 (PST)
Received: from mx2.auckland.ac.nz (mx2.auckland.ac.nz [130.216.125.244]) by ietfa.amsl.com (Postfix) with ESMTP id C4A3A21F8A14 for <pkix@ietf.org>; Mon, 18 Feb 2013 06:25:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=auckland.ac.nz; i=pgut001@cs.auckland.ac.nz; q=dns/txt; s=uoa; t=1361197551; x=1392733551; h=from:to:subject:date:message-id: content-transfer-encoding:mime-version; bh=aSSrcb/JdsILHe9wMp7hOEuk6RfmyvbUIGTgZch3wGU=; b=YmtFlyVcFA7Pcf2b9a6RmXTAkaJk/LARirsh/43+jvFvVjbekdrjxbTc NBtR19ZtdeNUwpB17/PYfNNBDFHx/jap6IQ+afdV1eEV/pycohDoL1Nlp 4evp8LtVCQ2TlLAbtm0B4HgtAm+WgNVoAnW01WRX0kHAPdmrXVSmcO7TC o=;
X-IronPort-AV: E=Sophos;i="4.84,688,1355050800"; d="scan'208";a="170992683"
X-Ironport-HAT: MAIL-SERVERS - $RELAYED
X-Ironport-Source: 130.216.4.112 - Outgoing - Outgoing
Received: from uxchange10-fe1.uoa.auckland.ac.nz ([130.216.4.112]) by mx2-int.auckland.ac.nz with ESMTP/TLS/AES128-SHA; 19 Feb 2013 03:25:50 +1300
Received: from UXCHANGE10-FE4.UoA.auckland.ac.nz (130.216.4.171) by uxchange10-fe1.UoA.auckland.ac.nz (130.216.4.112) with Microsoft SMTP Server (TLS) id 14.2.318.4; Tue, 19 Feb 2013 03:25:49 +1300
Received: from UXCN10-2.UoA.auckland.ac.nz ([169.254.2.108]) by uxchange10-fe4.UoA.auckland.ac.nz ([130.216.4.171]) with mapi id 14.02.0318.004; Tue, 19 Feb 2013 03:25:49 +1300
From: Peter Gutmann <pgut001@cs.auckland.ac.nz>
To: "pkix@ietf.org" <pkix@ietf.org>
Thread-Topic: [pkix] purpose of LDAP in PKI
Thread-Index: Ac4N49i4dhR1gCu+Q128RtNML6oc6A==
Date: Mon, 18 Feb 2013 14:25:48 +0000
Message-ID: <9A043F3CF02CD34C8E74AC1594475C733340DAA7@uxcn10-2.UoA.auckland.ac.nz>
Accept-Language: en-GB, en-NZ, en-US
Content-Language: en-GB
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [130.216.158.4]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [pkix] purpose of LDAP in PKI
X-BeenThere: pkix@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: PKIX Working Group <pkix.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pkix>, <mailto:pkix-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/pkix>
List-Post: <mailto:pkix@ietf.org>
List-Help: <mailto:pkix-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pkix>, <mailto:pkix-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 18 Feb 2013 14:25:53 -0000

"Goulet, Walter" <Walter.Goulet@rsa.com> writes:

>Basically, exposing your certificate via LDAP makes it *much* easier for
>other applications to actually use your certificate.

This should really be:

  Basically, exposing your certificate makes it *much* easier for other
  applications to actually use your certificate.

The built-in assumption in the original statement that LDAP is the only way to
do this is at best incorrect, at worst dangerous (it implies that you need to
LDAP-enable an application, configure and run an LDAP server, and get things
to talk LDAP to each other, which can be enough to sink a PKI project).

Peter.