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

neil_a_wilson
15.03.2006 672dbb3b94ee245fe6e4b0e5393135f57d394223
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
commit672dbb3b94ee245fe6e4b0e5393135f57d394223
tree ddc365bc999520fdd8efdb7c9a22ec2f1460e4ba tree | zip | gz
parent eb5e71980350eea13aa989fac75ca0fc0c05fe91 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
opends/src/server/org/opends/server/backends/SchemaBackend.java 438 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 8 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 14 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/BackendMessages.java 173 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/SchemaMessages.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Schema.java 205 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java 748 ●●●●● diff | view | raw | blame | history