Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 69291 invoked from network); 24 Apr 2007 03:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 03:19:38 -0000 Received: (qmail 84825 invoked by uid 500); 24 Apr 2007 03:19:45 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 84610 invoked by uid 500); 24 Apr 2007 03:19:44 -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 84599 invoked by uid 99); 24 Apr 2007 03:19:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 20:19:44 -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.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 20:19:36 -0700 Received: by py-out-1112.google.com with SMTP id a29so1451336pyi for ; Mon, 23 Apr 2007 20:19:16 -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:content-type:content-transfer-encoding; b=ogGCfqFcJg0nHUrSKjJvzQlHutxWRZDG/VMC4jUBvbeCdjSvj6NFercO5Eiy7tGMFMOY+MWmMQ3+1nsMozSEDdDPWBXeygTmSoyahgrsVvt11koHewHpXrizSnj4m/vykLtKdj6LZ4D9Lhio7tO7c15reILs1S05cX278ka1d+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=RwGWOUWbz9E8ew3aBi+P0ABhmAVFjQCQ+7ArblzDX044qoHGNeWIFWf9lDhp+EVW0wizT+c0m5eu1EyLW+KeFUwThy5CNMoOY2qxH7BI/KSWoeWrcMQY2nE2jAvzAL8aPsmBBW01gv8MLJyMnzowcAuE56jjtPmFLuHqjVdhorA= Received: by 10.35.35.17 with SMTP id n17mr7943983pyj.1177384756060; Mon, 23 Apr 2007 20:19:16 -0700 (PDT) Received: from ?192.168.1.24? ( [24.13.179.233]) by mx.google.com with ESMTP id j7sm10350932nzd.2007.04.23.20.19.14; Mon, 23 Apr 2007 20:19:15 -0700 (PDT) Message-ID: <462D7660.1020900@gmail.com> Date: Mon, 23 Apr 2007 22:15:44 -0500 From: Ole Ersoy User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Apache Directory Developers List Subject: [SCHEMA] Operation Not Supported Exception Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hey Guys, I noticed something interesting. If connect with ou=system as my initial context, I'm allowed to do this: ctx.createSubcontext("cn=test"); But if I have ou=schema as my context instead, I get an operation not supported exception. I imagine this could be by design, but thought I'd report it just in case. Cheers, - Ole