RE: NAPTR record for urn:fdc

"Dave Tessman" <dtessman@zelestra.com> Wed, 16 September 2009 07:17 UTC

Return-Path: <dtessman@zelestra.com>
X-Original-To: urn-nid@core3.amsl.com
Delivered-To: urn-nid@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 13B183A6886 for <urn-nid@core3.amsl.com>; Wed, 16 Sep 2009 00:17:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.201
X-Spam-Level: *
X-Spam-Status: No, score=1.201 tagged_above=-999 required=5 tests=[BAYES_50=0.001, J_CHICKENPOX_33=0.6, J_CHICKENPOX_34=0.6]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9p0eggthYl5h for <urn-nid@core3.amsl.com>; Wed, 16 Sep 2009 00:17:35 -0700 (PDT)
Received: from smtpout06.prod.mesa1.secureserver.net (smtpout06-01.prod.mesa1.secureserver.net [64.202.165.224]) by core3.amsl.com (Postfix) with SMTP id 1B2153A6947 for <urn-nid@ietf.org>; Wed, 16 Sep 2009 00:17:31 -0700 (PDT)
Received: (qmail 21061 invoked from network); 16 Sep 2009 07:18:20 -0000
Received: from unknown (71.139.224.36) by smtpout06.prod.mesa1.secureserver.net (64.202.165.224) with ESMTP; 16 Sep 2009 07:18:20 -0000
From: Dave Tessman <dtessman@zelestra.com>
To: 'Leslie Daigle' <leslie@thinkingcat.com>
References: <000301c94e8f$a56be010$6501a8c0@886kv31> <p06240601c562fee1f1b0@[67.174.198.19]> <493D82BC.5050609@thinkingcat.com>
Subject: RE: NAPTR record for urn:fdc
Date: Wed, 16 Sep 2009 00:18:17 -0700
Organization: Zelestra
Message-ID: <53D1E200A57945AE833130D39D9B2282@886kv31>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
Thread-Index: AclZcycqXfCfueq/QSSD0qdZdfqa2zdKcbgg
In-Reply-To: <493D82BC.5050609@thinkingcat.com>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
Cc: 'Ted Hardie' <hardie@qualcomm.com>, urn-nid@ietf.org
X-BeenThere: urn-nid@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: discussion of new namespace identifiers for URNs <urn-nid.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/urn-nid>, <mailto:urn-nid-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/urn-nid>
List-Post: <mailto:urn-nid@ietf.org>
List-Help: <mailto:urn-nid-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/urn-nid>, <mailto:urn-nid-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Sep 2009 07:17:36 -0000

Hi Leslie!

I am finally getting back to this.  If you are not the person I should be
talking to for help (it has been quite a while), let me know!

Am I heading in the right direction, how does this look?

-----

To: register@urn.arpa
Subject: [register] URN.ARPA registration for the FDC URN namespace (RFC
4198)


Key: fdc
Authority: Dave Tessman as specified in RFC 4198
Record: fdc     IN NAPTR 100 100 "U" ""
"!^(urn:fdc:([^:]+):[^:]+:.+)$!http://\2/uri-res/N2R?\1!i" .

----

Thanks,

--Dave


Zelestra
Software Architecture for the New Media
www.zelestra.com

 
-----Original Message-----
From: Leslie Daigle [mailto:leslie@thinkingcat.com] 
Sent: Monday, December 08, 2008 12:26 PM
To: Dave Tessman
Cc: Ted Hardie; urn-nid@ietf.org
Subject: Re: NAPTR record for urn:fdc



Hi,

Yep, it's been a while.

The process for getting NAPTR material into urn.arpa is outlined in this 
RFC:

http://www.ietf.org/rfc/rfc3405.txt

It would probably be good to cc the IAB and/or IANA on any 
correspondence, as it's been a while since there was any action there.

I wasn't quite clear from the message below whether help is sought for 
formulating the NAPTR record that will be registered?

Leslie.

Ted Hardie wrote:
> Hi Dave,
> 	Yes, it is possible.  The IAB is responsible for the
> .ARPA domain, and they need to approve delegations under
> it.  If you want fdc.urn.arpa delegated, I believe they would
> be the ones to instruct IANA on it.  I've cc'ed Leslie Daigle
> on this message; though she's not currently on the IAB, I
> believe she was chair the last time it was done and probably
> has better info on how to request it of the IAB.
> 				regards,
> 					Ted Hardie
> 
> 
> At 3:52 PM -0800 11/24/08, Dave Tessman wrote:
>> Is it even possible to create a NAPTR DNS record (on URN.ARPA?) for the
>> "fdc" NID (RFC 4198) that would map the ProviderId portion of the NSS to
the
>> URN resolution path using the http scheme and the ProviderId as the
domain
>> name as specified in RFC 4198?
>>
>> urn:fdc:<ProviderId>:<CCYY>:<Path>
>>
>> Becomes
>>
>> http://<ProviderId>/uri-res/N2R?<Path>
>>
>> The result being that folks could type the URN into their browsers and
the
>> appropriate resource would be returned.
>>
>> If this is doable, what would my process be to start that rolling?
>>
>> Thanks,
>>
>> Dave Tessman
>> dtessman@zelestra.com
> 

-- 

-------------------------------------------------------------------
"Reality:
      Yours to discover."
                                 -- ThinkingCat
Leslie Daigle
leslie@thinkingcat.com
-------------------------------------------------------------------