Details
Description
Start a new ApacheDS 2.0.0.AM26 (tar.gz archive on Linux)
Create a connection in Studio 2.0.0.M16, open the ApacheDS configuration, add a partition type:Mavibot with id:mavibot and suffix:dc=mavibot,dc=com, and save.
Observations:
- The new config is visible in the config partition: ads-partitionId=mavibot,ou=partitions,ads-directoryServiceId=default,ou=config (expected).
- The namingContext doesn't yet exist in the Root DSE (expected).
- The partition directory instances/default/partitions doesn't exist yet (expected).
Restart ApacheDS.
Observations:
- The partition directory instances/default/partitions/mavibot and a mavibot.db was created (expected).
- The namingContext:dc=mavibot,dc=com exists in the RootDSE (expected)
- The context entry does not exist, despite configured (unexptected!)
Inject the context entry and some other data
dn: dc=mavibot,dc=com objectclass: domain objectclass: top dc: mavibot
Observations:
- The data is there, even after close/open the connection (expected)
- The partition file instances/default/partitions/mavibot/mavibot.db grow and has a recent modification time (expected)
Restart ApacheDS
Observations:
- The partition file instances/default/partitions/mavibot/mavibot.db is still there, has the same size, but the modification time changed (expected)
- The namingContext:dc=mavibot,dc=com still exists in the RootDSE (expected)
- The context entry is gone (unexpected!)