Re: [ldapext] draft-stroeder-hashed-userpassword-values-01

Michael Ströder <michael@stroeder.com> Thu, 14 March 2013 14:32 UTC

Return-Path: <michael@stroeder.com>
X-Original-To: ldapext@ietfa.amsl.com
Delivered-To: ldapext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AE64F11E8199 for <ldapext@ietfa.amsl.com>; Thu, 14 Mar 2013 07:32:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.699
X-Spam-Level:
X-Spam-Status: No, score=-2.699 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, J_CHICKENPOX_12=0.6, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XYPrlLSfGmir for <ldapext@ietfa.amsl.com>; Thu, 14 Mar 2013 07:32:18 -0700 (PDT)
Received: from srv1.stroeder.com (srv1.stroeder.com [213.240.180.113]) by ietfa.amsl.com (Postfix) with ESMTP id E619011E8150 for <ldapext@ietf.org>; Thu, 14 Mar 2013 07:31:36 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by srv1.stroeder.com (Postfix) with ESMTP id DB95E602D1; Thu, 14 Mar 2013 15:31:34 +0100 (CET)
X-Virus-Scanned: amavisd-new at stroeder.com
Received: from srv1.stroeder.com ([127.0.0.1]) by localhost (srv1.stroeder.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3KwEqg2TUOnT; Thu, 14 Mar 2013 15:31:30 +0100 (CET)
Received: from [10.1.0.2] (unknown [10.1.0.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by srv1.stroeder.com (Postfix) with ESMTPS id 3795A60238; Thu, 14 Mar 2013 14:31:29 +0000 (UTC)
Message-ID: <5141DF40.3040104@stroeder.com>
Date: Thu, 14 Mar 2013 15:31:28 +0100
From: Michael Ströder <michael@stroeder.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16
MIME-Version: 1.0
To: Ludovic Poitou <ludovic.poitou@gmail.com>
References: <5103F924.2070800@stroeder.com> <CABBgLkcnK7WfthFOBD5Esfz+g1izcKoGgtxzKKDntc0i=E7LOQ@mail.gmail.com> <510782A6.7050209@stroeder.com> <3ED81CD8-59DA-482E-8AFA-C68E53A62067@isode.com> <51410020.4020800@stroeder.com> <20130314001901.GN18706@slab.skills-1st.co.uk> <5141269B.1030205@stroeder.com> <1B373B048AD84206A7E8AAB9EB4D69AD@gmail.com>
In-Reply-To: <1B373B048AD84206A7E8AAB9EB4D69AD@gmail.com>
X-Enigmail-Version: 1.5.1
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha1"; boundary="------------ms070703040602080303050009"
Cc: "ldap@umich.edu" <ldap@umich.edu>, ldapext <ldapext@ietf.org>
Subject: Re: [ldapext] draft-stroeder-hashed-userpassword-values-01
X-BeenThere: ldapext@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: LDAP Extension Working Group <ldapext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ldapext>, <mailto:ldapext-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ldapext>
List-Post: <mailto:ldapext@ietf.org>
List-Help: <mailto:ldapext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ldapext>, <mailto:ldapext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 14 Mar 2013 14:32:19 -0000

Ludovic Poitou wrote:
> I'm glad that you've added text to support {CRYPT}. But I'm not sure it is
> necessary to make the description complete (i.e. refer to all underlying
> platform specific algorithm).
> I think it might be enough to describe the general format of passwords
> generated by the crypt(3) library, mentions the default unix crypt and one or
> two other algorithm, but also warn that crypt being extensible and platform
> specific, it's use might result in interoperability issues.

That's exactly what I did even without describing any of the algorithms.

> I would suggest that you add to the list of schemes, PBKDF2 and BCrypt that
> are 2 mechanisms that are providing much stronger security than the SHA 1 or 2.
> I'be happy to provide a description of PBKDF2 if you want, as we've
> implemented support for it in OpenDJ.

I'm glad to see PBKDF2 appearing in LDAP server implementations.
Yes, please provide text to be added.

Ciao, Michael.