Trouble configuring a schema

2014-09-11 Thread Sebastian Oerding
Hello, I'm struggling with Apache DS (LDAP in general). I have read a few of the RFCs concerning LDAP and installed the Apache DS and Apache Directory Studio. Now I have defined an two attribute types and an own object class which consists of single valzues entries of my types and a single val

Re: Trouble configuring a schema

2014-09-11 Thread Emmanuel Lécharny
Le 11/09/14 10:23, Sebastian Oerding a écrit : > Hello, > > I'm struggling with Apache DS (LDAP in general). I have read a few of > the RFCs concerning LDAP and installed the Apache DS and Apache > Directory Studio. > Now I have defined an two attribute types and an own object class > which consist

Re: Trouble configuring a schema

2014-09-11 Thread Sebastian Oerding
Hello, my types are as follows: dn: m-oid=2.5.29.14, ou=attributetypes, cn=others, ou=schema objectclass: metaAttributeType objectclass: metaTop objectclass: top m-oid: 2.5.29.14 m-name: SubjectKeyIdentifier m-description: Unique key (except for hash collisions) for X.509 certificates ac cord

Re: Trouble configuring a schema

2014-09-11 Thread Emmanuel Lécharny
Le 11/09/14 12:48, Sebastian Oerding a écrit : > Hello, > > my types are as follows: > > dn: m-oid=2.5.29.14, ou=attributetypes, cn=others, ou=schema > objectclass: metaAttributeType > objectclass: metaTop > objectclass: top > m-oid: 2.5.29.14 > m-name: SubjectKeyIdentifier > m-description: Unique

Re: Trouble configuring a schema

2014-09-11 Thread Sebastian Oerding
Thanks for your advice. I had changed the class type to STRUCTURAL restarted the server and my class shows up. However I have a single node / entry which should hold all instances of this objectClass but it seems that I can only add a single entry. How can I have more than one entry? With rega

Re: Trouble configuring a schema

2014-09-11 Thread Sebastian Oerding
Hi, probably I should clarify my earlier mail. I want to have a collection of elements, let's denote the collection by "group". Then I want to have something like member1, member2, ... which are all members of this group and each member should be of "type" / objectClass smpki. How do I achiev

Re: Trouble configuring a schema

2014-09-11 Thread Sebastian Oerding
Hello, I figured it out. The SINGLE-VALUE has not to be changed (and worked as expected). I simply had to add children to the entry ou=XYZ with the objectClass: smpki and values for the mandatory attributes by using for example dn: cn=test,ou=XYZ Thanks for the advice Sebastian Am 11.09.201