mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
15.03.2006 cd068f12d9ab47bd1a8bb924dd62cc6de0f8c46b
refs
author neil_a_wilson <neil_a_wilson@localhost>
Friday, December 15, 2006 23:03 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Friday, December 15, 2006 23:03 +0100
commitcd068f12d9ab47bd1a8bb924dd62cc6de0f8c46b
tree 6e33166f48f43864d729122acdb49e284aa25e28 tree | zip | gz
parent 8189be351446d10ce1480eef75683c9c16144fa1 view | diff
Add initial support for updating the Directory Server schema over protocol.  In
particular, this commit makes it possible to add new attribute types and
objectclasses and have them written to the 99-user.ldif file. This
implementation does not yet support interacting with any other schema element
types, removing or replacing existing schema elements, or interacting with any
files other than 99-user.ldif. Additional functionality will be added in the
future to enable these capabilities.

OpenDS Issue Number: 366
1 files added
6 files modified
1590 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java 438 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java 8 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/core/DirectoryServer.java 14 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/BackendMessages.java 173 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/SchemaMessages.java 4 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/Schema.java 205 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java 748 ●●●●● diff | view | raw | blame | history