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

Reply via email to