Directory Server _ Back End Database

Hi,can somebody please tell me what is the database being used at the back-end to store LDAP entries for Sun Directory Server? Does it store files in a flat file? or in a Rel. Database? if database, is it possible to query this database?Reply is urgent!!!! thanks...
[294 byte] By [id107] at [2007-11-14]
# 1

The back end databases for the Directory Server are Sleepycat/BerkeleyDB files. BerkeleyDB is not a relational database, data is stored as key/value pairs.

How the data is stored in the database files is not publicly documented. Access to the data is only supported through tools that ship with the Directory server. You are expected to query the databases through LDAP or DSML.

Capitan_Holy_Hippie at 2007-7-7 > top of java,Web & Directory Servers,Directory Servers...