Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 29662 invoked from network); 4 Apr 2007 23:07:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2007 23:07:42 -0000 Received: (qmail 13829 invoked by uid 500); 4 Apr 2007 23:07:49 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 13802 invoked by uid 500); 4 Apr 2007 23:07:49 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 13791 invoked by uid 99); 4 Apr 2007 23:07:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 16:07:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ole.ersoy@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 16:07:40 -0700 Received: by py-out-1112.google.com with SMTP id a29so142541pyi for ; Wed, 04 Apr 2007 16:07:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=b+4+uPYJKOTjLOPAB9XhaoA41O8ztf9I0tTSOx7yz5wILaP+F54+NajdZTUgRAQ2AN8hn3UtCxjfBazCuFQQeaQYdxWMW0unYwXkXoetUAPcgqwRG6bZsfmOQgfNoaA+cy813vFKZuGQUswAO/K6DScEXiAoQZBoVT0pcPiHDjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=o5h0X4DJHj64BXDwdjdeG00HvcGPEd7vY37FdBIP/YdBHKzxUVyfRDD2D0XEP/BH/St+9TixeS3BxQ5QQTzGXgTr2+uwSu77/aS6OlLOLMRSmcNWR6fpGXgwajIe2MYwmS8PDjT8Rv1Ruo1oG4sI1kUxj7orycjHsXlt1+aWUlk= Received: by 10.64.27.13 with SMTP id a13mr2392835qba.1175728039895; Wed, 04 Apr 2007 16:07:19 -0700 (PDT) Received: from ?192.168.1.24? ( [24.13.179.233]) by mx.google.com with ESMTP id 18sm4852290nzo.2007.04.04.16.07.18; Wed, 04 Apr 2007 16:07:19 -0700 (PDT) Message-ID: <46142EE0.5000909@gmail.com> Date: Wed, 04 Apr 2007 18:04:00 -0500 From: Ole Ersoy User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [DAS OID GENERATION] Things that make you go hmmmm References: <46133AA1.9030905@gmail.com> <4613F8E5.3030303@gmail.com> <461419D4.70507@gmail.com> <4614281C.1010302@gmail.com> <46142ADF.9090109@gmail.com> In-Reply-To: <46142ADF.9090109@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Oh - Is "org.tuscany.das.ldap.config.DASConfig.baseDN" a legal description for an attributeType, or do the periods have to be replaced with dashes '-' or something? Thanks, - Ole Emmanuel Lecharny wrote: > Ole Ersoy a �crit : > >> 1.3.6.1.4.1.18060.0.4.X.2.org.tuscany.das.ldap.config.DASConfig.baseDN >> >> and for Syntax entries: >> >> 1.3.6.1.4.1.18060.0.4.X.0.java.lang.String >> >> That works right (I'm assuming the +* at the end of the regex means >> wildcard...)? > > no, this is not good. Only numbers and '.' are allowed ... > > Emmanuel > >