You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "prahlad (JIRA)" <ji...@apache.org> on 2013/09/16 16:30:51 UTC

[jira] [Commented] (DIRSERVER-1899) Custom objectClass is not visible while creating an entry from Apache Directory Studio

    [ https://issues.apache.org/jira/browse/DIRSERVER-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768357#comment-13768357 ] 

prahlad commented on DIRSERVER-1899:
------------------------------------

custom schema:


# SCHEMA "SAMPLEPERSON"
dn: cn=samplePerson, ou=schema
objectclass: metaSchema
objectclass: top
cn: samplePerson
m-dependencies: inetorgperson
m-dependencies: sampleschema

dn: ou=attributetypes, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: attributetypes

dn: m-oid=2.25.128424792425578037463837247958458780603.1, ou=attributetypes, cn=
 samplePerson, ou=schema
objectclass: metaAttributeType
objectclass: metaTop
objectclass: top
m-oid: 2.25.128424792425578037463837247958458780603.1
m-name: dateOfBirth
m-equality: caseIgnoreMatch
m-substr: caseIgnoreSubstringsMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15

dn: m-oid=2.25.128424792425578037463837247958458780603.2, ou=attributetypes, cn=
 samplePerson, ou=schema
objectclass: metaAttributeType
objectclass: metaTop
objectclass: top
m-oid: 2.25.128424792425578037463837247958458780603.2
m-name: gender
m-equality: caseIgnoreMatch
m-substr: caseIgnoreSubstringsMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15
m-length: 1024

dn: ou=comparators, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: comparators

dn: ou=ditcontentrules, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: ditcontentrules

dn: ou=ditstructurerules, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: ditstructurerules

dn: ou=matchingrules, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: matchingrules

dn: ou=matchingruleuse, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: matchingruleuse

dn: ou=nameforms, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: nameforms

dn: ou=normalizers, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: normalizers

dn: ou=objectclasses, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: objectClasses

dn: m-oid=2.25.128424792425578037463837247958458780603.3, ou=objectclasses, cn=s
 amplePerson, ou=schema
objectclass: metaObjectClass
objectclass: metaTop
objectclass: top
m-oid: 2.25.128424792425578037463837247958458780603.3
m-name: samplePerson
m-description: samplePerson
m-supObjectClass: inetOrgPerson
m-may: dateOfBirth
m-may: gender

dn: ou=syntaxcheckers, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: syntaxcheckers

dn: ou=syntaxes, cn=samplePerson, ou=schema
objectclass: organizationalUnit
objectclass: top
ou: syntaxes

                
> Custom objectClass is not visible while creating an entry from Apache Directory Studio
> --------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1899
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1899
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 2.0.0-M15
>         Environment: Windows 7 - 64 bit
>            Reporter: prahlad
>              Labels: security
>             Fix For: 2.0.0-M15
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> I have created a custom ldap schema from Apache  Schema editor, exported the schema for ApacheDS. Started the ApacheDS server and launched Apache Directory Studio, created a connection then imported the schema which i exported in apacheDS. After importing I restarted the ldapserver. I am seeing the imported schema entry inside ou=schema. When I am trying to create an entry from Apache Directory Studio, objectClass which i imported is not showing at Object Classes page of New Entry.

--
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