Hi Mike, CORUM, M E [AG/1000] schrieb: > > [13:00:25] ERROR > [org.apache.directory.server.protocol.shared.store.LdifFileLoader] - > Failed to import LDIF into backing store. > org.apache.directory.shared.ldap.exception.LdapInvalidAttributeIdentifie > rException: serviceprincipalname not found in attribute registry! > at > org.apache.directory.server.core.schema.SchemaService.check(SchemaServic > e.java:1809) > > I assume I could add this attribute to the schema. However, when I read > the custom schema stuff in the 1.0 documentation, it refers to a > bootstrapSchemas section in the server.xml that doesn't exist. I tried > putting it in and the server won't come up so that doesn't work. How is > this done now? I assume it has changed but the change isn't documented. > > Can anybody help with adding an attribute to the schema or set of > schemas that ApacheDS uses? >
The schema subsystem has totally changed with 1.5. Here you can find a first (but good) draft of some documentation: http://cwiki.apache.org/confluence/display/DIRxSBOX/Add+your+first+elements+to+the+schema Regards, Stefan Seelmann
