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

Kurt Zeilenga <kurt.zeilenga@isode.com> Thu, 14 March 2013 17:34 UTC

Return-Path: <kurt.zeilenga@isode.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 700B011E80E9 for <ldapext@ietfa.amsl.com>; Thu, 14 Mar 2013 10:34:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, USER_IN_WHITELIST=-100]
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 4lbrD6XSNDw5 for <ldapext@ietfa.amsl.com>; Thu, 14 Mar 2013 10:34:36 -0700 (PDT)
Received: from statler.isode.com (statler.isode.com [62.3.217.254]) by ietfa.amsl.com (Postfix) with ESMTP id 1426A21F8F35 for <ldapext@ietf.org>; Thu, 14 Mar 2013 10:34:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1363282474; d=isode.com; s=selector; i=@isode.com; bh=1l9pqknA5q8VqIoGRdBYxXrfQIYsV8tSX+IjjuAFGAw=; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version: In-Reply-To:References:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description; b=Zi2e3UPVMjM1D3Zp5BOpDSnmdi3ik9cZM2K7k955D9yYICl7vZt3cdzO2VqH+lUsB3EF7Q 8LAZaYpLq6llw7zv4nZ1eNftQh6aBdHtlqrazxYlsq0rfUZjHSl4YxgEWV3rQ+p2k0oAhu nNCDakFf03h7V95mWIV/z2HRMMvgccA=;
Received: from pagan.boolean.net (66-214-104-34.dhcp.slto.ca.charter.com [66.214.104.34]) by statler.isode.com (submission channel) via TCP with ESMTPSA id <UUIKKQA4j2pZ@statler.isode.com> for <ldapext@ietf.org>; Thu, 14 Mar 2013 17:34:34 +0000
From: Kurt Zeilenga <kurt.zeilenga@isode.com>
In-Reply-To: <51410020.4020800@stroeder.com>
Date: Thu, 14 Mar 2013 10:34:28 -0700
Message-Id: <83CC875C-A64C-47D9-84CB-5C34DE0C67DE@isode.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>
To: ldapext <ldapext@ietf.org>
X-Mailer: Apple Mail (2.1499)
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
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 17:34:40 -0000

SCRAM is
	"{" scram-mech"}"  scram-authInfo "$" scram-authValue

where the scram-* productions are defined in RFC 5803.  Example:

    {SCRAM-SHA-1}4096:oX1HwnNpqWsmV5xrv5m1YQ==$PcqaaIoiFSOA9/txc4QaNa1jWxA=:4m6FNpHpuxJK63WRpXTAinev7zM=

-- Kurt