nsslapd-dontcreateindex attribute

I didn't find any doc about this "cn=config" attribute, which seems to default to "on".Is it meant, when set to off, to automatically create an index in case of an unindexed search due to a lack of index ?
[220 byte] By [cgrosjeana] at [2007-11-27 4:03:58]
# 1
This is an internal flag that prevents to create unexisting configured index files at Startup of the server.And since it's internal, it's undocumented.Ludovic.
ludovicpa at 2007-7-12 9:08:48 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Is there a way of telling which attributes/classes/parameters are considered internal and undocumented? Or which would be considered unstable across upgrades (major or minor)?

Simply being omitted from the appropriate section of the reference manual can't be enough, since attributes like nsRoleFilter aren't documented in the 5.2 version of the reference manual (despite being referred to but not strictly defined in other manuals).

Scott.R.Corzinea at 2007-7-12 9:08:48 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

There is no way from the Directory Server itself.

Directory Server 6.0 comes with man pages that contains a stability level for the interfaces.

Undocumented means they don't appear in the documentation. Sometime there are documentation errors and some attributes are missing in the documentation. Reporting such errors allows our technical writers to fix them. But there are truely too many configuration attributes and it is hard not to miss any.

Regards,

Ludovic.

ludovicpa at 2007-7-12 9:08:48 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
What's the most effective way of reporting documentation errors?Opening a Sev 4 case with SunSupport for every documentation error doesn't seem efficient or effective.Also is there good way to report minor bugs without opening cases?
Scott.R.Corzinea at 2007-7-12 9:08:48 > top of Java-index,Web & Directory Servers,Directory Servers...