The devAccounts object is coming from a custom schema. I was able to load this using the Schema browser. However it seems my server does not have access to the objects I loaded. Do ldap servers have a context or something?
Luke ----- Original Message ----- From: "Emmanuel Lecharny" <[email protected]> To: [email protected] Sent: Friday, 1 July, 2011 11:36:55 AM Subject: Re: Custom Schemas and Partitions On 7/1/11 5:27 PM, Luke Shannon wrote: > Hello; > > I have a LDIF I need to get running locally. > > I installed Apache Directory Studio Version: 1.5.3.v20100330. > > Here are the first three entries: > > dn: o=1.accDev.com > objectClass: top > objectClass: organization > objectClass: devAccount > o: 1.accDev.com > > dn: ou=rqUat, o=1.accDev.com > ou: rqUat > objectClass: top > objectClass: organizationalUnit > objectClass: devAccount > > dn: ou=accdev.com, ou=rqUat, o=1.accDev.com > devFailedAttemptsMax: 5 > ou: accdev.com > objectClass: top > objectClass: organizationalUnit > objectClass: devAccount > > I created three partitions on my server for 1.accDev.com, rqUat and > accdev.com. For each I gave them the suffix listed in the info above. But > when I connect to my server the partitions are not listed? Only shows schema > and system. In Apache DS, you can't create encapsulated partitions. It's not supported. > I have a schema file that contains the devAccount definitions and related > attributes. In the schema browser I was able to load these objects, but they > don't seem to be available to the server I am trying to load the LDIF on? > > Can anyone give me any tips? Where is this devAccoubt ObjectClass coming from ? -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
