Re: [ldapext] OATH-LDAP as ldapext WG item?

Michael Ströder <michael@stroeder.com> Wed, 25 November 2015 15:34 UTC

Return-Path: <michael@stroeder.com>
X-Original-To: ldapext@ietfa.amsl.com
Delivered-To: ldapext@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 79C5B1B2E38 for <ldapext@ietfa.amsl.com>; Wed, 25 Nov 2015 07:34:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.887
X-Spam-Level:
X-Spam-Status: No, score=-2.887 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.585, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id auGkFCtE5wWP for <ldapext@ietfa.amsl.com>; Wed, 25 Nov 2015 07:34:32 -0800 (PST)
Received: from srv1.stroeder.com (srv1.stroeder.com [213.240.180.113]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB8361B2E43 for <ldapext@ietf.org>; Wed, 25 Nov 2015 07:34:31 -0800 (PST)
Received: from srv4.stroeder.local (unknown [10.1.1.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.stroeder.local", Issuer "stroeder.com Server CA no. 2009-07" (verified OK)) by srv1.stroeder.com (Postfix) with ESMTPS id DEC451CF58; Wed, 25 Nov 2015 15:34:28 +0000 (UTC)
Received: from nb2.stroeder.local (nb2.stroeder.local [10.1.1.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by srv4.stroeder.local (Postfix) with ESMTPS id 9FA921CF97; Wed, 25 Nov 2015 15:34:26 +0000 (UTC)
To: Petr Spacek <pspacek@redhat.com>, ldapext@ietf.org
References: <565478FA.6050502@stroeder.com> <5655C3A9.2040402@redhat.com>
From: Michael Ströder <michael@stroeder.com>
Message-ID: <5655D502.8080103@stroeder.com>
Date: Wed, 25 Nov 2015 16:34:26 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 SeaMonkey/2.39
MIME-Version: 1.0
In-Reply-To: <5655C3A9.2040402@redhat.com>
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary="------------ms020900020805010702010103"
Archived-At: <http://mailarchive.ietf.org/arch/msg/ldapext/VgPn9ygEACzIGmZmJq0Yw0gm7cI>
Subject: Re: [ldapext] OATH-LDAP as ldapext WG item?
X-BeenThere: ldapext@ietf.org
X-Mailman-Version: 2.1.15
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 25 Nov 2015 15:34:37 -0000

Petr Spacek wrote:
> On 24.11.2015 15:49, Michael Ströder wrote:
>> HI!
>>
>> Anyone here interested in co-authoring an I-D describing OATH-LDAP (presented
>> at LDAPcon 2015)?
>>
>> Is there general interest to add this as ldapext WG item?
>>
>> I have a schema for HOTP/TOTP (see attachment) and a reference implementation
>> for HOTP and some thoughts on operational considerations. TOTP schema might
>> need some small work and I have to adapt the implementation.
> 
> You might be interested in HOTP/TOTP implementation which is available in
> FreeIPA project. It is available in Fedora 22+ and CentOS 7.1+.
> 
> Related LDAP schema is on:
> http://www.freeipa.org/page/V4/OTP/Schema
> 
> Feature design is on:
> http://www.freeipa.org/page/V4/OTP

I already know this and I expected you to point me at it. ;-)

But I decided not to use it. Especially my aim is to define a non-proprietary
approach useful for different vendors.

Ciao, Michael.