On 1 juil. 2011, at 18:00, Luke Shannon wrote: > I'm not sure what server generated this schema file, it came from a client > I'm working with and they are not available today. > > However, I was able to import the schema file into a schema project of Apache > Directory Studio using the Import -> Schema from OpenLDAP Files. All the > objects appear in the Schema project without error, however they are not > available in my ldap connection (when I do a search for objects in there > nothing from the import shows up).
Your action only imported the schema file into the project in the Schema Editor. It didn't imported it to the directory server itself. To do so, you need to export it as LDIF file (that's the format ApacheDS accepts for updating its schema) and then import this LDIF file using the LDAP Browser. Regards, Pierre-Arnaud > > I should add I am also really new to LDAP, so apologize if some of these > questions are a bit frustrating. > > Thanks, > > Luke > > ----- Original Message ----- > From: "Emmanuel Lécharny" <[email protected]> > To: [email protected] > Sent: Friday, 1 July, 2011 11:50:46 AM > Subject: Re: Custom Schemas and Partitions > > On 7/1/11 5:46 PM, Luke Shannon wrote: >> 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? > > First, can you tell us exactly what is the server you use ? > > Then, how did you injected the OC into the schema ? > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com >
