Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 72359 invoked from network); 12 Mar 2007 03:09:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2007 03:09:37 -0000 Received: (qmail 21802 invoked by uid 500); 12 Mar 2007 03:09:45 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 21763 invoked by uid 500); 12 Mar 2007 03:09:45 -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 21745 invoked by uid 99); 12 Mar 2007 03:09:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 20:09:45 -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 enriquer9@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 19:09:34 -0800 Received: by nf-out-0910.google.com with SMTP id o25so1846160nfa for ; Sun, 11 Mar 2007 20:09:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=c5sfzIKGFefeTGxzCDDekJiabIVFK3as8mC7NJ357bi/M8C26jEEKOh5ARW2ZuovDrFvUtoZVOyTb9MlQdDbdhrVrCSBo7WZOf/Pv08sE65BcqTF+GZVPD7olAaUqcC2rPcrp8nwJTuuZn/27Kj9mNQ0Ep0+nUa8bTk24TyqQak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MRq3P2pg0954LLezgLQewQKvilBwNMe8aPjIbJawa7YYNK4Dr/XMId9syEqdXRAb8lH3hTvgG8zZ1evDTbtqL/jVMTdtvu7mjDhU8Xyf0eUyyMY491dwa4FJDeNScQD7lII4L5toZMW8CqBE60YYRh88x8bFUZIzcim4U/P3ZFg= Received: by 10.114.113.1 with SMTP id l1mr1080245wac.1173668950264; Sun, 11 Mar 2007 20:09:10 -0700 (PDT) Received: by 10.114.74.7 with HTTP; Sun, 11 Mar 2007 20:09:10 -0700 (PDT) Message-ID: <568753d90703112009r43b2ff56s2a95f58b2e7b2781@mail.gmail.com> Date: Sun, 11 Mar 2007 19:09:10 -0800 From: "Enrique Rodriguez" Reply-To: erodriguez@apache.org To: "Apache Directory Developers List" Subject: Supported schema MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to write integration tests for the SASL GSSAPI mechanism, which means adding a user with Kerberos principal attributes. However, I can't add a Kerberos principal, without the following error: javax.naming.directory.InvalidAttributeIdentifierException: [LDAP: error code 17 - failed to add entry uid=hnelson,ou=users,dc=example,dc=com: krb5principalname not found in attribute registry!: Can someone point me to another ITest or Test anywhere that shows how to add or enable a schema? Shouldn't the Kerberos schema be enabled by default? Enrique