you cannot add .schema files directly, use Apache Directory Studio to convert them to Apache Directory Server's schema file (which is in LDIF) and then import into the server again using Studio
2012/4/13 لسٹ शिराज़ <[email protected]>: > Dear Group Members, > > I would really be grateful if you have any hints to include *.schema files > in the apache ds (not necessarily in the embedded version). > > Many thanks, > Shiraz > > 2012/4/12 لسٹ शिराज़ <[email protected]> > >> Hi, >> >> I am very new to ApacheDS (ads), in fact to the LDAP world. I have an >> application running the embedded ads server taken from >> >> >> http://svn.apache.org/repos/asf/directory/documentation/samples/trunk/embedded-sample/src/main/java/org/apache/directory/seserver/EmbeddedADSVer157.java >> >> Now I wonder if the following .schema file - which contains many of the >> following classes and attributes, could be loaded into the embedded ads? >> >> >> ====Begin==== >> ......... >> ... >> attributetype ( 1.3.6.1.4.1.6757.100.1.1.5.2.4 >> NAME 'GLUE2ExtensionEntityForeignKey' >> DESC 'ForeignKey' >> EQUALITY caseExactIA5Match >> SUBSTR caseExactIA5SubstringsMatch >> SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 >> ) >> >> objectclass ( 1.3.6.1.4.1.6757.100.1.1.5.2 >> NAME 'GLUE2Extension' >> DESC 'A key/value pair enabling the association of extra >> information' >> STRUCTURAL >> MUST ( GLUE2ExtensionLocalId $ GLUE2ExtensionKey $ >> GLUE2ExtensionValue >> $ GLUE2ExtensionEntityForeignKey ) >> ) >> >> ...... >> .... >> ====End===== >> >> >> Secondly do you suggest any developer reference (e.g. book) which I can >> use to create the desired application? >> >> Thanks in advance, >> >> -- >> Shiraz >> >> > > > -- > Cheers, > Shiraz -- Kiran Ayyagari
