Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C082DA3C for ; Tue, 4 Sep 2012 19:44:09 +0000 (UTC) Received: (qmail 31284 invoked by uid 500); 4 Sep 2012 19:44:09 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 31074 invoked by uid 500); 4 Sep 2012 19:44:08 -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 31017 invoked by uid 99); 4 Sep 2012 19:44:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 19:44:08 +0000 Date: Wed, 5 Sep 2012 06:44:08 +1100 (NCT) From: "Karthik Samudram Jayaraman (JIRA)" To: dev@directory.apache.org Message-ID: <1854066591.34502.1346787848789.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (DIRSTUDIO-831) Creating and using Custom Object Class in my Apache Directory Studio MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Karthik Samudram Jayaraman created DIRSTUDIO-831: ---------------------------------------------------- Summary: Creating and using Custom Object Class in my Apache Directory Studio Key: DIRSTUDIO-831 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-831 Project: Directory Studio Issue Type: Question Components: studio-ldifeditor Affects Versions: 1.5.3 Environment: I am running Directory Studio Version: 1.5.3.v20100330 on Windows 7. I am not using the Apache DS. Reporter: Karthik Samudram Jayaraman Priority: Blocker Disclaimer: I am new to the world of LDAP authentication and am learning as I go. I am in need of a custom object class where I can add custom attributes that is not available with inetorgperson. The current situation is that I think I have created a custom schema with the object class I need, but, I am still unable to choose this custom object class when I am creating a new entry. After a lot of trying and retrying, reading through multiple sites and suggestions, I finally created a new schema that looks very much like inetorgperson. I arrived here by following the steps below: 1) In my LDAP Browser, under ou=schema, I navigate to cn=inetorgperson 2) Right click on it -> Export -> LDIF Export. 3) I use this as the template and change all occurrences of "inetorgperson" to my custom name. 4) Towards the end of the LDIF file, I changed the m-supObjectClass to point to inetorgperson 5) I then modify the LDIF file to add the custom attributes. 6) I then import this modified LDIF file. 7) I can now see my cn=instinetorgperson right under the cn=inetorgperson. The attributes seems to be similar. But, I am still unable to choose this custom object class when I am creating a new entry. What other information would you need to help me out here. Thanks in advance -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira